At 2:43 PM +0300 8/7/01, Douglas Wagner wrote:
>1 Given an application requiring, say, 20 or 30 windows, each of which is a
>different size, does it make any difference which window is defined as the "main
>stack"?
Probably not, but first: what kind of user interface requires "20 or 30 windows?"
>
>2 Is it possible to merge two "main" stacks?
Sure. Check out the mainstack property, and have at. Of course, Revolution has a
better way: open the application overview, click on the project, and click on the
triangle to display detailed information. At the bottom will be a button labelled
"Show Stack Mover." This tool will get it done for you.
>
>3 Will Revolution eventually allow scripts to be written in AppleScript?
Should be in 1.1. I say this as a devoted fan of AppleScript: bear in mind that
AppleScript is inherently much slower than Transcript, so you should use it as little
as possible -- only for cases where you are actually scripting another application.
gc