OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: AutoKAD on July 31, 2009, 06:00:51 PM

Title: Palette Tabs
Post by: AutoKAD on July 31, 2009, 06:00:51 PM
I looked throughout the help file and have not been able to find anything that allows you to create panel tabs similar to the ones in the Properties palette.  I know I could make a roundabout way to do so, but I was just checking to see if there was any plans on incorporating this in the future.
Title: Re: Palette Tabs
Post by: owenwengerd on August 02, 2009, 08:01:16 AM
Unless you can find a COM control that does it, you'll have to hack it.
Title: Re: Palette Tabs
Post by: AutoKAD on August 02, 2009, 04:41:16 PM
Ok, np.    ;D
Title: Re: Palette Tabs
Post by: stephan_35 on August 17, 2009, 04:18:09 AM
hello,

i found this post, i wonder if it is the same for vertical tab ???

Thanks
Title: Re: Palette Tabs
Post by: Fred Tomke on August 17, 2009, 07:13:11 AM
Hi, I think this is an extra control like this (http://www.codeproject.com/KB/miscctrl/XPTaskBar.aspx).

Fred
Title: Re: Palette Tabs
Post by: stephan_35 on August 17, 2009, 12:53:06 PM
Quote from: Fred Tomke on August 17, 2009, 07:13:11 AM
Hi, I think this is an extra control like this (http://www.codeproject.com/KB/miscctrl/XPTaskBar.aspx).

Fred

Yes it should be very interesting to have these in opendcl control  ;D

But I was not talking about these one, have a see in vertical tabs in ToolPalettes (CTRL+F3)

Thanks