[Lazarus] TAsyncProcess.OnTerminate doesn't fire

Tom Lisjac zikon770 at gmail.com
Sat Oct 11 08:23:28 CEST 2008


Zitat von Michael Van Canneyt <michael at freepascal.org>:

>
>
> On Fri, 10 Oct 2008, John Stoneham wrote:
>
> > 2008/10/10 Michael Van Canneyt <michael at freepascal.org>
> >
> > >
> > >
> > > On Fri, 10 Oct 2008, John Stoneham wrote:
> > >
> > > > On Fri, Oct 10, 2008 at 5:34 AM, Mattias Gärtner
> > > > <nc-gaertnma at netcologne.de>wrote:
> > > >
> > > > > Zitat von Marius <fpclazarus at home.nl>:
> > > > >
> > > > > > -Would it be a problem to have a seperate IDE window for the
> > > structure
> > > > > > view instead of a fixed one in the object inspector. IMO the
> current
> > > > > > structure view is to small and it is also limiting the size of the
> > > > > > object explorer.
> > > > >
> > > > > At the moment you can only use the splitter between to change the
> size.
> > > > >
> > > > >
> > > > I too would like to have an option to separate the Object Inspector
> into
> > > two
> > > > windows. My current project has over 700 objects on the main form, and
> > > > having the tree-view of the objects share space with their
> > > Properties/Events
> > > > is a real pain.
> > >
> > > Why not use the object drop-down instead of the treeview ? I never use
> the
> > > treevies ?
> > >
> > > Michael.
> > > _______________________________________________
> > > Lazarus mailing list
> > > Lazarus at lazarus.freepascal.org
> > > http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
> > >
> > >
> >
> > The dropdown list is even worse than the treeview when you have close to
> > 1,000 objects on a form.
>
> Could be, I never had SO many objects :-)
> Maybe you should split the form up in frames, then ?

Keep in mind, that some LCL algorithms are O(n^3). Many are O(n^2).
1000 controls on one form are slow.
And difficult for the user.


Mattias





More information about the Lazarus mailing list