Re: [Gambas-user] limit of situated of form

2012-01-27 Thread abbat
No, I mean another thing. Pushing F5 FMain must be situated into panel (image_2), but it shows wherever, only not into panel (image_1). I'm trying to make a form like clock and flag and situate FNain near them. Something, like this: http://old.nabble.com/file/p33216763/322c1b68a634.jpg Tnanks.

Re: [Gambas-user] limit of situated of form

2012-01-27 Thread Matti
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

[Gambas-user] limit of situated of form

2012-01-27 Thread 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