[Lazarus] WNCE 5 not Supported

Robin Hoo robin.hoo.cn at gmail.com
Fri May 21 03:42:56 CEST 2010


On Thu, 20 May 2010 19:30:07 +0200
faber <faber.cpu at gmail.com> 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




More information about the Lazarus mailing list