when i select the second option it goes over the third option i.e. it "eats" part of the image of the third option
- Code: Select all Expand view
- DEFINE BUTTONBAR oBar OF oDlg SIZE 60,25 TOP 2013 BORDER
DEFINE BUTTON aBtnBar[1] OF oBar PROMPT "Salva" RESOURCE "SALVA" LEFT ACTION NIL
DEFINE BUTTON aBtnBar[2] OF oBar PROMPT "Guida" RESOURCE "AIUTO" LEFT ACTION NIL GROUP
DEFINE BUTTON aBtnBar[3] OF oBar PROMPT "Chiudi" RESOURCE "CHIUDI" LEFT ACTION NIL
It probably does this when we use bmps, but when we use pngs it works ok