Thanks for the reply,
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?

Jason

Jun-Kiat Lam wrote:

> As far as I know, CW for Palm R5 works fine with Palm OS 3.3. Bear in mind
> that there isn't a Palm OS 3.3 SDK, so I assume that you are using the Palm
> 3.0 SDK to build apps.
>
> Jun-Kiat Lam
> Metrowerks Technical Support
>
> ----- Original Message -----
> From: "Jason Simpkins" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, January 19, 2000 11:03 AM
> Subject: Re: don't think R5 will work POSE 3.0a3 and the Palm OS 3.5 ROM
>
> > I've narrowed the problem down further.    Can anybody tell me if CW R5
> supports
> > PalmOS3.3?   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.
> >
> > Thanks,
> > Jason
> >
> > [EMAIL PROTECTED] wrote:
> >
> > > Jason,
> > >
> > > Your report is still confusing.
> > >
> > > For instance, you say "The following code sample does not work any
> longer", but
> > > you don't say how it doesn't work. Does the form not redrdaw? Does your
> > > application crash? What?
> > >
> > > For another example, your first message says "...[nilEvent] is no longer
> valid",
> > > but your second message says "...nilEvent it the only event my app can
> > > generate". So I'm confused -- do your nilEvent interactions work as
> expected or
> > > don't they? And what are those interactions, anyway?
> > >
> > > -- Keith
> > >
> > > Jason Simpkins <[EMAIL PROTECTED]> on 01/18/2000 12:47:54 PM
> > >
> > > Please respond to [EMAIL PROTECTED]
> > >
> > > Sent by:  Jason Simpkins <[EMAIL PROTECTED]>
> > >
> > > To:   [EMAIL PROTECTED]
> > > cc:    (Keith Rollin/HQ/3Com)
> > > Subject:  Re: don't think R5 will work POSE 3.0a3 and the Palm OS 3.5
> ROM
> > >
> > > I've narrowed down some of the "features" I'm seeing.  First you're
> correct the
> > > event is nilEvent, and my problems must be with the even manager.  The
> following
> > >
> > > code sample does not work any longer:
> > > case frmOpenEvent:
> > >                                 frm = FrmGetFormPtr(OBSMainForm);
> > >                                 FrmDrawForm(frm);
> > >                                 handled = true;
> > >                                 break;
> > >
> > > case frmCloseEvent:
> > >
> > > fld=FrmGetObjectPtr(frm,FrmGetObjectIndex(frm,OBSMainObs_radialField));
> > >                                FldSetTextHandle(fld,NULL);
> > >                                FldFreeMemory(fld);
> > >                                handled = true;
> > >                                break;
> > >
> > > Also it "seems" like nilEvent is the only event my app can generate
> under 3.3.
> > > Whereas with 3.0.1 everything works as it should.
> > >
> > > Thanks,
> > > Jason
> > >
> > > Chris Antos wrote:
> > >
> > > > if you read the 3.3 FAQ on www.palm.com you'll discover that they have
> 3.0
> > > > and 3.1 "downgrades" available, as well.
> > > >
> > > > POSE 3.0a3 and Rom 3.3 work *excellent* for me, for all my apps and
> for all
> > > > 3rd party apps i've tried installing (which is a lot).  perhaps you
> have a
> > > > bug in your code that was not exposed until 3.3.  obviously MW has
> nothing
> > > > to do with OS 3.3, so can you explain exactly what you mean by "none
> of my
> > > > forms work any more in MW"?  there is no such thing as frmNilEvent, i
> think
> > > > you mean nilEvent, and what do you mean by "no longer is valid"?  what
> is
> > > > going wrong?
> > > >
> > > > if you can be specific, someone can probably help you.
> > > >
> > > > ----- Original Message -----
> > > > From: "Jason Simpkins" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Tuesday, January 18, 2000 8:38 AM
> > > > Subject: Re: don't think R5 will work POSE 3.0a3 and the Palm OS 3.5
> ROM
> > > >
> > > > > Oh man, this is the exact problem I'm having.  POSE 3.0a3 and rom
> 3.3
> > > > don't
> > > > > work worth a flip.  None of my forms work any more in MW.  It
> appears as
> > > > if
> > > > > the frmNilEvent no longer is valid.
> > > > >
> > > > > Unfortunately I updated my Palm Device with PalmOS 3.3 and nothing
> works
> > > > > now.  Does any body know how to reinstall PalmOS 3.0?  Help!
> > > > >
> > > > > Jason
> >
> >

Reply via email to