Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CL_GUI_DIALOGBOX_CONTAINER

Former Member
0 Likes
409

Hi,

I use cl_gui_dialogbox_container to write a help on-line for a project. In this dialog box I can display an help file.

How I can make invisible the screen in background ? I need only a dialog box.

1 REPLY 1
Read only

Former Member
0 Likes
323

Hi Stefano

U've just post this problem in another post.

Anyway create an custom container directly by screenpainter instead of use the class CL_GUI_DIALOGBOX_CONTAINER.

Just as I said you in your other post, u can hide the screen but u can size the container area in order to use whole space of the screen.

Max