Search Type: Posts; User: John2011
Search: Search took 0.01 seconds.
-
30 Oct 2012 4:36 AM
- Replies
- 1
- Views
- 243
I am upgrading an app to Sencha Touch 2.0.1.1 and found that get() is no longer working.
The data I have loaded is present in the "raw" property, but in the "data" property there is only the ID... -
6 Feb 2012 2:32 AM
- Replies
- 8
- Views
- 1,465
I have the same problem. The "rendermap" event was no longer fired. I have replaced it with the "painted" event, however the map is not working properly.
One of the issues I am having is that the... -
6 Feb 2012 2:15 AM
- Replies
- 3
- Views
- 960
This is a minimalized example of my code that triggers the error "TypeError: 'undefined' is not an object (evaluating 'operation.getParams')" in Sencha Touch 2.0.0 beta 1.
The code is contained in... -
3 Feb 2012 4:42 AM
- Replies
- 3
- Views
- 960
I am upgrading mt app to Sencha Touch 2.0.0 b1 and have found that the code which calls setProxy() now breaks.
MyApp.stores.Location.setProxy(proxy);
Safari's web console displays the... -
20 Jan 2012 2:26 AM
- Replies
- 7
- Views
- 1,810
I am get the same error in PR3, additionally the emptyText does not disappear after setting it with setEmptyText() and thenadding items to the list. Setting setEmptyText('') (empty string) or...
-
12 Jan 2012 2:53 AM
- Replies
- 1
- Views
- 592
Iam using Sencha Touch 2.0.0 PR3 and am trying to create a custom loadMask. However, the property set using maskMapCls once the Ext.Map is created is not present in the DOM when the load Mask is...
-
6 Jan 2012 5:05 AM
- Replies
- 11
- Views
- 2,828
Thank you for fixing this, however I see that Sencha Touch 2.0.0 PR3 was released on the same day and this fix is not yet present in this release.
Is there a workaround for the time being? -
3 Jan 2012 8:03 AM
- Replies
- 18
- Views
- 12,375
I am now going through the reslease notes of PR3 and see the following:
"[TOUCH-1032] Fixed Tab Panel crashing when no items are present. Also fix animation direction of tabs." -... -
9 Dec 2011 5:59 AM
- Replies
- 1
- Views
- 699
I am working on an application in Sencha Touch 2.0.0 that works with Google Maps and PhoneGap. Now I want to determine the location of the user. The only thing I need is a latitude and a longitude.
... -
9 Dec 2011 5:29 AM
- Replies
- 11
- Views
- 2,828
I have a form with text inputs and a select field. I have the problem that the on screen keyboard of the iPhone stays visible and covers the overlay of the selectfield.
I was hoping to counteract... -
9 Dec 2011 4:33 AM
- Replies
- 21
- Views
- 4,109
I have run into the same issue. After inspecting the DOM I see that the element is set as <input type="search"> so I don't understand why the search button does not appear.
-
8 Dec 2011 7:28 AM
- Replies
- 2
- Views
- 574
While working on my workaround I discovered another weird behavior.
The emptyText is placed inside an element with the class x-innerhtml. It is placed there the first time an emptyText is set.... -
8 Dec 2011 6:52 AM
- Replies
- 2
- Views
- 574
I have an ext.List and want to show a text when there are no items in it. According to the documentation I can use the emptyText config for that. However, I want this text to be only shown after...
-
7 Dec 2011 5:48 AM
- Replies
- 8
- Views
- 2,945
After including PhoneGap first it now works like a charm.
This new way to launch the application is much simpler than in the previous version. -
6 Dec 2011 5:44 AM
- Replies
- 18
- Views
- 12,375
I used to have a sliding animation between switching to another panel using the method setActiveItem() and adding a second argument to it.
However, after upgrading to Sencha Touch 2.0.0 PR2 the... -
6 Dec 2011 2:14 AM
- Replies
- 8
- Views
- 2,945
I have hit a new roadblock. I don't know how to start a Sencha Touch 2.0.0 application using PhoneGap.
I followed the instructions of this tutorial, but that is for Sencha Touch 1.1.0.
... -
6 Dec 2011 1:00 AM
- Replies
- 8
- Views
- 2,945
Hi thanks for your reply.
I have re-included PhoneGap and now Ext is being loaded, so I am one step further. I am now going to try using PhoneGap's deviceready-event to see if I can get any... -
5 Dec 2011 7:58 AM
- Replies
- 8
- Views
- 2,945
Iam developing an application with Sencha Touch 2.0.0 with Phonegap 1.1.0 in Xcode but can't get it to work on an iPhone. I have stripped the whole application and found that the launch() method is...
-
29 Nov 2011 8:02 AM
- Replies
- 1
- Views
- 698
After finding an online example of an Sencha Touch 2.0.0 PR2 application I have found that the problem has to do with the camelcasing. After changing "itemTap" to "itemtap" the events are working!
-
29 Nov 2011 6:56 AM
- Replies
- 1
- Views
- 698
I have just upgraded my application to Sencha Touch 2.0.0 and have a problem with the "itemTap"-events not firing on my Ext.List.
In the documentation I can't find what events are available for...
Results 1 to 20 of 20
