PDA

View Full Version : Visual studio 2005 problem


classic
19th April 2006, 07:44 PM
I have an app that works on pocket PC & Smartphone 2005. When I compile onto
Imate JASJAR(O2 exec etc) the buttons and edit boxes shrink. ie the whole
screen shrinks and the buttons overlap.

I am missing a setting somewhere?
Is the screen resolution the problem.

Cheers

SteveW

GeirFrimann
19th April 2006, 09:39 PM
I have an app that works on pocket PC & Smartphone 2005. When I compile onto
Imate JASJAR(O2 exec etc) the buttons and edit boxes shrink. ie the whole
screen shrinks and the buttons overlap.

I am missing a setting somewhere?
Is the screen resolution the problem.

Cheers

SteveW

Take a look at the "Anchor" property of the buttons.
Since the Jasjar have a 640x480 screen resolution, I guess the buttons will overlap. i.e. you have a button a the bottom right corner, set the ancor property to bottom, right.