gkatz
18 Nov 2010, 4:07 AM
hi all;
so I am just starting to get the hang of sencha.
a few days ago I needed to display ticker like data with each item in the data is displayed for a period of time and after that period the next item would appear.
using sencha I thought to my self that a carousel would fit here because each card can be an item so I implemented a 'self rotating' carousel that way.
after the job was finished I thought to myself that for this task i could have just use plain JS/CSS/DOM manipulation to rotate the items inside a simple panel - no need for a carousel.
so my question is: assuming one already uses sencha (for layout, etc...), when is using a sencha component good and when is it overkill?
thanks
so I am just starting to get the hang of sencha.
a few days ago I needed to display ticker like data with each item in the data is displayed for a period of time and after that period the next item would appear.
using sencha I thought to my self that a carousel would fit here because each card can be an item so I implemented a 'self rotating' carousel that way.
after the job was finished I thought to myself that for this task i could have just use plain JS/CSS/DOM manipulation to rotate the items inside a simple panel - no need for a carousel.
so my question is: assuming one already uses sencha (for layout, etc...), when is using a sencha component good and when is it overkill?
thanks