Updating the Static Text Ptr

Spr

13-11-2009 04:00:51

Hey Guys,
Need some help on this issue:

I have created a widget of type static text Ptr and display a string using setCaption. Once the GUI is loaded, I need to modify the caption (basically an update event ). This update is just an one time event, say for e.g. like displaying scores at the end of a game.

I am not sure how do I achieve that? Would appreciate any help.

Sincerely
SPR

my.name

13-11-2009 12:39:39

setCption("new string");