DC_GuiAlert
Posted: Sun Mar 17, 2019 1:37 am
Hi Roger,
I like to change the Buttons in DC_GuiAlert to my special configured dcpushbuttonxp - buttons.
Can you please show me, how to change this in your function at line 2445 (_dcmenu2.prg):
I thougt of something like
but this does not work.
I like to change the Buttons in DC_GuiAlert to my special configured dcpushbuttonxp - buttons.
Can you please show me, how to change this in your function at line 2445 (_dcmenu2.prg):
Code: Select all
FOR i:=1 TO imax
aPushBtn[i] := XbpPushButtonEx():new( oDlg:drawingArea,, aPos, aPbSize )
Code: Select all
aPushBtn[i] := DC_XbpPushButtonXP():new( oDlg:drawingArea,, aPos, aPbSize,,,, oBtnConf2 )