Regarding issue #1:

I'm not 100% sure which documentation you've seen so far, so I'll just
list all the documentation I'm aware of:

>From CodeWarrior:
Help -> Online Manuals -> Palm OS -> POL

Actual documentation path:
<Metroworks>\CodeWarrior\CodeWarrior Manuals\HTML\POL.chm

There is a tutorial here:
<Metroworks>\CodeWarrior\CodeWarrior Manuals\Object Library for Palm
OS Tutorial\

You can also find some examples of the various POL objects:
<Metroworks>\CodeWarrior\(CodeWarrior Examples)\Palm OS\Object Library
Examples\

Finally, you can find a POL forum as well as an FAQ at the POL website:
http://www.pollib.com/

Unfortunately I'm not aware of any further documentation. I think you
may have already seen the tutorial and .chm file, but I'm not sure. In
any event, you should definitely look at the other examples.

I believe you solved issue #2 in a later email, right?

Adrien.

Tuesday, December 14, 2004, 3:38:58 AM, you wrote:

SF> I just started working with POL as included with Codewarrior Palm 9.

SF> #1: Where the heck is the documentation? There's a tutorial that 
SF> explains a few things and a reference .chm with very little detail.

SF> #2: How do I switch from one non-modal form to another, based on an
SF> event in the form, while passing data to the new form?

SF> I tried this in CForm1:OnLstSelect...

SF> CForm2* formP = new CForm2( );
formP->>Goto();

SF> ...but it results in a crash a bit later.

SF> CForm2's constructor looks like this...

SF> CForm2( )
SF>   : CForm( kForm2ID )
SF> {
SF> };

SF> I haven't even tried to tackle transferring data yet! Is there an 
SF> example of this? I haven't been able to find one yet.

SF> -- 
SF> Steven Fisher; [EMAIL PROTECTED]
SF> "Morituri Nolumus Mori."




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

Reply via email to