Search Type: Posts; User: JRS
Search: Search took 0.02 seconds.
-
17 Jun 2013 9:46 AM
- Replies
- 84
- Views
- 24,124
I read on this site: Sench Touch has problems with phonegap versions greater than 2.50.
http://druckit.wordpress.com/
Any chance you can try phonegap version 2.50 for your app?
Hopefully,... -
8 Jun 2013 8:28 AM
- Replies
- 4
- Views
- 151
Mitchell,
Thanks for the suggestion. My problems were being caused by "emulate touch events" was set in the Google Chrome debugger in the Settings - Overrides.
By unchecking this the item -... -
7 Jun 2013 8:05 AM
- Replies
- 4
- Views
- 151
Mitchell,
I'm using Chrome Dev Tools on Mac Mountain Lion - How would I proceed to try and debug this on my system?
I also noticed even button clicks appear to get disabled with the dev tools... -
4 Jun 2013 8:58 PM
- Replies
- 4
- Views
- 151
I noticed tabs example and the app generated by Sencha Cmd does not work if the the debugger is turned on.
If the debugger is turned off - then tabs work normally - pressing on a tab button loads... -
4 Jun 2013 8:17 AM
Jump to post Thread: Blackbery Playbook and ST 2.2.1 by JRS
- Replies
- 3
- Views
- 163
Hi Mitchell,
The Kitchensink form demo page and the Navigation View examples - that display forms pages - appear as blank screens on the Blackberry Playbook - latest OS version (I believe is... -
2 Jun 2013 8:37 AM
- Replies
- 31
- Views
- 9,560
Hi
There is a video on youtube with Rohit Ghatol - I believe the second video in the series of 3 shows how to fire events in one controller and have another listen and respond.
Hope it helps
JRS -
2 Jun 2013 8:25 AM
Jump to post Thread: Blackbery Playbook and ST 2.2.1 by JRS
- Replies
- 3
- Views
- 163
I recently bought a Playbook (they are on sale everywhere - really cheap!) tried the latest version of ST2.2.1 and it appears the forms don't work.
I tried the navigation view example, forms... -
21 May 2013 7:14 AM
- Replies
- 3
- Views
- 326
http://vimeo.com/37974749
This is also a good video -
1 May 2013 8:43 AM
- Replies
- 2
- Views
- 134
My understanding is before version 2.2 - there were a lot issues with Sql. If you are using version 2.2 then it's probably a bug.
Haven't had the chance to try Sql yet - but planning on it.
... -
17 Apr 2013 10:53 AM
- Replies
- 15
- Views
- 2,317
Hi Shepsil
Would you be able to write up tutorial on your blog about using the Sql proxy? It would be very helpful. I am trying to download ST 2.2, I recall previously they did not have any... -
27 Feb 2013 2:03 PM
- Replies
- 15
- Views
- 2,317
Hi
In the Examples section of the forum Shepsil - has a sqlite proxy and demo for this proxy. I have not used it but this is probably the best way to go.
Good luck -
22 Feb 2013 12:37 PM
- Replies
- 26
- Views
- 802
Hope this helps: the link to Brice Mason's utility.
http://www.sencha.com/forum/showthread.php?253495
Good luck
I noticed you are on Windows - I switched to Mac and things were working much... -
21 Feb 2013 3:15 PM
- Replies
- 26
- Views
- 802
Don't have any suggestion help with your troubles.
But I remember coming across a utility from Bryce Mason - in the Examples portion of this forum.
It checks your system to see if Sencha Touch... -
20 Feb 2013 10:02 AM
- Replies
- 6
- Views
- 331
1. Delete everything from localstore
2. sync(localstore)
3. Then add everything from onlinestore - I am using the
localStore.add(record.data)
4. sync(localStore)
I noticed you are using... -
20 Feb 2013 9:48 AM
Jump to post Thread: Sencha App - NavigationView by JRS
- Replies
- 7
- Views
- 379
There is an example of the App you are trying to do at a website called: miamicoder.com
Hopefully it will help
Thanks -
20 Feb 2013 9:30 AM
Jump to post Thread: ST 2.1 Cannot get Ajax data into List by JRS
- Replies
- 8
- Views
- 441
Sorry to hear that - if it works from a local file, you verified it is coming across the wire (network tab) with a valid JSON (identical to the local data) - then I am at a loss to figure out what...
-
20 Feb 2013 9:05 AM
- Replies
- 1
- Views
- 171
Hi Herman,
Have you tried the app.json file. I believe you can add the file here and then use require statement to load it.
I have not tried this - but I believe it may work - recall reading... -
20 Feb 2013 8:56 AM
Jump to post Thread: ST 2.1 Cannot get Ajax data into List by JRS
- Replies
- 8
- Views
- 441
Are you able to verify using the Network tab - the AJAX data is coming across?
Also one issue I ran into was invalid JSON - there was extra comma or something - but verify the JSON is valid when... -
20 Feb 2013 8:51 AM
Jump to post Thread: SQL proxy question in ST2.1 by JRS
- Replies
- 1
- Views
- 175
I found the answer to my question on this site. Hopefully, will save some time for other.
This site recommends not using SQL proxy as it is not useable.
... -
20 Feb 2013 8:49 AM
- Replies
- 5
- Views
- 672
ST 2.1.1 was released - SQL bug fixes no. As far as I can tell still unusable.
No documentation - perhaps that is because it doesn't really work:
Check the discussion on this site:... -
19 Feb 2013 1:59 PM
Jump to post Thread: Unable to insert in localstorage by JRS
- Replies
- 1
- Views
- 72
In the store config - a model needs to be defined
-
19 Feb 2013 9:46 AM
Jump to post Thread: SQL proxy question in ST2.1 by JRS
- Replies
- 1
- Views
- 175
Is anyone successfully using SQL proxy and Sencha 2.1? The previously reported bug with no filter - is still there. It was marked as fixed by Sencha.
So I am not sure if this proxy works or if I... -
19 Feb 2013 9:43 AM
- Replies
- 3
- Views
- 218
How about putting a console log where offline store data is getting loaded to see if the data is being loaded into the offline store?
Also, is the offline store created - before it is being... -
15 Feb 2013 10:59 AM
- Replies
- 3
- Views
- 556
Hi There is really good video on this by Rohit Ghatol on youtube. Should answer all your questions
-
29 Jan 2013 1:17 PM
- Replies
- 4
- Views
- 410
I don't have answer for this problem. However, how about trying Cordova/Phonegap with your app. In the Examples forum Brice Mason has a Cordova Builder utility which automates the process.
While...
Results 1 to 25 of 106
