BITMAP problem with different screen resolution

Post Reply
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

BITMAP problem with different screen resolution

Post 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
Mdandrea
Posts: 21
Joined: Wed Nov 23, 2005 12:24 am

Post 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
User avatar
tnhoe
Posts: 83
Joined: Tue Nov 08, 2005 11:09 am
Location: Malaysia
Contact:

Post by tnhoe »

have u try : DEFINE BUTTON ... ADJUST
Regards

Hoe, email: easywin3@yahoo.com
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Post by Marc Vanzegbroeck »

tnhoe,

I will try it with the ADJUST clause.

Thanks,
Marc
Post Reply