cancel
Showing results for 
Search instead for 
Did you mean: 

Increase size of default Button

Former Member
0 Kudos

Hi,

I am using the pop-up window. I have a default ok button.

Is it possible to increase the size of the OK Button.

lo_api_component = wd_comp_controller->wd_get_api( ).

lo_window_manager = lo_api_component->get_window_manager( ).

lo_window = lo_window_manager->create_window(

window_name = 'WIN_POPUP'

message_display_mode = if_wd_window=>co_msg_display_mode_selected

button_kind = if_wd_window=>co_buttons_ok

message_type = if_wd_window=>co_msg_type_information

default_button = if_wd_window=>co_button_ok

).

lo_window->open( ).

Thanks in advance.

Regards

Shanthi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, It is not possible to resize the default button of the Popup. Regards, Radhika.