Page 1 of 1

can windows be tiled horizontally?

Posted: Mon May 03, 2010 9:09 pm
by pborange
There is a command in DPLOT to tile windows but it seems to only tile vertically. Is there a way to tile windows horizontally? Thanks!

Posted: Tue May 04, 2010 3:46 am
by DPlotAdmin
Only with a macro.

WindowTile() or WindowTile(0) arranges windows such that they will be tall rather than wide. (Equivalent to the Tile menu command.)

WindowTile(1) arranges windows such that they are wide rather than tall.

Posted: Tue May 04, 2010 7:13 pm
by DPlotAdmin
After replying I realized this is a shortcoming that is trivial to fix - next release will have a Tile Horizontally menu command.

Posted: Wed May 05, 2010 4:13 pm
by pborange
Thanks very much. The macro is working well and I appreciate you adding the command to the next revision.