OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Fred Tomke on May 13, 2008, 01:58:22 AM

Title: Grid Linetype style
Post by: Fred Tomke on May 13, 2008, 01:58:22 AM
Hello,

is it possible to add a string (like "Load...") to the linetype droplist for loading another linetype?
is it possible to remove items from a linetype or lineweight droplist (ByLayer and ByBlock)?

Fred
Title: Re: Grid Linetype style
Post by: owenwengerd on May 14, 2008, 03:31:32 PM
It is possible to modify the lists only for the plain dropdown styles like 36 and 38 (via SetItemDropList). The linetype, lineweight, etc. dropdown styles use an AutoCAD provided combo box that manages its own list of items. As for showing the list without ByLayer and ByBlock, the underlying combo exposes a property that controls the display of those items, but there is currently no way to specify that in a grid cell.
Title: Re: Grid Linetype style
Post by: Fred Tomke on May 14, 2008, 03:35:48 PM
Ok, thanks, thats good to know.

Fred