Hello,

I have a Dell Axim with 640x480 resoltion.
What do you suggest me to do the benefits of this resolution (set
480x640) ? should i set 640 , the windows menu is always visible this
mean that the app can take all the 640 height...

wwhat happen if I use this app made for 640x480 on a 320x240 PPC ?

Thanks

John

RE: 640x480 resoltuion by dbgrick

dbgrick
Tue Jun 19 10:22:11 CDT 2007

I have a Dell Axim as well and found that I needed to resize controls for the
application to look correct on other platforms. I usually create a static
class that holds the current resolution factor, that way I can easily access
during draw routines. I set my standard resolution as 320X240 and then
multiply my sizes by 2 for the axim.

Rick D.
Contractor.

"John Venture" wrote:

> Hello,
>
> I have a Dell Axim with 640x480 resoltion.
> What do you suggest me to do the benefits of this resolution (set
> 480x640) ? should i set 640 , the windows menu is always visible this
> mean that the app can take all the 640 height...
>
> wwhat happen if I use this app made for 640x480 on a 320x240 PPC ?
>
> Thanks
>
> John
>

RE: 640x480 resoltuion by srhartone

srhartone
Tue Jun 19 11:20:00 CDT 2007

You might be interested in using the Orientation Aware control which is part
of the Smart Client Software Factory.

http://srhartone.blogspot.com/2007/05/smart-client-software-factory.html

On the above page there is a link which points to a web cast. It is well
worth the time to watch.

--
Simon Hart
http://srhartone.blogspot.com


"John Venture" wrote:

> Hello,
>
> I have a Dell Axim with 640x480 resoltion.
> What do you suggest me to do the benefits of this resolution (set
> 480x640) ? should i set 640 , the windows menu is always visible this
> mean that the app can take all the 640 height...
>
> wwhat happen if I use this app made for 640x480 on a 320x240 PPC ?
>
> Thanks
>
> John
>

Re: 640x480 resoltuion by John

John
Wed Jun 20 10:36:19 CDT 2007

Thanks all for your help.