Problem with Dialog Boxes??

Eric Chatonet eric.chatonet at sosmartsoftware.com
Thu May 26 17:28:46 EDT 2005


Hi Ralph,

Your handler will stop running only if you use the modal form:
modal stack "myDialogBox" and no modeless stack "myDialogBox" :-)
Hope this helps.

Best regards from Paris,

Eric Chatonet.

Le 26 mai 05 à 20:22, Ralph R. Forehand a écrit :

> I have a main stack set up with;
>
> 1. a Button that;
>   on mouseUp
>   includes a few globals
>   does a few calculations with the globals
>   modeless "myDialogBox"
>   does a few more calculations with the dialogData
>   end mouseUp
>
> 2. the "myDialogBox" is a stack consisting of 1 field and
>    seven buttons.
>    the "OK"button script executes properly and delivers
>    the proper results to the dataDialog string
>
> My problem is that when the button executes "myDialogBox"
> comes up but the mouseUp continues on through the button
> handler - it does not stop to wait for the user input into
> myDialogBox and resultant dialoData string before proceeding
> to the rest of my button script.
>
> However, on my next button click it again brings up
> "myDialogBox" and uses the previous dialogData for the
> rest of the handler.
>
> I suspect I may have left something out of my button
> handler and/or my dialog box OK button script??
>
> I have scanned my documentation and can't pin down
> anything I've don wrong. Any help will be very much
> appreciated.
>
> Ralph

----------------------------------------------------------------
So Smart Software

For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch

Plugins, tutorials and more on our website
----------------------------------------------------------------
Web site        http://www.sosmartsoftware.com/
Email        eric.chatonet at sosmartsoftware.com/
Phone        33 (0)1 43 31 77 62
Mobile        33 (0)6 20 74 50 86
----------------------------------------------------------------



More information about the use-livecode mailing list