OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: Jim Short on September 13, 2017, 07:18:45 AM

Title: dcl-Tree-GetItem
Post by: Jim Short on September 13, 2017, 07:18:45 AM
ACAD2004
_$(dcl-Tree-GetItem uMill/Outline/Tree "Startup{Machine")
("Machine" 4 4 "Startup{Machine")

I do not see this method in documentation. Is it deprecated? or Renamed?
Jim
Title: Re: dcl-Tree-GetItem
Post by: owenwengerd on September 14, 2017, 07:03:49 PM
Deprecated functions are listed here (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Method/Index.htm) for each control type, and linked to the intended replacement.
Title: Re: dcl-Tree-GetItem
Post by: Jim Short on September 18, 2017, 05:31:02 AM
Owen,
That's great.

Also is there any published AutoLisp code on saving trees to a dictionary? my fist attempt was not fully recursive.

Jim.