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

Tobias Boege taboege at ...626...
Sat Oct 12 19:42:01 CEST 2013


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?
> 
> Kendek
> 
> 
> > 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, <gambas at ...2524...> wrote:
> > 
> > >
> > > 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
> > > "True".
> > >
> 

I don't remember that it ever worked in the Open event. At least for me, the
real place to put a Me.Hide() was always - and still is - the Show event.

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk




More information about the User mailing list