OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Syncmas on March 12, 2014, 09:11:07 AM

Title: 8.0.0.3 OnSelChanged
Post by: Syncmas on March 12, 2014, 09:11:07 AM
I noticed that in 8.0.0.3 if I use the "Value" inside the event OnSelChanged for dropdown style combo boxes, as soon as I use that "Value" for something, it automatically changes to the value of whatever I used it for. example:

I select something in a combo, the event passes in "Value" of lets say "MyValue"
I run a lisp command in the event (setq myVar (do_something "MyValue) )
When that function executes...."Value" becomes the return from (do_something) and is no longer "MyValue".

Seems like this did not work that way in the previous version?
Title: Re: 8.0.0.3 OnSelChanged
Post by: Fred Tomke on March 12, 2014, 09:51:51 AM
Hi, would you be so kind and upload a small sample for testing?
Thanks a lot. That would help us supporting you.
Fred
Title: Re: 8.0.0.3 OnSelChanged
Post by: Syncmas on March 12, 2014, 01:36:47 PM
I created a small sample to demonstrate and in doing so I found what the real cause of my problem was. This is not an ODCL issue, it is a lisp issue.

Thank anyway!

Scott