Found this in the CONTROL ADD LABEL(PBWin 9.0):
%BN_CLICKED should read %STN_CLICKED
%BN_DISABLE should read %STN_DISABLE
I believe this to be a typo, rather than a change in messaging from previous documentation(PBWin 8.xx)
Will send in to support later today, pending arguments to the contrary.
%BN_CLICKED
Sent when the user clicks a mouse button, or activates the button with the hot-key (unless the button has been disabled).
%STN_DBLCLK
Sent when the user double-clicks on a label control (unless the control has been disabled).
%BN_DISABLE
Sent when a button is disabled.
%STN_ENABLE
Sent when a label control has been enabled.
Sent when the user clicks a mouse button, or activates the button with the hot-key (unless the button has been disabled).
%STN_DBLCLK
Sent when the user double-clicks on a label control (unless the control has been disabled).
%BN_DISABLE
Sent when a button is disabled.
%STN_ENABLE
Sent when a label control has been enabled.
%BN_DISABLE should read %STN_DISABLE
I believe this to be a typo, rather than a change in messaging from previous documentation(PBWin 8.xx)
Will send in to support later today, pending arguments to the contrary.
Comment