Search Type: Posts; User: ar6
Search: Search took 0.02 seconds.
-
11 Nov 2012 11:59 AM
- Replies
- 3
- Views
- 639
Thanks Mitchell..bt does the loadData() method also do the same??
I have a case where lastOptions is not being set on loading data by calling store.loadData(mydata) and so want to know if this is... -
8 Nov 2012 10:39 AM
- Replies
- 3
- Views
- 639
Hi,
I am using a GroupingStore in my application and the property "lastOptions" is giving me a fit. I could not understand what it is used for using the API documentation so a simpler explanation... -
13 Dec 2011 11:29 PM
- Replies
- 6
- Views
- 1,984
Hi guys,
I got the solution of the probelm.
I was missing declaring the following variables:
var pictureSource; // picture source
var destinationType; // sets the format of returned... -
13 Dec 2011 9:40 AM
- Replies
- 6
- Views
- 1,984
Here is the code snippet from my controller:
Ext.regController('MyController', {
..
..
onFail:function(message) {
alert('Failed because: ' + message);
... -
13 Dec 2011 8:47 AM
- Replies
- 6
- Views
- 1,984
Yes it wont work in the simulator as there is no camera, but it should give the "Failed" message (referring to the sample camera code given on PhoneGap Camera API webpage).
In my case, there is no... -
12 Dec 2011 9:42 PM
Jump to post Thread: Sencha Touch and PhoneGap by ar6
- Replies
- 12
- Views
- 3,692
What do i need to call the PhoneGap camera API from Sencha touch code?
I have a controller in the Sencha code which calls the navigator.camera.getPicture() function of PhoneGap, on an event of... -
12 Dec 2011 5:55 PM
- Replies
- 6
- Views
- 1,984
I am writing a sencha touch(1.1.0) application using PhoneGap for iOS (XCode 4.2). I have the application structured similar to the examples having a controller, couple of views and models. I am also...
Results 1 to 7 of 7
