At 12:55 AM -0800 2/2/2002, yves COPPE wrote: >This btn contains such a script : >close stack "MyFirstDLOG" >go to stack "xxx" >show stack "xxx" > >In the RR : no problem > >in the build app : when I click this btn, it quits and return to the finder > >I think perhaps it's because I return to a substack and not the mainstack ? >how can I proceed ?
Not quite. I suspect it's because this is the only open window. In an app, you cannot close all the windows; doing that quits the application. (Little architectural idiosyncrasy.) The solution is to make sure there is a window open at all times - probably best to leave your modeless main stack open. You can hide this stack instead of closing it if you don't want it to appear on screen. -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] http://www.runrev.com/ Runtime Revolution Limited - Power to the Developer! _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
