Search Type: Posts; User: shanlin
Search: Search took 0.01 seconds.
-
25 Mar 2013 10:24 AM
- Replies
- 8
- Views
- 635
Hi Slmckenzie,
In my case, the debug block is fine. What command do you build? Do you use 'sencha app build testing' or do you use 'ant build'? -
22 Mar 2013 4:30 PM
- Replies
- 8
- Views
- 635
We have a similar problem. Our app works fine in ST 2.1.0 and Sencha Cmd 3.0.0.250. After upgrading to ST 2.1.1 and Sencha Cmd 3.1.0.216, and running 'sencha app build testing' generates...
-
4 Feb 2013 7:20 AM
- Replies
- 5
- Views
- 620
any updates to this thread?
Our app stops working on Nexus tablet also, but works on other phones. In the logcat, there is no error after "Reinit shader" and "Reinit transferQueue". The app just... -
15 Dec 2012 2:26 PM
- Replies
- 9
- Views
- 1,930
I am using a newer version of Sencha Cmd 3.0.0.250 for building an touch app using Sencha Touch 2.1. Both 'sencha app build -e testing' and 'sencha ant testing build' gives the following error:
... -
19 Oct 2012 12:51 PM
- Replies
- 12
- Views
- 2,583
Like the above suggestion, we just replace production.js with development.js, and it works fine.
-
17 Jul 2012 6:27 AM
- Replies
- 12
- Views
- 2,583
Is there any update to this thread? I ran into the same issue after upgraded to the latest SDK.
-
20 Jun 2012 2:29 PM
Jump to post Thread: displaying application version by shanlin
- Replies
- 5
- Views
- 828
I realized that one can set version in app.json or package.json. Is there API can get to either of these objects?
-
20 Jun 2012 9:33 AM
Jump to post Thread: displaying application version by shanlin
- Replies
- 5
- Views
- 828
If I like to display our company's application version number in the app, what is the best way to go about it?
In Java, people can have a Version class which can read an... -
12 Jun 2012 10:43 AM
- Replies
- 3
- Views
- 887
Thanks Mitchell. That certainly works. I was trying to see if combining them into one JS works.
-
11 Jun 2012 5:51 AM
- Replies
- 3
- Views
- 887
One more note. If I commented out app.js section in the app.json, it gives the same error. Any idea?
-
10 Jun 2012 10:09 PM
- Replies
- 3
- Views
- 887
We have couple ST 2.0 projects, and they all share certain common classes. So we concat common classes into an js called: 'architecture.js'. Here is some sample inside architecture.js:
... -
10 Apr 2012 7:32 AM
- Replies
- 4
- Views
- 915
Another test is: after putting cordova-1.5.0.js at the top of index.html. It still gives blank page for me.
-
10 Apr 2012 7:23 AM
- Replies
- 4
- Views
- 915
Cordova-1.5.0.js is under the folder www. When packaging, I guess iPhone emulator can access that. Another note is if I put "hello world" between the <body> tag, it shows up fine. So I don't get...
-
10 Apr 2012 5:51 AM
- Replies
- 4
- Views
- 915
We use Sencha Touch 2.0 to build our webapp and natively package with Cordova (phonegap) 1.5. When testing in iPad, it works fine. The same build and package deployed in iPhone emulator, it gives a...
-
22 Mar 2012 6:58 AM
- Replies
- 7
- Views
- 1,597
I finally follow this thread and make it work:
http://www.sencha.com/forum/showthread.php?157802-Blank-canvas-with-phonegap-1.2&highlight=ondeviceready
In general, here are the keys that save me:... -
22 Mar 2012 5:35 AM
- Replies
- 7
- Views
- 1,597
My app.js used Ext.application ({...}); initially without phonegap in the picture. Since I need to package phonegap to take advantage of their support of native API, I refered to the article you...
-
21 Mar 2012 12:54 PM
- Replies
- 7
- Views
- 1,597
Could you elaborate on where does onDeviceReady() reside? Could you post some sample codes?
-
21 Mar 2012 12:13 PM
- Replies
- 7
- Views
- 1,597
I am using Sencha touch 2 and Phonegap 1.5, and try to package and deploy to Android 2.2. I got this error:
Ext.setup has already been called before.
I use sencha-touch-debug.js and have a block...
Results 1 to 18 of 18
