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 )