> > > 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


> Is SR1 not visible or is the other stringgrid not hidden?


SR1 not visible

> 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.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to