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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
