OpenDCL Forums

OpenDCL => Show and Tell => Topic started by: jbuzbee on July 18, 2014, 05:20:36 AM

Title: OpenDCL Sample Project - Documents Collection Manager
Post by: jbuzbee on July 18, 2014, 05:20:36 AM
This is a sample project for managing (switching between) opened documents.  It's a Palette Form containing an Listbox control, Splitter control, Blockview control and a Double Click event (Listbox) to switch between opened drawings.

Tested on Vanilla AutoCAD 2015

(http://i1275.photobucket.com/albums/y445/jbuzbee_kbstudio/DWGManager_zpsc7b547b0.jpg)
Title: Re: OpenDCL Sample Project - Documents Collection Manager
Post by: owenwengerd on July 18, 2014, 11:38:56 AM
Good work, and thanks for posting!
Title: Re: OpenDCL Sample Project - Documents Collection Manager
Post by: Fred Tomke on July 19, 2014, 02:02:34 AM
Hi, its a nice idea to set the backcolor like active theme.
I'm thinking about querying the C:\Program Files\Autodesk\AutoCAD 2015\Themes\DarkTheme.xbel for automatic coloring depending the underlaying AutoCAD release and current theme...

Regards, Fred
Title: Re: OpenDCL Sample Project - Documents Collection Manager
Post by: jbuzbee on July 21, 2014, 05:35:16 AM
Owen - thanks

Fred - that's an interesting idea, hadn't thought about that.

jb
Title: Re: OpenDCL Sample Project - Documents Collection Manager
Post by: Fred Tomke on August 05, 2014, 02:16:19 PM
Hi, I've created a .net-dll with some lisp-functions to get a named color from the .xbel of the current theme.
I've uploaded two html with the colors of the xbel (note: some colors are doubled. Don't know why they're multiple in the .xbel)

Regards, Fred