Vga

derez

Expert
Licensed User
Longtime User
I want to adapt my navigataion program to run on VGA screens, which I don't have so I may be asking a very stupid question:
Do I have to reposition the controls on the screen or they are automatically moved according to the larger (pixel wise) screen ?:confused:
 

yildi

Member
Licensed User
Hi David,

You can compare the screenshots with QVGA and VGA of my B4PPC apllication (TRPPC). The forms nicely displays on VGA without any rearrangement by me. I have just remarked that the scroll bars are larger in VGA.
Screenshots : http://beagle.u-bordeaux4.fr/yildi/trppc/index.html

Murat
 

derez

Expert
Licensed User
Longtime User
Hi Murat (or anybody else)

can you please check in your VGA device if the parameter I use is different for VGA ?

I use:
reg.RootKey(reg.rtLocalMachine)
key = "drivers\display\gpe"
If reg.GetValue(key, "logicalpixelsY") = 96 Then res = 1 Else res = 2

What is this parameter for VGA ?
If it is the same , which of the others
(see picture of my registry) is different ?

Thanks
 

Attachments

  • registry.JPG
    registry.JPG
    23 KB · Views: 186

Henry

Member
Licensed User
I use:
reg.RootKey(reg.rtLocalMachine)
key = "drivers\display\gpe"
If reg.GetValue(key, "logicalpixelsY") = 96 Then res = 1 Else res = 2

What is this parameter for VGA ?
If it is the same , which of the others
(see picture of my registry) is different ?

On my FS Loox N560 it's 192
:)
 

RandomCoder

Well-Known Member
Licensed User
Longtime User
On my Axim X51v both X and Y are 192.

Regards,
RandomCoder
 

yildi

Member
Licensed User
Sorry David,

I have seen your message only now but others have given the answer. On my Hx4700 I also read 192 for both dimensions.

Shalom (or selam in Turkish ;-) ).

Murat
 
Top