-
12 Jul 2012 12:00 PM #91
how to integrate SlideNavigation in the MVC sencha touch ?
how to integrate SlideNavigation in the MVC sencha touch ?
hello.
in www/sencha-touch-2.0.1.1-gpl/
Code:sencha app create mysoft ../mysoft
in www/mysoft
with the moduleSlideNavigation from wnielsonCode:-app +controller +model +profile +store -view Main.js +resources +sdk .senchasdk app.js app.json index.html packager.json
in www/slidenavigation
how to integrate this module in MVC architecture sencha touch2Code:-app -view Main.js +resources +sdk -ux -slidenavigation View.js .senchasdk app.js app.json index.html packager.json
thks
-
15 Jul 2012 7:54 PM #92
This is really useful. Thank you!
-
18 Jul 2012 1:22 AM #93
is it possible to change the list to a tabpanel menu, that would be nice tried but nothing worked any ideas?
-
19 Jul 2012 12:58 AM #94
Hi,
Is it possible to dynamically update the items that appear in the list? I don't want to have three instances of the menu with different items, so am looking to just update the one list.
I can't figure out the best way of accessing it ....
-
25 Jul 2012 12:29 AM #95
I have been able to dynamically update the list by changing the items in the store.
I still have a massive problem, and i'm not sure if it's a bug because the script was never intended to do what I'm doing or if I'm just doing something wrong...
I'm trying to run two instances of the menu in different panels in my main viewport. If I view one menu, then switch to the other, it is still adding in the first item from the other menu, almost as if it is cached in some way... has anyone come across such a thing before?
Many thanks.
-
7 Aug 2012 6:03 PM #96
How have you been able to dynamically update the list? Since he is creating his own store and model inside the component I feel like I have a lot of work ahead of me to convert this into something that can be used with my store proxies and JSON data. Am I missing something?
-
9 Aug 2012 1:46 AM #97
Hey!
I'm loving the implementation of the menu. One issue that I'm having is that the grouping isn't working for me.
Other than that, is there a way, I can have a nested list in the menu? Or maybe an accordion list?
-
22 Aug 2012 6:10 AM #98
Thanks for this great component.
I just wanted to show some theming I did with it to make it look a litte bit more sexy.
slidersaas.png
If anyone else can share their themes it would be nice to have some ideas of what it is possible to do with it
-
22 Aug 2012 7:12 AM #99
Issue with Android 2.3.4
Issue with Android 2.3.4
I'm using the menu with a navigation view and dataview list. I'm running into is a scrolling issue with the list inside the card layout. The list will scroll but then bouces back to the top of the list. So any list larger than what can be displayed on the screen intially, those list items are inacessible.
This issue seems only to appear on Android 2.3.4 on various hardware
I have tried setting "scrollable: false" everywhere with no effect
Any ideas
Thanks
-
22 Aug 2012 10:39 PM #100
Hey! The theme looks amazing. Is there a way you could give me some CSS for it?


Reply With Quote