[EMAIL PROTECTED] a �crit :
> 
> How can I reset where the Message window and Script Editor windows open on
> my screen?  I would like to have them come up in better positions without
> having to manually move them every time I use MC.
> 
> Larry Huisingh
> 
> Archives: http://www.mail-archive.com/[email protected]/
> Info: http://www.xworlds.com/metacard/mailinglist.htm
> Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Just add the needed lines to your main working stack :

on preOpenStack
  palette "MetaCard Menu Bar"
  set topleft of window line 1 of the windows to "0,0"
  palette "Message Box"
  set the topleft of window "Message Box" to "424,27"
  hide window "Home"
end preOpenStack

Regards, Pierre Sahores

chef de projet cyberlibrairie
SNPIN - CNDP. 91, rue Gabriel-Peri
92120 Montrouge. T�l.: 01.64.45.05.33

Penser la part du r�ve et
produire l'avantage comp�titif.

Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to