In article <87909@palm-dev-forum>, [EMAIL PROTECTED] says... > > > > All of the current Sony devices with a hi-res screen will only work with > > 160x160 forms, doing control scaling. In the future, Palm is still only > > supporting forms laid out on a 160x160 grid -- form units remain the > > same, while controls are drawn at a higher density. > > I don't understand. How would I create a bitmap that is say 200x200 and make > it fit in a form using Constructor?
Using Constructor 1.8, you'd make a high-density bitmap family, with members that are 100x100 and 200x200. You'd then use that family as the ID for the form bitmap object. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
