Search Type: Posts; User: xiuping
Search: Search took 0.01 seconds.
-
20 Jun 2012 6:24 PM
Jump to post Thread: setItems dynamically by xiuping
- Replies
- 2
- Views
- 381
i add a line of code as follows,but it still cannot work.
this.getAppsContainer().setItems([appsCarouselview,appsListview]);this.getAppsContainer().setActiveItem(0); -
19 Jun 2012 6:14 PM
Jump to post Thread: setItems dynamically by xiuping
- Replies
- 2
- Views
- 381
in my application, it has a container in the following:
xtype: 'container',
id:'appsContainer',
layout:'card',
items:null,
i set items dynamically for the container in the controller of my... -
3 Jun 2012 1:09 AM
Jump to post Thread: about carousel by xiuping
- Replies
- 1
- Views
- 502
i create a carousel and it has four items. when i move the forth item, it can go back the first item and when i move the first it can go back the forth item. it means the carousel can show its items...
-
2 Jun 2012 5:12 PM
- Replies
- 4
- Views
- 968
thanks.
-
29 May 2012 11:18 PM
Jump to post Thread: Disable scroll in a nestedlist by xiuping
- Replies
- 2
- Views
- 349
you can set scrollable in listConfig
-
28 May 2012 5:42 PM
- Replies
- 4
- Views
- 968
thanks,and i want to know whether sencha touch has method to identify the device's width and height
-
21 May 2012 11:06 PM
- Replies
- 2
- Views
- 531
i am fresh to sencha touch and i met the same question with BostonMerlin. can you give me an example that extending carousel.thank you
-
18 May 2012 5:11 AM
Jump to post Thread: A good back button example? by xiuping
- Replies
- 5
- Views
- 1,412
when you click the back button,you want to destroy the panel and back to the list? it means every time you click it ,a new panel will be created?
-
18 May 2012 3:24 AM
Jump to post Thread: question about tpl of a dataview by xiuping
- Replies
- 6
- Views
- 890
i often get answers from you, thank you very much.good luck every day
-
18 May 2012 3:18 AM
- Replies
- 4
- Views
- 968
i set itemTpl for a dataview as follows:
'<div class="item">', '<div>', ... -
15 May 2012 11:03 PM
Jump to post Thread: Dataview itemtpl vs tpl by xiuping
- Replies
- 5
- Views
- 1,499
how to add a parent element for the items? can you take an example? thank you very much
-
15 May 2012 5:52 PM
- Replies
- 3
- Views
- 562
do you solve the question? and if you do ,can you share the answer
-
15 May 2012 5:51 PM
- Replies
- 3
- Views
- 562
i use the tpl option,but the dataview still show the itemTpl. and where the example you said is. thank you:)
-
15 May 2012 5:42 PM
Jump to post Thread: question about tpl of a dataview by xiuping
- Replies
- 6
- Views
- 890
if we set tpl for a dataview,then whether the itemTpl works or not.i found my dataview still show the itemTpl not Tpl .so confused,where the differences of tpl and itemTpl are.
-
15 May 2012 5:30 PM
Jump to post Thread: question about tpl of a dataview by xiuping
- Replies
- 6
- Views
- 890
thx for your advices:)
-
13 May 2012 11:47 PM
Jump to post Thread: question about tpl of a dataview by xiuping
- Replies
- 6
- Views
- 890
hi,guys.i write a tpl in a dataview as follows:
tpl: new Ext.XTemplate('<div >',
'<tpl for=".">',
... -
27 Apr 2012 5:14 PM
- Replies
- 1
- Views
- 1,389
my code as follows:
var el=Ext.get('myToolbar').query('div.x-toolbar-inner');<br>
el.set('class','x-inner x-toolbar-wxp x-layout-hbox');
but logcat shows an error:Object [object... -
25 Apr 2012 9:46 PM
Jump to post Thread: Carousel issue by xiuping
- Replies
- 2
- Views
- 499
when you define a new carousel,you had better set xtype,like: xtype:'myCarousel'
then
Ext.viewport.add({
xtype:'myCarousel',
....
})
try it -
25 Apr 2012 9:39 PM
Jump to post Thread: How to style a simple button??? by xiuping
- Replies
- 4
- Views
- 656
i met the error,too. the config style not works. so confused...
-
25 Apr 2012 6:50 PM
Jump to post Thread: how to set background of panel by xiuping
- Replies
- 4
- Views
- 959
Ext.define("H5D.view.setting",{
extend:"Ext.Panel",
xtype:"setPanel",
//layout:'card',
config:{
//style:{background:'red'},
//cls:'x-panel',
bodyCls:'myblue',... -
25 Apr 2012 5:21 PM
Jump to post Thread: how to set background of panel by xiuping
- Replies
- 4
- Views
- 959
still not work, and pop an error "Uncaught TypeError: Cannot call method 'setStyle' of undefined"
-
25 Apr 2012 2:45 AM
Jump to post Thread: how to set background of panel by xiuping
- Replies
- 4
- Views
- 959
i create a panel and set its style={background:'red'},but it can't work. am i wrong?how to set a panel's background
-
17 Apr 2012 9:26 PM
- Replies
- 4
- Views
- 4,610
when i slide a carousel or tap a button,the warning would show in the logcat. it is so strange.
-
17 Apr 2012 12:02 AM
- Replies
- 4
- Views
- 4,610
hi,i met the error "Miss a drag as we are waiting for WebCore's response for touch down." . who knows how to fix it? thank you
-
16 Apr 2012 11:58 PM
- Replies
- 4
- Views
- 889
thank you very much
Results 1 to 25 of 28
