‎2007 Jun 15 6:34 PM
Dear friends,
In PBO I create a textedit object of class cl_gui_textedit:
* Check Result textedit
CREATE OBJECT chk_rslt
EXPORTING parent = container_middle.
CALL METHOD chk_rslt->SET_TOOLBAR_MODE
EXPORTING TOOLBAR_MODE = 0.
CALL METHOD chk_rslt->SET_STATUSBAR_MODE
EXPORTING statusbar_MODE = 0.I would like this object to be invisible at this point.
Later at some point depending on some other events I want to make this textedit object visible.
I was looking at the methods and properties of class cl_gui_textedit and couldn't find anything suitable.
I believe there is something in that class which can ve used to accomplish my task.
I just don't know which one.
Please help.
Thank you,
Tatyana
‎2007 Jun 15 6:40 PM
‎2007 Jun 15 6:40 PM
‎2007 Jun 15 6:45 PM