Up
Type: Posts; User: andyts93
Up
Hi al,
I've recently updated ruby and xcode for a new project and now I can't create the package of an old sencha touch 2.4.2 app. I was using sencha cmd 3.1.2 but it doesn't work because it...
Hi all, I'm having some problems with the cordova camera plugin and I want to try to update it because my project is still compiled with cordova 2.7.0
I created the project using this tutorial...
I have an Ext.draw.Component that creates an SVG from a php webservice that convert a .svg file to paths. I need a way to zoom on some portions of this svg and move spirtes when i drag the mouse on...
I removed trailing commas but still not working. My java version is:
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-468-11M4833)
Java HotSpot(TM) 64-Bit Server VM...
I tried with -d command and I got errors in "linking class inheritance group". There are hundreds of errors like
[ERR] at...
up please I can't update my app
I created a fiddle at this link
On firefox it works, but on iPod Touch with iOS 8 the list freeze on store filter and I'm not able to scroll down
Hello,
I updated my mac to OSX 10.11 and I had to update sencha cmd too because my previous version (3.x) didn't worked with ruby 2.0.
I updated to 6.0.2.14 and I had to run the command "sencha...
Up
Hi all,
I have a store with a model that contains 70+ fields in a localstore. When I filter this store the list doesn't scroll and i'm not able to view all the filtered records. Can it be a...
Hello everybody, I'm trying to use the numberfield type in my application but this field accepts all the carachters and in iOS 7+ it show the default keyboard and not the numberkeyboard. I've...
Hi,
I would change the columnWidth param of a component but I don't find any method to do it. I tried to change the property with
component.columnWidth = 1;
component.doLayout()
but it...
I'm using the Ext.device.Camera.capture function in my sencha application with cordova for ios but it doesn't work, the camera doesn't show up.
In app.js I have 'Ext.device.Camera' in requires
...
The clear icon doesn't work, I solved using this snippet
var campo = $('#reg_foto2 input');
campo.wrap('<form>').closest('form').get(0).reset();
campo.unwrap();
Where file field settings...
Up
I'm using a file field in my application and I'm not able to show a clear icon near the file box or to reset the field when I reset the form. How can I do that?
Thanks
Thanks for the reply!
I know that it's an old topic but I notice this problem also in 2.4.1
I'm using a range slider in my sencha touch application and I would like to see the value of the slider near the thumb (on top or under). Is it possibile?
up
I would like to let the user take and upload more than one photo with an iOS device using a filefield. Is it possibile? With
multiple: true the app open automatically the photostream not the...
I tried to recall Ext.device.Camera.capture on success function of the same, but I get an error:
Attempt to present <CDVCameraPicker> on <MainViewController> while a presentation is in progress
I'm using the Ext.device.Camera component to take photos in my sencha touch app. I'd like to change some things of this component:
1. Change the text of the buttons retake and use
2. Add a button...
HI, I' have to download some images from a server folder and save in my sencha application to show them offline. I've found a phonegap plugin that download and save files in document folder of the...