Page 1 of 1

BITMAP problem with different screen resolution

PostPosted: Fri Mar 24, 2006 3:27 pm
by Marc Vanzegbroeck
Hello,

I have a strange problem displaying dialogs with bitmaps. A customer have send me a screendump of my program and as you can see, the bitmaps are to small for the dialog.
As you can see, also the colum-with is to small. The text is not show completely :cry:

Here is the screendump on my PC
Image

And here the 'bad' one
Image


Does anyone have an solution for this problem.

Thanks,
Marc

PostPosted: Fri Mar 24, 2006 11:18 pm
by Mdandrea
Marc

I haven't tested this but on the init of the dialog maybe if you check the screen res, you could resize the bitmap controls to display properly, you might want to the the bitmap objects up as arrays ( if you haven't already so you do it in a loop). I don't know if this helps just an idea i thought could work.


MD

PostPosted: Sun Mar 26, 2006 4:52 pm
by tnhoe
have u try : DEFINE BUTTON ... ADJUST

PostPosted: Sun Mar 26, 2006 6:48 pm
by Marc Vanzegbroeck
tnhoe,

I will try it with the ADJUST clause.

Thanks,
Marc