Page 1 of 1

#PB_Button_Default

Posted: Thu Sep 22, 2016 2:44 pm
by SparrowhawkMMU
#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.

Code: Select all

		ButtonGadget(#CONTROL_OKButton, 100,100, 60, 22, "OK", #PB_Button_Default)
		ButtonGadget(#CONTROL_CancelButton, 100, 170, 60, 22, "Cancel")
Both the OK and Cancel buttons look identical to me. Am I doing something wrong?

Re: #PB_Button_Default

Posted: Mon Sep 26, 2016 7:59 am
by Fred
I think it's not implemented for now :)

Re: #PB_Button_Default

Posted: Mon Sep 26, 2016 8:05 am
by SparrowhawkMMU
OK thanks - I thought I might have been doing something wrong.