Any ideas ?
I tried with oTitle:SetText("New text") without success.
Thanks in advance.
Best Regards,
Marco Turco
SOFTWARE XP LLP
Marco Turco
SOFTWARE XP LLP
Any ideas ?
I tried with oTitle:SetText("New text") without success.
Thanks in advance.
Hi Marco,
Can you try it oTitle:aText[3] := "New Text"
Hi Uwe,
your last sample runs well but is there a solution to change the text directly from oTitle1 ?
I mean something like oTitle1:xcontrol:settext("new text").
I know. The problem is that I manage all my app windows thorough a routine that return me only the object related to the tTitle object, not the tTitleText of tTitle object. It is for this reason that I can't use directly the tTitletext object and I need to find a solution through the tTitle object.