Re: IR on Tungsten

2003-02-21 Thread GB
layer bit widths? Also, the Wakeup Handler issue is a big one too. GB [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] The plugged in program says this is a Hardware problem and there is currently no work around and may never be one, so its tough luck. Not very good I agree. Rik

Re: IR on Tungsten

2003-02-20 Thread GB
Is this for all the OS5 devices (Sony too?) or just the Palm TT? GB [EMAIL PROTECTED] wrote in message news:114279@palm-dev-forum... The plugged in program says this is a Hardware problem and there is currently no work around and may never be one, so its tough luck. Not very good I agree

EvtEnqueueEvent OK in WakeupHandler?

2002-09-17 Thread GB
. Any other ideas? Thanks, GB -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Use serial Port in a special way

2002-07-10 Thread GB
portability issues, etc. etc. The other alternative is to create an external RS-232 to I2C device and run it from the UART. This is fairly easy to do in a small 8-bit micro (which could be extremely tiny). I have gone this route before, but not for the Palm. GB Christophe Gouwy [EMAIL PROTECTED

OS5, hacks, traps, TSRs and multi-tasking

2002-06-20 Thread GB
in the background? Thanks, GB -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: OS5, hacks, traps, TSRs and multi-tasking

2002-06-20 Thread GB
going, but I could see how that might be a burden on the rest of the system. GB Chris DiPierro [EMAIL PROTECTED] wrote in message news:89359@palm-dev-forum... This is not really true though for serial data as the question was referring to. The serial manager gives you the ability to speify

Re: virtual keyboard

2002-06-07 Thread GB
I think you should discard or parse them when handling the data. What if someone uses a physical keyboard to input the number? GB Paul Gibson [EMAIL PROTECTED] wrote in message news:88341@palm-dev-forum... I'm not sure what the correct term is, but when you hit the dot next to the 123

Re-Flash m50x to Japanese - how??

2002-05-31 Thread GB
or the cursiveL..2) Any advise, on or off the record accepted. Thanks, GB -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Add'l Japanese Silkscreen Buttons

2002-05-31 Thread GB
Hi, Excuse my ignorance, but are there vchrXyz values for the 4 additional silkscreen buttons on the Japanese Palms (between the Graffiti and home/menu areas)? I need to be able to invoke these operations (enqueue the chars) from my app. Is there an additional header file maybe? Thanks, GB

Automatically moving to next table cell?

2002-03-19 Thread GB
to a different cell. Is there a proper way to get the current cell to give up focus in order to pass the focus to a new cell? Do I also have to release the focus for the current field and even the whole table? Thanks, GB -- For information on using the Palm Developer Forums, or to unsubscribe

Re: external keyboard drivers...

2002-03-15 Thread GB
enhancements to the built-in OS such as menu and pop-list navigation. GB Paul Nevai [EMAIL PROTECTED] wrote in message news:79853@palm-dev-forum... Dear Fellow Developers: I would like to discuss a few interesting issues regarding external keyboard drivers. The problem is that there are so many

Re: Adding events in PalmOS 5.0

2002-03-07 Thread GB
Is there still a common event queue for all the applications? GB David Fedor [EMAIL PROTECTED] wrote in message news:79080@palm-dev-forum... Are there any changes in EvtAddEventToQueue and EvtAddUniqueEventToQueue in PalmOS 5.0? I try to post some events but EvtGetEvent does not notice

Re: Reading USB

2002-03-05 Thread GB
On the Palm end it's really easy, ... read the latest reference PDFs. You just open a different port. On the PC side it is not so fun... GB Vijay Raghavan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]; Hello group, I have an application which captures user data from the Palm

Re: Illegal initialization? address table?

2002-02-08 Thread GB
. It seems to me that I can do this with just about every other compiler/architecture I have run across (I'm from the embedded world where const allows me to build structures in ROM). GB Ben Combee [EMAIL PROTECTED] wrote in message news:76094@palm-dev-forum... Are you using the PC-relative const

Re: Illegal initialization? address table?

2002-02-08 Thread GB
) so this could get really ugly if I cannot use pointers, but instead must create one big honking structure (most of which would then be unused). GB Ben Combee [EMAIL PROTECTED] wrote in message news:76139@palm-dev-forum... GB [EMAIL PROTECTED] wrote in message news:76135@palm-dev-forum

