In article <NE5Ye.4355$0E5.1154 (AT) news-server (DOT) bigpond.net.au>, ronald_h70
@hotttmail.commm says...
Quote:
Thanks FP,
Does your comment mean - there is no way to control a Custom Dialogue Box
with scroll bars etc, and so the only other option is to create a new
window, which is more work, especially when trying to stop the "main window"
from shrinking |
That is correct.
Its "wore work" true, but its infinitely flexible too. You can make it
do -anything- you can do in filemaker.
As for stopping the main window from shrinking, that isn't hard, when a
script is running the active window is modal, and the user cannot input
into other windows. So as long as you set it up so that your dialog box
"PAUSES" for input, instead of simply ending you'll be fine.
This makes it easy to implement 'dialog boxes' by opening a new window,
pausing to wait for input (Pause/resume script), and upon a continue
process that input and close the window. The window is modal the whole
time. (I typically Provide an ok button that simply 'continues' the
paused script, and a cancel button that runs a script that closes the
window. (be sure to set it to halt the currently running script.) I also
would hide and lock the status area and set the script so that it can't
be interrupted to complete the effect.
Its actually pretty slick. We've been able to do this for years, but
until FM7 allowed us to open multiple winodws into the same file we had
to use utility files.
-regards,
Dave