quoted from another post of mine:
The way it looks there is no possibility of there being an if statement incorporated into the UI as the IF (or anythign else) is just bypassed and the first property with a value is set. like above:
if(selecteditemindex=1)parent.page.visible=false
sets selecteditemindex=1 and thats it.
blablahblahdevsare laughing at us(selecteditemindex=1)parent.page.visible=false
sets selecteditemindex=1 and thats it.
|