Eric Cloninger a �crit : > Luc, > > If you are using CodeWarrior, that's an artifact of the way the original > Constructor shifted the 32x32 MacOS icon resource to fit the Palm > launcher. Some versions of PilotRez/PalmRez shifted the icon and some > centered it along the x axis. > > If you build your app using CodeWarrior 9.2, it should work on OS2. The > apps I've written work with OS2 as well as OS4.1. I've given up on the > Pilot1000 and Pilot5000, but all other OSes build with the latest > CodeWarrior.
Compiling with CW 8.3, it used to work on OS2. I just had to filter out some API's (menu handling, Progress Manager, Exchange Manager, StrPrintF formats, etc.). Except that the last time I tried it on POSE at the request of a fellow who had problems on his 512K Palm Pilot Personal, I ran into problems of being "close to overflowing the stack". Then I wondered about the worthiness of supporting OS 2.0, gave up and went for 3.0 or better. -- Luc Le Blanc > > -----Original Message----- > > From: Luc Le Blanc [mailto:[EMAIL PROTECTED] > > Sent: Friday, August 22, 2003 9:50 PM > > To: Palm Developer Forum > > Subject: Re: Application Icon Sizes > > > > > > Ben Combee a �crit : > > > > > At 11:57 AM 8/22/2003, Brad Figler wrote: > > > >What are the correct icon sizes for ICONFAMILYEX and > > > >SMALLICONFAMILYEX? > > > > > > Single density is 22x22 and 15x9. > > > > Interestingly, under Palm OS 2.0, a 22x22 icon gets displayed > > shifted down on the desktop view. I found you must make it > > 32x32 and only use the top 22 pixels, leaving the rest blank, > > to get a normal view. Such a 32x32 icon displays fine both > > under Palm OS 2.0 and subsequent versions. But you'll say > > "Who cares about OS 2.0"? Even I just dropped it. > > > > > > -- > > Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
