Search Type: Posts; User: jimmy6
Search: Search took 0.06 seconds.
-
29 Apr 2012 11:42 PM
Jump to post Thread: sencha panel scroll not working by jimmy6
- Replies
- 1
- Views
- 487
I am using dynamix way to put image to panel. The problem is the scrolling not working. The scroll bar is there but when my finger leave the screen, the page will spring back to top. The scroll only...
-
9 Apr 2012 5:34 AM
- Replies
- 2
- Views
- 969
sencha app create MyApp /path/to/www/myappi get this
./vendor/nodejs/osx/node: 1: Syntax error: ")" unexpected
in ubuntu -
8 Apr 2012 5:59 AM
- Replies
- 2
- Views
- 969
Run in ubuntu
/sencha-touch-2.0.0-gpl$ ./command/sencha
./command/vendor/nodejs/osx/node: 1: Syntax error: ")" unexpected
Run in window7
C:\sencha-touch-2.0.0-gpl>command/sencha create jsb... -
8 Apr 2012 2:40 AM
Jump to post Thread: android packager by jimmy6
- Replies
- 14
- Views
- 1,408
somewhere is where? app.js? index.html?
-
31 Mar 2012 1:48 AM
- Replies
- 1
- Views
- 968
this abit sux in sencha touch
-
29 Mar 2012 3:31 AM
Jump to post Thread: How to define Model? by jimmy6
- Replies
- 3
- Views
- 410
I do not understand how easy it is and how to use your way. Can your gv a complete one?
-
28 Mar 2012 2:51 PM
Jump to post Thread: How to define Model? by jimmy6
- Replies
- 3
- Views
- 410
How to define the following structure in Ext.data.Model?
-
21 Mar 2012 5:05 AM
- Replies
- 8
- Views
- 1,050
Where is my Helper???
The getData method really does not exist. -
20 Mar 2012 6:06 AM
- Replies
- 8
- Views
- 1,050
.getData error. no such method.
The show listener does not work anymore.
xtype: 'tabpanel',
listeners: {
show: function( t, eOpts ){ -
20 Mar 2012 4:30 AM
- Replies
- 8
- Views
- 1,050
Yes 2.0 able to work for your sample but cause me error. Wondering how to loop the data out properly?
Uncaught TypeError: Cannot read property 'length' of undefined
newsStore.load({
... -
20 Mar 2012 1:03 AM
- Replies
- 8
- Views
- 1,050
I think it is a bug. Same problem with you code as well. Can you send me your sencha-touch-all.js. I did try other version of js. It work with your sample but cause my other datastore not working.
... -
19 Mar 2012 6:57 AM
- Replies
- 8
- Views
- 1,050
I am using Carousel and containing panel. Panel's content missing after add scroll:'vertical' to panel. How to solve that?
xtype: 'carousel',
title: 'test',
... -
17 Mar 2012 11:08 PM
- Replies
- 1
- Views
- 307
The title only can be printed out if i am using console.log(newsStore.data.all[0].data.title); . But the page it is one and empty.
-
17 Mar 2012 9:50 PM
- Replies
- 1
- Views
- 307
1) How to get 'title' and 'description' inside function(records, operation, success) . The print out in window.alert("records.data = "+records.length); is 20
2) The current code just showing one... -
17 Mar 2012 8:30 PM
- Replies
- 3
- Views
- 636
var items = [];store.each(function(record) { items.push({ html : 'something' });});carousel.add(items);
Where the above code should be in?
How can carousel.add refer xtype: 'carousel',... -
4 Apr 2011 6:53 PM
Jump to post Thread: EXT GWT having ext-linux by jimmy6
- Replies
- 1
- Views
- 682
Answer me please?
-
29 Mar 2011 12:43 AM
Jump to post Thread: EXT GWT having ext-linux by jimmy6
- Replies
- 1
- Views
- 682
When i look at the html source, i found the linux css there. I am planing to have a plaint html tag to construct a page because that is not using gwt so i am worry that if i copy the outcome/html...
-
2 Mar 2011 11:55 PM
- Replies
- 1
- Views
- 1,325
I can make it work by add and render.
panel.render(cp.getElement());
sendSmsPanel.render(cp.getElement());
cp.render(v.getElement());
cp.add(panel);
cp.add(sendSmsPanel);
... -
2 Mar 2011 7:51 PM
- Replies
- 1
- Views
- 1,325
I get the umbrella exception if i add the formpanel. Why?
VerticalPanel v = new VerticalPanel();
final FormPanel panel = new FormPanel();
panel.setHeading("Send SMS");... -
2 Mar 2011 6:37 AM
- Replies
- 0
- Views
- 1,201
I want to put a panel to spanElement which containing GXT component. I have tested ContentPanel but it does not work. Whatelse can i use?
spanElement.appendChild(contentPanel.getElement());
1)... -
1 Mar 2011 8:00 AM
Jump to post Thread: i need PurpleTheme.zip by jimmy6
- Replies
- 1
- Views
- 1,231
The download is not work http://www.madrabaz.com/depot/files/PurpleTheme.zip
Who can send me this? laiseong at gmail -
8 Jan 2011 12:17 AM
- Replies
- 4
- Views
- 4,181
I am facing almost same issue but what do you mean by add a field??? but it said that error is in servlet class rather than parameter object.
RpcProxy<PagingLoadResult<SentSmsTableModel>> proxy =... -
3 Jan 2011 7:28 PM
Jump to post Thread: How to use live grid? by jimmy6
- Replies
- 0
- Views
- 413
I am looking at the live grid example. Wondering how to add one more record at the top and increase 'total number of record' without query to backend.
-
2 Sep 2008 6:26 PM
Jump to post Thread: ExtGwt is no wrapper for ExtJS??? by jimmy6
- Replies
- 2
- Views
- 1,404
"The main difference between ExtGwt and GwtExt is that ExtGwt is no wrapper for ExtJS but pure Java, which has major benefits for Java-based developer teams; the big one is no hassle with JavaScript"...
Results 1 to 24 of 24
