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, <gam...@googlecode.com> 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

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to