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;


Question:
Is the old or new name shown on the tab?

Martin






--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to