Author Topic: OpenDCL - Form without TitleBar  (Read 5271 times)

0 Members and 1 Guest are viewing this topic.

FengK

  • Guest
OpenDCL - Form without TitleBar
« 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.

BazzaCAD

  • Guest
Re: OpenDCL - Form without TitleBar
« Reply #1 on: April 05, 2007, 01:14:56 PM »

FengK

  • Guest
Re: OpenDCL - Form without TitleBar
« Reply #2 on: April 05, 2007, 01:22:16 PM »
thanks BazzaCAD. i just did. seems i need to register an account there.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: OpenDCL - Form without TitleBar
« Reply #3 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.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

FengK

  • Guest
Re: OpenDCL - Form without TitleBar
« Reply #4 on: April 06, 2007, 03:07:28 AM »
thanks Kerry. i registered an account in sf.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: OpenDCL - Form without TitleBar
« Reply #5 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.
« Last Edit: April 06, 2007, 04:30:51 AM by Kerry Brown »
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

FengK

  • Guest
Re: OpenDCL - Form without TitleBar
« Reply #6 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.   :-)