cancel
Showing results for 
Search instead for 
Did you mean: 

how to disable maximize button from popup

Former Member
0 Kudos

Hi,

I want to disable or remove MAXIMIZE button from POPUP.

Is there anyway to do this?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Yes, there is, when calling the method CREATE_WINDOW, in the parameter BUTTON_KIND pass a combination that don't shows the maximize button.

For example:


... lr_window_manager->create_window( ... button_kind = if_wd_window=>co_buttons_close ... ).

Regards,

Former Member
0 Kudos

Changing button kind will not affect maximize button which is available in caption.

please suggest some other solution.