From: <al...@be...> - 2018-08-31 06:47:44
|
> O windows OS works... :-( > And I am move my code to Linux... > Any Tip ? How to change caption of say object ? > It doesn't prodice an error in Winapi version, because there defined a VIRTUAL method Refresh() in HControl class ( now I added it to a GTK version, too ). But this method does nothing, it really works for those controls, where it is defined as real, non virtual. If you need to change a caption of a say object, of a button, checkbox, etc., use :Settext method: oSay:SetText( "New label" ) Regards, Alexander. |