Search Type: Posts; User: ceeko
Search: Search took 0.03 seconds.
-
10 Oct 2012 11:37 PM
- Replies
- 3
- Views
- 767
but twitter api says, "anywhere" is depreciated.
I am facing the same problem, and haven't got a good example -
14 Apr 2012 11:14 PM
Jump to post Thread: how to add logic in data item? by ceeko
- Replies
- 1
- Views
- 318
sorry already find the answer,just overwrite updateRecord...
-
9 Apr 2012 6:04 PM
- Replies
- 2
- Views
- 459
yes it works thank you!
-
8 Apr 2012 12:29 AM
- Replies
- 2
- Views
- 459
I define a proxy like this :
Ext.define('myApp.proxy.ContactProxy',{
....//extend and configs
};
If defined this way, how to bind it with a model or store?
I tried some ways, but meet... -
8 Apr 2012 12:02 AM
- Replies
- 1
- Views
- 540
Hi
I want to let store load data with dinamic proxy url, e.g with diffent id variable every time, how can I do it?
I tried with store "beforeload" listener, but not successful, maybe I am in wrong... -
7 Apr 2012 8:06 PM
- Replies
- 1
- Views
- 373
hello, I didn't test,but I think you may try this:
mytoolbar=Ext.create('...',{...
html:'<img src=... style="float:..." />', // Add this 'html' line and place your image
...
} -
2 Apr 2012 5:25 PM
- Replies
- 4
- Views
- 725
Sorry it is caused by my android code, now it works!
-
2 Apr 2012 5:14 PM
- Replies
- 2
- Views
- 600
thank you Mitchell! now I got the answer however it is in another way.
in main.js I add the code and it works. Up to now I am not sure in which case the "require" is a must. I will learn it. The... -
1 Apr 2012 1:36 AM
- Replies
- 2
- Views
- 600
Hi,
Since component views should be defined in different view file, e.g. Order.js, News.js and so on in the view folder.
But how to add the component view into main view when needed? I read lot... -
12 Mar 2012 5:44 PM
- Replies
- 4
- Views
- 725
I run it on android SDK2.3.3, on simulator and on real phone, it just stay at the first card and can't switch to other card, if keep clicking the icons, finally the card will turn into a blank card....
-
12 Mar 2012 1:01 AM
- Replies
- 4
- Views
- 725
Dear All,
I used sencha touch 1.x and it works well on android phone and simulator, recently I try sencha touch 2.0,just the sample "Build your first App" of the sencha.com(as blow code shown), with... -
23 Feb 2012 7:51 PM
- Replies
- 1
- Views
- 397
I find a way to settle.
just use <tpl if="..."></tpl> to filter the null condition. -
23 Feb 2012 6:12 PM
- Replies
- 1
- Views
- 397
Hello Guys,when my store request sql query with a proxy, like this:
myStore=new Ext.data.Store({
proxy:myProxy,
model:'myModel',
....
});
myProxy=new Ext.data.RestProxy({... -
9 Feb 2012 7:11 PM
- Replies
- 4
- Views
- 733
I got same problem. I think the key point is how to hide one of the two loading mask, whatever the relation between the two list or store.
I tried two ways,but neither of them work.
//first way:...
Results 1 to 14 of 14
