I was at 3.1, now I'm at 3.2 (thanks).
Chris Bruner
Compulife Software Inc.
==============================================
----- Original Message ----- From: "P. Douglas Reeder" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[email protected]>
Sent: Wednesday, March 29, 2006 1:00 AM
Subject: Re: ctlHitControl and Popup triggers and OS 5


I hesitate to mention something you've probably already checked, but are you using 3.2, the latest version?


On Mar 28, 2006, at 11:31 PM, cbruner wrote:

OK, I've tried a few things and nothing seems to work. (syntax errors). The gist of what I'm trying is:

#define kFrmNavHeaderFlagsObjectFocusStartState 0x00000001
#define kFrmNavHeaderFlagsAppFocusStartState 0x00000002

at the top of the file (ok)
and

NAVIGATION ID FaceAmountForm
   INITIALSTATE kFrmNavHeaderFlagsAppFocusStartState

At the bottom of the file. (which gives the syntax error). I feel like I'm missing something obvious but I just don't know what.
The exact error is

Error  :
Error : Compile failed.



Chris Bruner
Compulife Software Inc.
==============================================
----- Original Message ----- From: "P. Douglas Reeder" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[email protected]>
Sent: Tuesday, March 28, 2006 5:36 PM
Subject: Re: ctlHitControl and Popup triggers and OS 5



On Mar 28, 2006, at 2:50 PM, cbruner wrote:

I've looked in the manual for the PiIRC language and there is no mention of Form Interaction or Object Interaction.

In the manual they have an example, What would you set to make it Form Interaction.

NAVIGATION ID 1000
   INITIALSTATE kFrmNavHeaderFlagsObjectFocusStartState


Unfortunately, you have to define them in the resource descriptor file

#define kFrmNavHeaderFlagsObjectFocusStartState 0x00000001
#define kFrmNavHeaderFlagsAppFocusStartState 0x00000002

or include them from, I believe, Form.h


--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/


--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/


--
BEGIN-ANTISPAM-VOTING-LINKS
------------------------------------------------------
Teach CanIt if this mail (ID 11911230) is spam:
Spam:        https://antispam.osu.edu/b.php?c=s&i=11911230&m=aa0de60d8426
Not spam:    https://antispam.osu.edu/b.php?c=n&i=11911230&m=aa0de60d8426
Forget vote: https://antispam.osu.edu/b.php?c=f&i=11911230&m=aa0de60d8426
------------------------------------------------------
END-ANTISPAM-VOTING-LINKS



--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/



--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to