maybe it is hidden by other items. Is the UI element part of the SWF8 or SWF10 app?
Sebastian 2012/9/12 Baskar Rajendran <[email protected]>: > Hi > > I am trying to have a condition like this and if the condition passes i am > trying to show the error dialog . > The debug message inside the if conditions gets printed but the error > dialog is not getting shown. > > here's the code > > if(this.isUserAdmin) > { > if ($debug) Debug.write("isUserAdmin",this.isUserAdmin); > new lz.labelerrorPopup(canvas,{errorlabelid:1540}); > return; > > } > > -baskar -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
