can windows be tiled horizontally?

Have a suggestion for improving DPlot or a question about existing features? Let us know

Moderator: DPlotAdmin

Post Reply
pborange
Posts: 6
Joined: Mon May 03, 2010 9:08 pm

can windows be tiled horizontally?

Post 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!
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post 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.
Visualize Your Data
support@dplot.com
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

After replying I realized this is a shortcoming that is trivial to fix - next release will have a Tile Horizontally menu command.
Visualize Your Data
support@dplot.com
pborange
Posts: 6
Joined: Mon May 03, 2010 9:08 pm

Post by pborange »

Thanks very much. The macro is working well and I appreciate you adding the command to the next revision.
Post Reply