Hi, It's been a while since I was last here. I thought I'd have a play with DBpro again!
I'm just making the GUI for a game, mainly using D3D. It's working perfectly, but I moved onto making gadgets highlite as you went over them with the cursor. I've used lines, boxes and rounded boxes to make the button bar, but when I came to simply drawing a box as a highlite, it didn't work. I've tracked it down to the fact I've used 2 rounded boxes. One is solid and the other is an outline. Remarking the solid one made my boxes display. It seems if you use a solid round box you can't use a box afterwards. Does anyone know how to get around this?
d3d_init
sync on
do
d3d_rounded_box 300,300,400,400,4,1
d3d_box 100,100,200,200
sync
loop
Try moving the rounded box around and changing the last parameter to 0