Search Type: Posts; User: miki wong
Search: Search took 0.02 seconds.
-
25 Jul 2012 7:11 PM
Jump to post Thread: Native App by miki wong
- Replies
- 2
- Views
- 445
cannot create a packaged <application>.apk.
-
25 Jul 2012 12:54 AM
Jump to post Thread: Native App by miki wong
- Replies
- 2
- Views
- 445
How to make my web app to be a native app??How to upload the app to app store??(IOS/Android)
I expect that user can search and download the app from app store . There will be an icon on mobile... -
24 Jul 2012 8:20 PM
Jump to post Thread: sencha command prompt by miki wong
- Replies
- 0
- Views
- 188
How to generate configuration file ??
-
23 Jul 2012 8:37 PM
Jump to post Thread: localstorage by miki wong
- Replies
- 1
- Views
- 419
I try to retrieve data from cloud and store the data to local-storage.
It takes long time to retrieve data and store data . -
23 Jul 2012 7:29 PM
Jump to post Thread: showAnimation by miki wong
- Replies
- 1
- Views
- 330
Is it possible to set direction to animation ?? e.g showAnimation: slide , direction : down
-
23 Jul 2012 7:16 PM
Jump to post Thread: load mask by miki wong
- Replies
- 4
- Views
- 803
I solved the problem.
code :
var defTimeout=1500;
function handleServerData(data){
if (bLoadingInformation) {
.....
setTimeout(function() { bLoadingInformation =... -
22 Jul 2012 6:31 PM
Jump to post Thread: load mask by miki wong
- Replies
- 4
- Views
- 803
Sorry , i forgot to post some codes.
I expect that the mask appears when retrieving data .
code:
if(....){
......
}
else{
var myMask = new Ext.LoadMask(Ext.getBody(), {msg:"Please... -
19 Jul 2012 11:16 PM
Jump to post Thread: load mask by miki wong
- Replies
- 4
- Views
- 803
function mask {
var myMask = new Ext.LoadMask(Ext.getBody(), {msg:"Please wait..."});
myMask.hide();
}
I put this function in launch, it doesn't work.
Any problem with my... -
15 Jul 2012 11:02 PM
Jump to post Thread: filter by miki wong
- Replies
- 2
- Views
- 562
solved the problem.
-
13 Jul 2012 2:23 AM
Jump to post Thread: filter by miki wong
- Replies
- 2
- Views
- 562
i created a function within controller. In the function , store.filter() was used . The problem was that store.filter() cannot give me the exact match items.
Any suggestions?
Results 1 to 10 of 10
