On Sat, Feb 22, 2003 at 01:59:47PM +0000, Michael Nordstr�m wrote: > I have changed the code in os.c to make it handle new OS versions > better. Instead of only initialize specific features for the "found" > OS version it will initialize *all* features up to (and including) > the found version. This means that if e.g. a viewer that is built > today would be run on a PalmOS 6 device in the future it will support > all OS2 - OS5 features, i.e. it won't use OS2 as the default any > longer...
I like what you did here. I was actually thinking about doing the same thing myself but got distracted by other problems :) > I also moved some OS dependant code from fullscreenform.c and > image.c and added an option to disable the "Back" button and > arrows in the fullscreen form (the back button is still available > but not visible; if you tap in the lower left corner it will > appear, though.) I'm not sure if you intentionally did it this way, but did you purposly decide not to put the UNUSABLE switch onto frmFullscreenBack in viewer.rcp.in? -- Adam McDaniel Array.org Calgary, AB, Canada _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
