#PB_Button_Default
Posted: Thu Sep 22, 2016 2:44 pm
#PB_Button_Default seems to have no effect on the style of the button? tested on Firefox and Chromium latest on OS X El Capitan.
Both the OK and Cancel buttons look identical to me. Am I doing something wrong?
Code: Select all
ButtonGadget(#CONTROL_OKButton, 100,100, 60, 22, "OK", #PB_Button_Default)
ButtonGadget(#CONTROL_CancelButton, 100, 170, 60, 22, "Cancel")