[Trinidad] Dialogs - Launch & Close Hooks

2007-07-27 Thread Danny Robinson
Guys, We have a requirement in an application where we need to detect when a modal lightweight dialog is launched and when it is closed. We basically need to execute some javascript before and after the dialog to cause other areas of our application. I could see adding some javascript to the act

Re: [Trinidad] Dialogs - Launch & Close Hooks

2007-07-27 Thread Adam Winer
Out of curiosity, what is it you're trying to do when launching and closing? (If it's a UI effect, it might be generically useful.) -- Adam On 7/27/07, Danny Robinson <[EMAIL PROTECTED]> wrote: > Guys, > > We have a requirement in an application where we need to detect when a modal > lightweigh

Re: [Trinidad] Dialogs - Launch & Close Hooks

2007-07-27 Thread Danny Robinson
Our Trinidad applications run inside an iframe of a Web Desktop - hence we can't use old style dialogs which disable the whole window (and hence desktop). However, there are other iframes that that need to be disabled/enabled when the dialog is shown. Danny On 7/27/07, Adam Winer <[EMAIL PROTEC