TheSwamp

Code Red => Visual DCL Programming => AutoLISP (Vanilla / Visual) => OpenDCL => Topic started by: FengK on April 05, 2007, 12:58:36 PM

Title: OpenDCL - Form without TitleBar
Post by: FengK on April 05, 2007, 12:58:36 PM
hello,

just started using OpenDCL (version beta 7). i tried to create a form without TitleBar. but the height always does not come out right. even though the TitleBar is not shown, it seems the TitleBar height is added to the form, which leaves a strip of blank on the bottom of form. see attached files if needed. the lisp file and odc file are in the zip file.  the forum does not allow me to upload the odc file. thanks.
Title: Re: OpenDCL - Form without TitleBar
Post by: BazzaCAD on April 05, 2007, 01:14:56 PM
I would submit a bug in the OpenDCL SF site:
https://sourceforge.net/tracker/?atid=923363&group_id=187950&func=browse
Title: Re: OpenDCL - Form without TitleBar
Post by: FengK on April 05, 2007, 01:22:16 PM
thanks BazzaCAD. i just did. seems i need to register an account there.
Title: Re: OpenDCL - Form without TitleBar
Post by: Kerry on April 05, 2007, 08:59:45 PM
Kelie, Registering is preferable .. everyone then knows who they're talking to ;-)
And you can set a monitor on threads to recieve email copies of replys.

Owen has responded to your report.
Title: Re: OpenDCL - Form without TitleBar
Post by: FengK on April 06, 2007, 03:07:28 AM
thanks Kerry. i registered an account in sf.
Title: Re: OpenDCL - Form without TitleBar
Post by: Kerry on April 06, 2007, 04:29:46 AM
Kelie, here's your form .. I've set the form height and MaxHeight to be the same. Seems to solve the issue.

because you asked elsewhere ..
I've also made the form resizable .. you'll notice that the textbox, Apply and Close buttons are now located relative to the right side of the form.
Title: Re: OpenDCL - Form without TitleBar
Post by: FengK on April 06, 2007, 01:01:35 PM
thanks Kerry for taking the time. my next step was to make the form resizable, but you did it for me.   :-)