Re: Compiling for Fiveway on the T5?

2005-12-19 Thread Michael Nordstrom
On Sun, Dec 18, 2005, Josh Menke wrote:
 When I build from CVS, I don't get Fiveway support in plucker on my Tungsten
 T5. I get it in 1.8. I found a copy of PalmChars.h, etc., and built using
 --with-fiveway=/path/to/PalmCharsDir, but that still doesn't give me five
 way support.

Do you get any warnings when you run configure?

/Mike
___
plucker-dev mailing list
plucker-dev@rubberchicken.org
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev


Re: Compiling for Fiveway on the T5?

2005-12-19 Thread Alexander R Pruss
As a stop-gap, you can download 5wayEm from www.1src.com (freeware  
hacks section) and use the T3 support. 
___

plucker-dev mailing list
plucker-dev@rubberchicken.org
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev


Re: Compiling for Fiveway on the T5?

2005-12-19 Thread Josh Menke
On 12/19/05, Alexander R Pruss [EMAIL PROTECTED] wrote:
As a stop-gap, you can download 5wayEm from www.1src.com (freewarehacks section) and use the T3 support.
I tried 5wayEM and I end up with the Left and Right keys double tapping. So if I press left, it goes back twice instead of once.

In fact, I get the same results if I force haveFiveWay to be true:

#ifdef HAVE_FIVEWAY_SDK

 err = FtrGet( navFtrCreator, navFtrVersion, value );
//  if ( err == errNone )

 haveFiveWay = true;

 #endif

When I do this, it also gives double taps for left and right. Still works fine in 1.8 though.

--Josh
___plucker-dev mailing list
plucker-dev@rubberchicken.orghttp://lists.rubberchicken.org/mailman/listinfo/plucker-dev-- 
Joshua MenkeNNML LabBYU CS[EMAIL PROTECTED]


RE: Compiling for Fiveway on the T5?

2005-12-19 Thread Dennis McCunney
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Alexander R
 Pruss
 Sent: Monday, December 19, 2005 1:52 PM
 To: plucker-dev@rubberchicken.org
 Subject: Re: Compiling for Fiveway on the T5?

 As a stop-gap, you can download 5wayEm from www.1src.com (freeware
 hacks section) and use the T3 support.

That works nicely on my Tapwave Zodiac, and thank you.

One question though: what would be involved in getting it to recognize the
joystick *press* as well as motion?  As it stands, I can use 5WayEm to
navigate, but not select.
__
Dennis

___
plucker-dev mailing list
plucker-dev@rubberchicken.org
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev