Hi ferrandjames,
1. sorry, no clever idea but setting the rect of your stack.
You will need to subtract the height of the window title bar (about 24- 28 pixel, not sure)
and check "the working screenrect" for the correct dimensions.
Check "screenrect" in the dictionary for more info...
For 2. and 3. please check "specialfolderpath" in the dictionary and this cool webpage for a lot more
of "specialfolderpath" code that you can use:
http://www.sonsothunder.com/devres/live ... ile010.htm
2. Something like:
...
put specialfolderpath(38) & "/toto.exe" into tExe
launch tExe
...
3.
...
launch document specialfolderpath("home")
## Yes "launch document XXX" will also open folders
...
Best
Klaus