-
14 Apr 2011 7:26 AM #41Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,710
- Vote Rating
- 436
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
14 Apr 2011 7:42 AM #42
As Mitchell says lists of that size aren't going to perform brilliantly anyway, but the plugin only adds markup when an options menu is visible and cleans up again after it is closed so the performance impact shouldn't be too bad unless you are opening options menus on all 500+ list items at once.
Saying this, I've not done any formal performance tests so these comments are theoretical...
If you end up throwing together a test case with large numbers please post up the findings
SwarmOnline.com - Web & Mobile Development and Training Services
Check out our Ext JS 4 Cookbook
...and the FREE e-book Ext JS 4 Cookbook - Exploring Further filled with recipes that we couldn't fit in!
@StuartAshworth9
@SwarmOnline
-
3 Apr 2012 7:24 AM #43
Sencha Touch 2.0
Sencha Touch 2.0
Hi, guys!
Has anybody checked it in Sencha Touch 2.0? I have problem with that. I placed "Ext.ux.touch.ListOptions.js" in my site directory, copied css files also, added info about all this stuff in my index.html and added plugin in my list and now I see an error message in Ext.ux.touch.ListOptions.js:
And another one related with previous:Code:Ext is not defined
It seems that it can't find Ext.ux.touch with this code in Ext.ux.touch.ListOptions.js:Code:Cannot read property 'touch' of undefined
How to solve it?Code:Ext.ns('Ext.ux.touch');
-
5 Apr 2012 3:06 AM #44
Port Ext.ux.touch.ListOptions to Sencha Touch 2.0
Port Ext.ux.touch.ListOptions to Sencha Touch 2.0
I solved my problem. Now I have some success in porting of this component to Sencha Touch 2.0 but there are some problems. All interested persons are invited in discussion: http://www.sencha.com/forum/showthre...856#post772856
Similar Threads
-
A twitter App using Sencha Touch
By vishalnnsingh in forum Sencha Touch 1.x: DiscussionReplies: 2Last Post: 8 Mar 2011, 4:01 AM -
Getting the Menu Items List
By alexoffspring in forum Ext GWT: DiscussionReplies: 4Last Post: 15 Nov 2010, 6:26 AM -
Style a list / nested list as groups
By steilpass in forum Sencha Touch 1.x: DiscussionReplies: 5Last Post: 3 Nov 2010, 2:10 AM -
How to limit the no. of items in the menu list
By gaspard in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 3 Jan 2008, 12:39 AM -
How to modify style applied to the combobox's list items
By markovuksanovic in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 28 Nov 2007, 2:41 PM



Reply With Quote