cancel
Showing results for 
Search instead for 
Did you mean: 

Remove window title

IanStubbings
Active Participant
0 Kudos

Hi

I have an an IFrame within a popup window. I do not wish to see the window title on the popup window. Can it be made invisible or removed?

Cheers

Ian

Accepted Solutions (0)

Answers (2)

Answers (2)

Carola1
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

..or you can initilize the title when creating the window with lv_title = initial:

l_window = l_window_manager->create_window(

window_name = 'TRANSPORT'

title = lv_title

Kind regards,

Carola

IanStubbings
Active Participant
0 Kudos

Thanks for the input, but unfortunately if you set the title to space, the system sets the title to the application name.

Ideally, I would like a window without the title bar at all.

Cheers

Ian

Yashpal
Active Contributor
0 Kudos

Hi ,

call the method SET_WINDOW_TITLE( ) of IF_WD_WINDOW interface and pass space to the TITLE parameter.

Regards

Yash