cancel
Showing results for 
Search instead for 
Did you mean: 

POPUP WINDOW MAX ICON BUTTNON

Former Member
0 Kudos

When we create a popup window with the following statement ,

method if_wd_window_manager~create_window.

window = me->create_internal_window(

modal = modal

window_name = window_name

title = title

close_button = close_button

button_kind = button_kind

message_type = message_type

close_in_any_case = close_in_any_case

message_display_mode = message_display_mode

default_button = default_button ).

endmethod.

There is always a maximum icon button on the right up side. Is it possible to remove it?

Best regards,

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I do not believe that there is any option that will allow you to remove the Maximize Button.

Former Member
0 Kudos

hi, Thomas,

Thanks for the information. I see.

Best regards,

Blake Le

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

there is an optin to hide close button but not maximise icon.for close button

endmethod.

" hide windows close-button

set_close_button( ABAP_false ).