Seba

I have this next to the if loop ..the error dialog should have been
displayed.before but this window explorer gets popped up on UI

new lz.uploadWindowExplorer(canvas.main_content._content.inner,{
                            x:60,uploadmodule:canvas.uploadmoduleimg,
                            parentFolderId:this.parentFolderId,
                            isOwner:isOwner,
                            isRestricted:isRestricted,
                            fileExplorerRef:this,
                            isOnlyImage:true,
                            servletName:'file.upload'
                        });
-baskar


On Wed, Sep 12, 2012 at 8:06 PM, [email protected] <
[email protected]> wrote:

> 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]
>

Reply via email to