hi
i m having 34 controls on a panel,and i has assigned index of each child control of panel using setChildIndex() method.....ever y thing is fine but when it comes at 27 from 0 then the control at this index is the control next to it.....
e.g if c1.index=27
c2.index=28
then it automatically assign c1.index=28 c2.index=27...
can u help me
i m having 34 controls on a panel,and i has assigned index of each child control of panel using setChildIndex() method.....ever y thing is fine but when it comes at 27 from 0 then the control at this index is the control next to it.....
e.g if c1.index=27
c2.index=28
then it automatically assign c1.index=28 c2.index=27...
can u help me