Illegal initialization? address table?

2002-02-07 Thread GB
: Error : illegal initialization HotSpot.c line 102 { 2000, 4, F2000m } }; How can I create a pre-defined table of addresses? Thanks, GB -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Targus Keyboard Tabbing Question!!

2002-01-15 Thread GB
(Sony, etc). GB see: www.genovation.com Jay [EMAIL PROTECTED] wrote in message news:73318@palm-dev-forum... Hello, I was given a Targus Stowaway keyboard for Xmas and I was wondering if there was a way to tab between textfields using the keyboard and is there a way to simulate penDownEvents

Re: Serial cable

2001-12-20 Thread GB
Have a look at http://www.pstec.de/ppp/m500crad/m500crad.html Perhaps you can take the same approach to modify your Handspring cradle. GB Jainik som [EMAIL PROTECTED] wrote in message news:71361@palm-dev-forum... hi all, I want to know how to connect a PalmOS device or a Handspring

Re: Serial HC12

2001-10-25 Thread GB
Yes, should be no problem. Just use the standard serial (RS-232) routines in the Serial Library. GB Venkata Tumati [EMAIL PROTECTED] wrote in message news:65887@palm-dev-forum... Hi, I was wondering if I can make palm receive data from HC12 microcontroller with a RS232 built in without

Re: how to detect that Palm Desktop is installed

2001-10-19 Thread GB
); return; // not found } RegCloseKey(hkey); // found It doesn't explicitly tell you that the Desktop is installed, but it tells you that there is an association with the file extension PRC. GB Ritesh [EMAIL PROTECTED] wrote in message news:34059@palm-dev-forum... Hi Christopher, You can

Palm and USB (still waiting?!)

2001-09-07 Thread GB
... (I'm using CPP Builder 5 and the 98DDK) GB // Cheating method, ... get the guid from regedit. // Stolen via Regedit.exe: #define symbolLinkName .\\0034#{a5dcbf10-6530-11d2-901f-00c04fb951ed}\\PIPE04 HANDLE deviceH = INVALID_HANDLE_VALUE; BOOL success; unsigned long

Re: How to reach the ctlSelectEvent

2001-08-30 Thread GB
First of all I have no knowledge of why some events would occur while others would not (maybe the UI components are in the same kernel thread as the apps??), but can you look for a penDown over the coordinates of the button to do the same thing? GB Mattias Nylén [EMAIL PROTECTED] wrote

SDK4.0 and missing PalmOSGlue values?

2001-08-30 Thread GB
here? Thanks, GB PS And following the same rules, why is the following considered OK? if(eventP-eType == frmLoadEvent) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Palm and USB (still waiting?!)

2001-08-29 Thread GB
). One gentleman joked (I hope it was a joke) about cracking the case to figure out the memory mapping of the PDIUSB12 controller IC so that he could write something from scratch. Is that what Palm has reduced us to? Any and all help appreciated, GB -- For information on using the Palm

Re: Palm and USB (still waiting?!)

2001-08-29 Thread GB
Hi, Thanks Keith, I see that there are fresh versions of the Companion and Reference PDFs. I'm currently using the 3.5 SDK and expect there will be some fun issues changing to 4.0, but I will start with that (we do some low-level data structure access in our drivers). GB Keith Rollin [EMAIL

Re: Latest Palm OS 4.0 documentation posted to the Palm developer website

2001-08-20 Thread GB
So is the LONG-awaited USB support information included? GB Greg Wilson [EMAIL PROTECTED] wrote in message news:60127@palm-dev-forum... The Developer Documentation page on the Palm OS Developer website (http://www.palmos.com/dev/tech/docs/) has been refreshed with the latest documentation

Re: Turning the light on/off

2001-08-15 Thread GB
Enqueue a keydown event using vchrBacklight... GB Johnathan Smith [EMAIL PROTECTED] wrote in message news:59767@palm-dev-forum... Can someone please tell me how to turn the light on/off on the palm in code? __ Do You Yahoo!? Make