Re: Visual Effect command

2011-06-27 Thread Pete
Thanks Ken, I'll give it a try. Always leery of trying anything out of the ordinary with modal windows since LC hangs up very easily on any problems with them! I do actually need a modal window though so not sure if this will do it or not. I guess the closest way I can describe this is for the m

Re: Visual Effect command

2011-06-27 Thread Ken Ray
> Looks like the show and hide commands allow you to name a stack, but there's > no way to specify that the stack should be modal, which is what I need. I > thought about trying "go invisible stackname as modal" followed by the show > command but I think the script would stop execution at the go c

Re: Visual Effect command

2011-06-27 Thread Pete
Looks like the show and hide commands allow you to name a stack, but there's no way to specify that the stack should be modal, which is what I need. I thought about trying "go invisible stackname as modal" followed by the show command but I think the script would stop execution at the go command s

Re: Visual Effect command

2011-06-27 Thread Scott Rossi
One way to restrict a visual effect to a portion of the screen is to use the effect with hide/show: show grp 1 with visual push down hide grp 1 with visual push up However, this will not work with overlapping objects. You would have to make sure the affected object can be displayed independent

Re: Visual Effect command

2011-06-27 Thread Shao Sean
If the new window is non-resizable you could group all the controls together and then do a loop to set the height of the new window and move the group.. I'd recommend locking the screen so you can set the topLeft of the new window and not have it bouncing all over the screen.. on mouseUp