Hi Trevor,

Fine Thankyou.

For adding into AppEventHandler, the following my
example code to do so, right?
case keyDownEvent:
 switch(eventP->data.keyDown.chr)
 {
    case vchrRockerUp:
        switch(FrmGetObjectId(FrmGetActiveForm
(),FrmGetFocus(FrmGetActiveForm())))    
        {
           case MainSetupOKButton:
        
HsNavObjectTakeFocus(FrmGetActiveForm(),MainSetupStealthModeCheckbox);
                break;
        break;
    case vchrRockerDown:
    ...................
    ...................
}
        
That's it?

- cathy.

--- Trevor Majula <[EMAIL PROTECTED]> wrote:


---------------------------------

If you do a search through palmsource you will find a
companion's guide to creating fnav resources using XML
code. It's alot of printing (Pages). Now, for some of
the forms that do not

have the 5-way nav.........turn the focus mode on in
the App's event handler, initially....assuming the
form is a non-modal form. Normally, for modal forms,
the treo devices automatically turn on the focus mode.
 





---------------------------------

From:  babbu cathy <[EMAIL PROTECTED]>
Reply-To:  "Palm Developer Forum"
<[email protected]>
To:  "Palm Developer Forum"
<[email protected]>
Subject:  RE: Handspring: How to use the
Navigations...
Date:  Mon, 10 Oct 2005 04:50:50 +0100 (BST)
>Hi,
>
> >One is to add fnav resources into your app -
>Can you eloborate this? How to do this?
> > I personally prefer, is to use the HandSpring
API's
>Can i use this API's directly on code after added
that
>header file and SDK.
>
>- cathy.
>
>--- Trevor Majula <[EMAIL PROTECTED]> wrote:
>
>
>---------------------------------
>
>There are 2 ways in which you can add HsNav support
>for these devices. One is to add fnav resources into
>your app, and the other, which I personally prefer,
is
>to use the HandSpring API's.
>
>
>
>
>
>
>
>---------------------------------
>
>From:  babbu cathy <[EMAIL PROTECTED]>
>Reply-To:  "Palm Developer Forum"
><[email protected]>
>To:  "Palm Developer Forum"
><[email protected]>
>Subject:  Handspring: How to use the Navigations...
>Date:  Sat, 8 Oct 2005 10:16:56 +0100 (BST)
> >Hi all,
> >
> >I need urgent help.
> >I am trying to use Navigation support for my
> >application using Handspring 5 SDK for Treo 600 &
650
> >support. I added the Handspring 5 SDK also in my
> >project.
> >I coded with "HsNavObjectTakeFocus" and some API's,
> >Its working for some forms with navigation and Its
>not
> >working properly in some forms.
> >What could be the problem?
> >Can I add directly these API's into my project
code?
> >OR Is there any particular way to add into my
>project?
> >
> >Can anyone please give me ideas soon.
> >
> >- cathy.
> >
> >
> >
> >
>
>__________________________________________________________
> >Yahoo! India Matrimony: Find your partner now. Go
to
>http://yahoo.shaadi.com
> >
> >--
> >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/
>
>
>
>
>__________________________________________________________
>Yahoo! India Matrimony: Find your partner now. Go to
http://yahoo.shaadi.com
>
>--
>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/



                
__________________________________________________________ 
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com

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

Reply via email to