Re: Problem with Dialog Boxes?? SOLVED!!

2005-06-01 Thread Ralph R. Forehand
Eric, Thanks for your encouragement. I have already set up a "Dialog Box Study" folder to gather my info, experiments, examples, and experiences for a potential tutorial. We'll see how it goes. Thanks Again for all you help and TAKE CARE, Ralph >Hi Ralph, > >Al

Re: Problem with Dialog Boxes?? SOLVED!!

2005-05-31 Thread Eric Chatonet
Hi Ralph, Always happy to help :-) If this experience could give you the idea to write a tutorial about how to manage modal dialogs, it shoul be great and valuable for all! Le 31 mai 05 à 21:30, Ralph R. Forehand a écrit : Eric, GREAT!!! Again you hit the nail on the head with exactly the

Re: Problem with Dialog Boxes?? SOLVED!!

2005-05-31 Thread Ralph R. Forehand
Eric, GREAT!!! Again you hit the nail on the head with exactly the info I was seeking. The contextual menu approach opens the whole Dialog Box handling technique for me. THANK YOU!! :-)) I spent a lot of hours on my Dialog Box problem before I came to this mail-list. I just wish I'd found you

Re: Problem with Dialog Boxes??

2005-05-31 Thread Eric Chatonet
Hi Ralph, Yes !!! Just use the contextual menu on the dialog box window to set its mode to toplevel. I am used to click with control/option/shift on Mac OS to make the contextual menu appear. The same on Windows with a right click (but less keys may be enough :-) I have got into a routine.

Re: Problem with Dialog Boxes??

2005-05-31 Thread Ralph R. Forehand
Eric, Hmmm... it works great and the simple example scripts were perfect. Thank You very, very much. :-)) Now, is there a way to open the substack (my Dialog Box) script and objects for editing?? Also my substack does not appear in the Stack Files listing?? More Later and TAKE CARE, Ralph ---

Re: Problem with Dialog Boxes??

2005-05-27 Thread Eric Chatonet
Hi Ralph, Rev built-in "Ask" and "Answer" modal dialog use this form. It seems to work well :-) To understand how it works: Create a new mainstack with a substack named myDialogBox BTW it is always a good idea to do like that: isolate the issue in a little stack created on the fly to unders

Re: Problem with Dialog Boxes??

2005-05-27 Thread Ralph R. Forehand
Eric, Thanks for your quick response. Unfortunately your suggestion didn't work. I tried it and also setting the style of "myDialogBox" stack to Model just prior to the modal stack "myDialogBox" statement. The script did not recognize the stack as a container!? I'm nearly at wits end on this

Re: Problem with Dialog Boxes??

2005-05-26 Thread Eric Chatonet
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

Problem with Dialog Boxes??

2005-05-26 Thread Ralph R. Forehand
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.