OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Fred Tomke on January 03, 2010, 01:17:30 PM

Title: Palette problem
Post by: Fred Tomke on January 03, 2010, 01:17:30 PM
Hello and have a good new year!

Today I have a new problem. Owen, I tried making a smaller sample. But in this smaller sample which you desire to debug I cannot reproduce my problem. So I try to point it with a little less code.

Problem: A palette seems to forget its properties and VarNames.


Does this issue depend to the tab control?

Fred

[EDIT:] I tested it in 5.1.2.3 and in this releases I couldn't reproduce this. I haven't tested it in all the 16 alpha releases of OpenDCL 6 before A17.
Title: Re: Palette problem
Post by: owenwengerd on January 04, 2010, 12:57:51 AM
This was caused by a bug in the code that sets lisp symbols when switching documents. The symbols were being set to the last tab page (because tab pages have the same varname as their parent form). I've fixed the problem in Alpha 18.
Title: Re: Palette problem
Post by: Fred Tomke on January 04, 2010, 02:23:25 AM
Hi, Owen, thanks a lot!

Fred