Is it possible to set dialog background to some image? I mean that field behind all buttons to be not white, but some loaded image.
Yes, you can override the CALLBACK "FUNCTION DDgui_backgnd: col1%, col2%, x%, y%, dx%, dy%", and use POLYVECTOR to make a background there.
I did this once for an OSX brushed metal style, maybe Trucidare still has it?
Basically I used POLYVECTOR to draw a rectangle, and used x,y as texture coordinates, too.
It works! Thank you. I'm happy now. :)
Is it possible, to add to DDGui some functions to use it on smartphones, without touchscreens, please?
oh, that's bad. It's not designed that way, but you're right. It should be.
Easiest would be to emulate a mousepointer with SETMOUSE.