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