Re: [Gambas-user] Issue 465 in gambas: Window initial size error

2014-03-02 Thread gambas
Updates: Status: Fixed Comment #5 on issue 465 by benoit.m...@gmail.com: Window initial size error http://code.google.com/p/gambas/issues/detail?id=465 I can't reproduce the bug anymore with the latest revision (#6189), so I guess it is fixed. As for the Me.Hide inside Form_Open(), it

Re: [Gambas-user] Issue 465 in gambas: Window initial size error

2013-10-12 Thread Kende Krisztián
> > > Me.Hide in Form_Open used to work, and it is set in the Form > > > (Visible -> True/False). > > > > > > > > Looking more closely, I think you are right. > > At least, if you set form visible = False in form properties, it > > should > > be in effect. > > > > This is confirmed on Gambas 3

Re: [Gambas-user] Issue 465 in gambas: Window initial size error

2013-10-12 Thread Tobias Boege
On Sat, 12 Oct 2013, Kende Kriszti??n wrote: > Yeah, but I think these bugs belong together. And it seems that the > problem does not deal with anyone. > > Me.Hide in Form_Open used to work, and it is set in the Form (Visible > -> True/False). If it does not work why it's possible to set? > > Ken

Re: [Gambas-user] Issue 465 in gambas: Window initial size error

2013-10-12 Thread Kende Krisztián
> > Yeah, but I think these bugs belong together. And it seems that the > > problem does not deal with anyone. > > > > Me.Move(Screen.W / 2 - 349, Screen.H / 2 - 232, 698, 465) > I'm using latest revision (5874) of Gambas and I cannot reproduce > this bug either by using GTK+ or Qt4. > > Maybe yo

Re: [Gambas-user] Issue 465 in gambas: Window initial size error

2013-10-12 Thread Jussi Lahtinen
Oh now I noticed who you are... hah ha, you probably know about that PPA Jussi On Sat, Oct 12, 2013 at 8:17 PM, Jussi Lahtinen wrote: > > Yeah, but I think these bugs belong together. And it seems that the >> problem does not deal with anyone. >> > > Me.Move(Screen.W / 2 - 349, Screen.H / 2

Re: [Gambas-user] Issue 465 in gambas: Window initial size error

2013-10-12 Thread Jussi Lahtinen
> Yeah, but I think these bugs belong together. And it seems that the > problem does not deal with anyone. > Me.Move(Screen.W / 2 - 349, Screen.H / 2 - 232, 698, 465) I'm using latest revision (5874) of Gambas and I cannot reproduce this bug either by using GTK+ or Qt4. Maybe you can confirm if t

Re: [Gambas-user] Issue 465 in gambas: Window initial size error

2013-10-12 Thread Kende Krisztián
Yeah, but I think these bugs belong together. And it seems that the problem does not deal with anyone. Me.Hide in Form_Open used to work, and it is set in the Form (Visible -> True/False). If it does not work why it's possible to set? Kendek > Always fill new bug report for each bug. > However

Re: [Gambas-user] Issue 465 in gambas: Window initial size error

2013-10-12 Thread Jussi Lahtinen
Always fill new bug report for each bug. However I don't think this is bug. You give hide command in event which is run before form is made visible! Jussi On Sat, Oct 12, 2013 at 5:56 PM, wrote: > > Comment #4 on issue 465 by krisztiankende: Window initial size error > http://code.google.com/p

Re: [Gambas-user] Issue 465 in gambas: Window initial size error

2013-10-12 Thread gambas
Comment #4 on issue 465 by krisztiankende: Window initial size error http://code.google.com/p/gambas/issues/detail?id=465 And I noticed that the Me.Hide (or Me.Visible = False) is not work. Public Sub Form_Open() Me.Hide End But opened window is not hide, and "Print Me.Visible" output is "Tr

Re: [Gambas-user] Issue 465 in gambas: Window initial size error

2013-10-06 Thread gambas
Comment #3 on issue 465 by krisztiankende: Window initial size error http://code.google.com/p/gambas/issues/detail?id=465 So, if use borderless window, the window initial size greater with invisible border size. That's the problem, and this error occurs only on Ubuntu 13.10. -- You received

Re: [Gambas-user] Issue 465 in gambas: Window initial size error

2013-09-30 Thread gambas
Comment #2 on issue 465 by krisztiankende: Window initial size error http://code.google.com/p/gambas/issues/detail?id=465 I forgot, I use borderless window. I attached a project dir and a picture. Attachments: sizebug.tar.gz 5.2 KB sizebug.jpg 88.5 KB -- You received this mes

Re: [Gambas-user] Issue 465 in gambas: Window initial size error

2013-09-30 Thread gambas
Updates: Status: NeedsInfo Labels: -Version-3.4.2 Version-3.4.0 Comment #1 on issue 465 by benoit.m...@gmail.com: Window initial size error http://code.google.com/p/gambas/issues/detail?id=465 Please provide a project that reproduces the bug. -- You received this message because

[Gambas-user] Issue 465 in gambas: Window initial size error

2013-09-30 Thread gambas
Status: New Owner: Labels: Version-3.4.2 Type-Bug Priority-Medium OpSys-Linux Dist-Ubuntu Arch-Any Desktop-Gnome GUI-Any New issue 465 by krisztiankende: Window initial size error http://code.google.com/p/gambas/issues/detail?id=465 I use this code with Gambas 3.4.2 on Ubuntu 13.10: Publi