Re: notebook window position
- To: mathgroup at smc.vnet.net
- Subject: [mg70431] Re: notebook window position
- From: dimmechan at yahoo.com
- Date: Mon, 16 Oct 2006 02:34:49 -0400 (EDT)
- References: <egq29r$7lq$1@smc.vnet.net>
Although I am far from being specialist in notebook maipulations
(actually I begun reading one week ago (!) from the amazing book
of Glynn and Gray "The beginner's guide to Mathematica version 4.0"
which
contains material I cannot find elsewhere regarding the Front End), I
will
make one attempt to help you.
Here are some commands that they might be helpful for you.
SelectedNotebook[]
nb=NotebookPut[Notebook[{Cell["A new notebook","DisplayFormula"]}]]
FrontEndExecute[{FrontEndToken["TileWindowsWide"]}]
FrontEndExecute[{FrontEndToken["TileWindowsTall"]}]
SetOptions[nb,WindowSize\[Rule]{400,300},WindowMovable\[Rule]False]
SetOptions[nb,WindowSize\[Rule]{400,300},WindowMovable\[Rule]True]
Regards
Dimitris