[Gambas-user] limit of situated of form

Matti math.eber at ...221...
Fri Jan 27 21:02:21 CET 2012


   Me.TopOnly = True
   Me.X = 880
   Me.Y = Desktop.Height - Me.Height - 26
works fine here.


Am 27.01.2012 20:18, schrieb abbat:
>
> limit of situated of form
>
> How to free situating of a form on screen
>
> My Desktop.Height = 900 (shows 876, panal takes 26 px.H)
> In property of situating of form I have next:
>
> Fmain.TopOnly = True
> Fmain.X = 880
> Fmain.Y = 880
> http://old.nabble.com/file/p33213549/image_1.png
>
> I want form to be above panel like on image 2
>
> http://old.nabble.com/file/p33213549/image_2.png
>
>
>
> Can I?
> Thanks
>




More information about the User mailing list