OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: marcoheuer on May 20, 2015, 07:30:59 AM

Title: problem with palette SetHeight
Post by: marcoheuer on May 20, 2015, 07:30:59 AM
hello,
i have a problem with setting the height of a palette in floating mode.
attached i have a demo.

when i clicked on the button, then should change the height of palette to 200 or 300px.
but it does not change to 200px, but at 188px (the width is also changed).

in the console you can see 2 prints (from event onsize), when you click on the minus-button:
"button 'minus' clicked"
"W H: 207 188" (no idea where these values come)
"W H: 238 200" (this would be the correct values)

can anyone understand the problem? is this a bug?

best regards
marco
Title: Re: problem with palette SetHeight
Post by: owenwengerd on May 20, 2015, 12:13:26 PM
Which CAD platform are you using?
Title: Re: problem with palette SetHeight
Post by: marcoheuer on May 20, 2015, 11:08:38 PM
hello owen,
i use autocad 2014, 2015 and opendcl 8.0.0.13, 8.0.0.14

best regards
marco
Title: Re: problem with palette SetHeight
Post by: owenwengerd on May 22, 2015, 01:07:59 PM
This is definitely a bug, now fixed for the next build. Thanks for the feedback!
Title: Re: problem with palette SetHeight
Post by: marcoheuer on May 25, 2015, 11:01:35 PM
thanks owen

best regards
marco