Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have been developing an app for iPhones using small device. How do I change the order that my objects show up. For example on a tab I have
Object1 | Object2 | Object3
right now they show up
Object3 | Object1 | Object2
How do I make that change?
I was trying to get the order of objects in the repository to change and found that it sorted according to the Object ID.
CH00001, CH00002 were the ones I pushed to the top. Perhaps this will work on the small device view?
Order is determined by the layer which the object is on. Lower layers come first.
So in your case putting Object1 on layer 1, Object2 on layer 2 and Object3 on layer 3 will do the trick.
Hi,
Pls specify what u mean by order. is it the layout order the position of the objects?
if it is layout u can do it as specified above( i.e. object over object).
or if it is position of the objects then it can be done with the macro.
Pls note we have macro issues in ajax.
Pls specify the details so that we can help u on the same.
Regards,
Sundar