OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: krunch on February 14, 2011, 04:56:52 AM

Title: how to open an "undocked" controlbar
Post by: krunch on February 14, 2011, 04:56:52 AM
Hi
By default ControlBars are docked when opened, is there a way to open it "undocked" ?
Title: Re: how to open an "undocked" controlbar
Post by: krunch on February 14, 2011, 09:43:00 AM
From Fred's response to this post (http://www.opendcl.com/forum/index.php?topic=1590.0) I tried show method with X Y arguments to open an undocked controlbar (dcl_form_show proj_dia intX intY)..

It works, but makes a palette "ghost" during a split second (on left and right side) when opening.. same thing with a Palette
Title: Re: how to open an "undocked" controlbar
Post by: velasquez on February 15, 2011, 01:46:28 PM
Is there a way to find out if a Control Bar is docked on the left or right?
Title: Re: how to open an "undocked" controlbar
Post by: owenwengerd on February 15, 2011, 07:12:07 PM
I don't think there's any direct way, but you could probably figure it out by looking at the x coordinate of its position.