> Yes I am using the 3.0 SDK, I have loaded the 3.1SDK but have not been
able to
> get it to work yet.  Any Ideas as to why I'm having the below problem?
What
> could cause it?
>
> > > I've narrowed the problem down further.    Can anybody tell me if CW
R5
> > > supports PalmOS3.3?

irrelevent, but yes it does.  the compiler just compiles the source code
into an executable.  there's nothing it needs to do to support one OS
version or the other.  if some piece of code works on one OS but not
another, then there is about 99.9% probability of a bug in that code.


> > > What I am seeing is the CtlHandleEvent is Not
> > > sending a ctlEnterEvent after receiving a penDownEvent to the user
> > > defined event handler.
> > > However, it only does this when changing from the Main Form to another
> > > form and only under PalmOS 3.3.   Palm OS 3.0X works fine.

what user-defined event handler?  do you mean the form event handler?

CtlHandleEvent sure enough sends a ctlEnterEvent for me, on OS3.3.  are you
sure there isn't something more to this problem?

what is the code for your event loop?
what is the code for any non-OS functions called by your event loop?
what is the code for the form event handler you think should be receiving
the ctlEnterEvent?
does it handle penDownEvent or penUpEvent?  if so, what is the code?
etc.


Reply via email to