shinriyo
8 Feb 2012, 12:43 AM
Sencha Animator always export ugly ID of JS below.
scenes: [{id: 0, animationCount: 26, duration: 2305, dimensions: {height: 320, width: 320, expanded: false, fit: false}
// do something
,{id: 9, animationCount: 93, duration: 1380, dimensions: {height: 320, width: 320, expanded: false, fit: false}
// do something
,{id: 2, animationCount: 14, duration: 1790, dimensions: {height: 320, width: 320, expanded: false, fit: false},
// do something
it is ugly and not user-friendly :(
id0 -> id9 -> id2
I want the good sorting feature! ;)
id0 -> id1 -> id2
scenes: [{id: 0, animationCount: 26, duration: 2305, dimensions: {height: 320, width: 320, expanded: false, fit: false}
// do something
,{id: 9, animationCount: 93, duration: 1380, dimensions: {height: 320, width: 320, expanded: false, fit: false}
// do something
,{id: 2, animationCount: 14, duration: 1790, dimensions: {height: 320, width: 320, expanded: false, fit: false},
// do something
it is ugly and not user-friendly :(
id0 -> id9 -> id2
I want the good sorting feature! ;)
id0 -> id1 -> id2