hai guys..can you help me out?...I m new to sencha touch,Now dealing with sencha touch2 MVC examples.
I m trying to create a carousel and a list in one view.But how can I implement it? Can anyone help me by giving some code pieces?....
hai guys..can you help me out?...I m new to sencha touch,Now dealing with sencha touch2 MVC examples.
I m trying to create a carousel and a list in one view.But how can I implement it? Can anyone help me by giving some code pieces?....
Do you want them in a card layout so only one is visible at the same time or do you want them on top of each other. What layout are you thinking?
Mitchell,
I want both of them visible at a time,with carousel on top of the list.I couldn't implement it when tried with MVC pattern.Can you help me?
Thanks...
You should have a Container or Panel that uses vbox layout.
yeah...I got it..Thanks....