On Thu, 20 May 2010 19:30:07 +0200 faber <[email protected]> wrote:
> > > > Is the array handle not allocated message still there? > > > > > > > > > Yes. > > > > > > Ehm. Should it be visible? If not, then the message is correct. > > I will extend the verbosity. > > Yes, it should be visible Ok. So a handle creation failed. That would be pretty bad under gtk. I wonder why the winapi widgetset can live with that. > > Is SR1 not visible or is the other stringgrid not hidden? > > > SR1 not visible Strange. The LCL tells the widgetset to show it and the correct bounds are sent too. > > What happens when you enclose the sequence in DisableAlign/EnableAlign? > > my English is not very good. If you mean something like this: > SR1.Align:=alNone; > SR1.Visible:=true; > SG1.Visible:=false; > SR1.Align:=alClient; > > then this not fix the problem. DisableAlign; ... ... EnableAlign; Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
