Reply to thread

and another small one:


* what do I need to do to modify the displayed content of a "textboxscollup" control?


I do the following:


GUIControl.SetControlLabel(GetID, (int)Controls.CONTROL_TEXTAREA,"some long text that needs scrolling");


and this runs fine, but what if I would like to replace the content?


Guess I need to force some refresh / repaint on the control, but didn't find out how!


Any hints are welcome, thanks!


Daniel


Top Bottom