2008-07-31 23:34 UTC
Does anyone have a sample using dcl_Project_Dump :
or extracting the data from the return value from dcl_Form_GetControls
I tried this with no sucess
I'm trying to get a list of ALL controls in a project.
The Project includes a TabControl with several pages
Would it be difficult to have an Editor Method that could write a tree listing to file of Names of Forms ; Children ; Controls
Regards
Kerry
or extracting the data from the return value from dcl_Form_GetControls
I tried this with no sucess
(Setq rValue (dcl_Form_GetControls KDUB_PIPEFLANGES_Main))
(foreach var rValue
(print var)
(foreach n (entget var) (print n))
)I'm trying to get a list of ALL controls in a project.
The Project includes a TabControl with several pages
Would it be difficult to have an Editor Method that could write a tree listing to file of Names of Forms ; Children ; Controls
Regards
Kerry