[Lazarus] Just curious: Source Editor's caption changes at runtime (Linux/GTK2/KDE)
Mattias Gaertner
nc-gaertnma at netcologne.de
Sat Nov 12 22:44:49 CET 2011
On Sat, 12 Nov 2011 21:25:11 +0000
Martin <lazarus at mfriebe.de> wrote:
> On 24/10/2011 14:51, Bart wrote:
> > I think my WM still detects the hidden window.
> >
> > If I am the only one "suffering" from this then: never mind.
> > Otherwise we could do:
> >
> > old.hide
> > old.caption := ''
> > new.create
> > new.show
> > old.free
> >
>
>
> That needs to be carefully tested.
>
> the IDE's layout storage reads the forms caption, and uses this. So if
> it gets modified, it may cause trouble....
It uses the name.
Where does it use the caption?
Mattias
More information about the Lazarus
mailing list