This gets more amazing all the time! It's practically ALREADY in the Palm.
I have to ask - I seem to have missed out on all this detail and I'm wondering where
it's presented.
I have the OS4 SDK and all the documentation for it available on the Palm Dev Seeding
area. But I seem to be mising a lot.
Where is the best place to find low level detailed information about OS4?
I don't know why, but I'm finding it a bit strssful trying to keep up with the
dizzying pace the Palm is evolving - and this is
NOTHING like what happens with OS 5. After the transition to OS 5, will we get a bit
of a breather?
I can see it now...
"Well, actually Jeff, if all goes well, after OS 5 we will then switch to the EPOC
API...." ;)
Ben Combee wrote:
> > Why do you use WinCopyRectangle? Why not use WinScreenLock and
> WinScreenUnlock?
> > Granted, those calls aren't in pre-3.5 systems, but then, neither will
> your
> > "copy buffer to screen function".
>
> One problem is that WinScreenLock doesn't always work. See
> http://www.escribe.com/computing/pcpqa/m31604.html for Aaron's month-old
> discussion of when this works and when this doesn't. In particular, you
> can't lock a 16-bit screen on the Visor Prism due to the size of its VRAM,
> and you'll sometimes fail on the Sony Clie due to limited heap space.
>
> Of course, the other reason for him wanting a WinCopyScreenBuffer API is do
> he could directly write to the bitmap format in the buffer, then have the
> API do the right thing. In theory, you should be able to
>
> WinScreenLock
> WinGetBitmap
> BmpGetBits
> BmpGlueGetDimensions (PalmOS 4.0 glue)
> BmpGlueGetBitDepth (PalmOS 4.0 glue)
> directly modify bitmap through pointer to bits
> WinScreenUnlock
>
> BTW, will we see a PalmOS 4.0 documentation release before final that has
> all these new accessor and glue functions documented?
>
> --
> Ben Combee
> Veriprise Wireless <http://www.veriprise.com>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe, please see
>http://www.palmos.com/dev/tech/support/forums/
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/