DPlot is Allways On Top

Beta releases, announcements and anything else that doesn't fit below. Please read the <B>Welcome</B> topic.

Moderator: DPlotAdmin

Post Reply
MikeSr
Posts: 8
Joined: Wed Oct 13, 2010 5:03 am

DPlot is Allways On Top

Post by MikeSr »

How to change Dplot From always being on top of other windows?
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

There is no "Always on top" setting for DPlot, and there are only 2 ways I can think of that you'd get that behavior: 1) with a SetWindowPos macro command with hwndInsertAfter set to -1 (HWND_TOPMOST) or 2) if another program did essentially the same thing by calling the SetWindowPos Windows function. But I'd think you'd be aware of either of those conditions.
Visualize Your Data
support@dplot.com
MikeSr
Posts: 8
Joined: Wed Oct 13, 2010 5:03 am

Post by MikeSr »

Sure there is. I found it under "View" Keep Dplot on top. :D
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

D'oh! Sorry about that.
Visualize Your Data
support@dplot.com
Post Reply