OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: wurzelsepp on July 03, 2015, 02:17:34 AM

Title: SetProperty - GetProperty "text"
Post by: wurzelsepp on July 03, 2015, 02:17:34 AM
Ladies and Gentlemen,
I try to migrate my Lisp for ACAD2015 using runtime 8.0.0.15.
Now I have a problem with SetProperty btw. GetProperty.
Depending on the choice in a listfield a value has to be inserted in a textfield, this works fine with SetProperty "text".
The user now has the opportunity to change this value.
In the main programm I want to read this value per GetProperty "text", but this doesnt work...
Can somebody help me with this challenge?
Thanks!
Title: Re: SetProperty - GetProperty "text"
Post by: Peter2 on July 03, 2015, 10:09:17 AM
Have to tried "(dcl-Control-GetText <CONTROL>)" to read from a text-field (see help). Usually, I try to avoid the "Getproperty-Feature" - for me it is more complicated than the directly working "Getxxx-Features".