[Lazarus] anyone with QT, who could test something, please (notebook tab; name change while not visible)

zeljko zeljko at holobit.net
Thu Mar 25 20:22:50 CET 2010


On Thursday 25 March 2010 16:56, Martin wrote:
> I don't have QT, so I can not try. But from reports I heard, there may
> be an issue
>
> Create a form with a TNotebook on it. The notebook should have one tab,
> name doesn't matter
>
> exceute the following code
>
> Notebook.visible := false;
> form.hide;
> application.processmessages;
>
> Notebook.visible := true;
> notebook.pages[0] := 'a new name for the existing tab';
> form.show;

Martin , I've fixed that problem today (r24196),  before you maded "Qt happy" 
with r 24210 :)

zeljko




More information about the Lazarus mailing list