Search Type: Posts; User: anhnt3
Search: Search took 0.06 seconds.
-
18 Oct 2012 11:52 PM
- Replies
- 3
- Views
- 520
Is it sencha touch bug or sencha cmd bug ?
How can i make around it ? -
11 Oct 2012 2:13 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by anhnt3
- Replies
- 190
- Views
- 39,155
There is no tx.executeSql interface in Sqlite Phonegap Plugin, it only support transactionDB API.
So in your setTable function, esspecially createTable, checkDataExists and checkExistingSchema, I... -
10 Oct 2012 5:00 PM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by anhnt3
- Replies
- 190
- Views
- 39,155
I have asked sencha team in here : http://www.sencha.com/forum/showthread.php?245491-Sencha-2RC1-Sencha-CMD-v.190-App-onready-event-order-is-incorrect-in-package-build&p=898047#post898047
... -
10 Oct 2012 4:57 PM
- Replies
- 3
- Views
- 520
Note that, in Sencha 2.0.0 and Sencha SDK Tool Beta, we can work around, which you can see in here: https://github.com/shepsii/SQLite-Proxy-ST2/commit/00d01f27c9071a7a4ac6b16bc9cb22e5a60dbc07
But... -
10 Oct 2012 4:51 PM
- Replies
- 3
- Views
- 499
Thanks, sencha team. =D>
-
10 Oct 2012 1:25 AM
- Replies
- 12
- Views
- 1,957
First build using sencha app build package -> check the output, it display unicode character OK.
Second, i use those output with phonegap (ios and android) -> check the output, it display unicode... -
10 Oct 2012 1:02 AM
- Replies
- 12
- Views
- 1,957
:DSorry man,
chcp 65001 -
9 Oct 2012 9:59 PM
- Replies
- 12
- Views
- 1,957
Work around in Windows 7: before type "sencha app build package" in cmd, type "65001"
It will change local of cmd to unicode, which used by YUI js/css compressor.
I think sencha.jar should set... -
9 Oct 2012 8:53 PM
- Replies
- 3
- Views
- 499
See attached file.
I run "sencha app build testing" with below app.js, which requires and use Ext.Anim.
Error occur:
[ERROR] Failed to find file for Ext.Anim
required by... -
9 Oct 2012 8:29 PM
- Replies
- 3
- Views
- 520
REQUIRED INFORMATION
Ext version tested:
Sencha Touch 2.1.0-rc
Semcha CMD 3 v.190
Browser versions tested against:
Chrome Version 22.0.1229.79 m -
9 Oct 2012 2:58 AM
- Replies
- 4
- Views
- 395
Thank you haduki.
I tried but the models' proxy init process is still run before the app onready event which should be run first as usual in development enviroment.
I also tried to modify the... -
8 Oct 2012 9:36 PM
- Replies
- 4
- Views
- 395
app's onReady is lauched but the execution order is diffirent between development and build enviroment.
In development enviroment, execution order which is OK
1. app's onReady
2. model's proxy... -
8 Oct 2012 8:13 PM
- Replies
- 4
- Views
- 395
Question about app startup order: developement and package/tesing build.
I am implementing custom sqlite proxy and define in Model definition. I also add code at app onReady to init stuff.
In... -
8 Oct 2012 8:40 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by anhnt3
- Replies
- 190
- Views
- 39,155
Thank shepsii for you work.
I am building Phonegap2.1 + lastest Sqlite Proxy + lastest Sqlite Plugin for Android with Sencha 2.1 Beta 3 (RC1 now) and Sencha CMD 3 v190. However the models still... -
15 May 2012 1:13 AM
- Replies
- 1
- Views
- 530
How can I catch the navigation key (up/down/right/left) of keyboard in sencha touch 2 ?
I 've try Ext.getbody().on('keyup', this.onKeyUp, this), but nothing worked.
Please help me.
Thanks in... -
21 Mar 2012 6:24 PM
- Replies
- 4
- Views
- 823
I use this simple code below, but the badgetext is always float to the right of the screen, it not sticked with is tabs.
Please correct if i'm wrong.
Ext.create('Ext.TabPanel', {
... -
19 Mar 2012 11:58 PM
- Replies
- 2
- Views
- 1,338
Thanks very much.
-
19 Mar 2012 3:43 AM
- Replies
- 2
- Views
- 1,338
I have an list which is nested insde a Panel. And i want to dynamically load store to list but it not worked, the list loaded the store but is not displayed. Please help me:
My panel which the... -
27 Feb 2012 8:58 PM
Jump to post Thread: SqliteProxy for ST2 by anhnt3
- Replies
- 55
- Views
- 13,957
Hi there,
sqliteproxy work well with Chrom but when I make deploy sqliteproxy to android machine with phonegap, it faield. There is a javascript TypeError exception in every...
Results 1 to 19 of 19
