thank you very much! Aaron Ardiri <maillist@...> wrote in message news:115300@palm-dev-forum... ... -- For information on using the Palm...
dplswift
dplswift@...
Mar 1, 2003 12:27 pm
85624
... Sorry Ben, not a useful answer, although it might be the only answer we are going to get. I too would like to include the latest glue lib in our PDE...
Stringer
STRINGER@...
Mar 1, 2003 3:50 pm
85625
I can't figure out why a EvtEnqueueKey ((WChar) 0x0100, 0, 0); job produces theEventP->data.keyDown.chr == 0x0100 theEventP->data.keyDown.keyCode == 0 ...
Paul Nevai
nevai@...
Mar 1, 2003 4:27 pm
85626
... I'd like to too, and I'm a GCC user... :-) John -- For information on using the Palm Developer Forums, or to unsubscribe, please see...
John Marshall
johnm@...
Mar 1, 2003 4:39 pm
85627
Hello, I want to show a picture (a) that has its own 256 colors palette. The problem is that I got other pictures (b) on my screen that seems to have a default...
Gilles Petit
f4hla@...
Mar 1, 2003 8:41 pm
85628
... You'll need to use the PilRC plugin (included with V8, although you really should update to V8.3) to import your bitmap file with a custom palette....
Ben Combee
bcombee@...
Mar 2, 2003 2:52 am
85629
If anyone could shead some light on this, I'd greatly appreciate it... I'm trying to read an array of UInt16's at the end of my records. There is a struct and...
Jim Duffy
jamesjduffy@...
Mar 2, 2003 5:03 am
85630
What is the value of ProfileLength? Next you should check the code that writes the record. "Jim Duffy" <jamesjduffy@...> wrote in message ...
Chris Antos
chrisant@...
Mar 2, 2003 6:36 am
85631
Thanks Chris, You pointed out something I overlooked. The ProfileLength value held the number of elements in the array. In the code that wrote the array to...
Jim Duffy
jamesjduffy@...
Mar 2, 2003 7:23 am
85632
... I think you can let the language help you out a bit more, here: UInt16* ra = (UInt16*) profileP; for (i = 0; i < ProfileLength /* not <= */; ++i) ...
Mark Wilden
mark@...
Mar 2, 2003 10:00 am
85633
Hello, I developed an application having prc size as 192kb. So effective size if big. On one or two screens i get this error as Fatal Alert, Event.c event...
Rahul Shukla
rahulmailsu2002@...
Mar 2, 2003 10:08 am
85634
... No, he can't. The entire point is that profileP is not aligned, so that cast is not valid. ("<" rather than "<=" is probably a good point though.) John ...
John Marshall
johnm@...
Mar 2, 2003 10:18 am
85635
We are in OS5 and I did a SysNotifyRegister (cardNo, dbID, sysNotifyEventDequeuedEvent, &myProcessDequeuedEvent, sysNotifyNormalPriority, myDataP); job and...
Paul Nevai
nevai@...
Mar 2, 2003 12:58 pm
85636
Hi, I cant disable the Find button on Tungsten T. But it works on other devices with no 5way navigation!!! Really dont know why.......... can you help? THX ...
Tenchi-Man
tenchi@...
Mar 2, 2003 3:26 pm
85637
how do i include symbol sdk in codewarrior to implement barcode functionality. -- For information on using the Palm Developer Forums, or to unsubscribe, please...
burhan a.
developer@...
Mar 2, 2003 6:03 pm
85638
... Look in the samples directory of the Symbol SDK. -- For information on using the Palm Developer Forums, or to unsubscribe, please see...
John E. Christ III
johnec3@...
Mar 2, 2003 6:44 pm
85639
First of all, your operator precedence is messed up -- read up on the precedence of && vs || and add more parentheses to make it explicit what conditions you...
Chris Antos
chrisant@...
Mar 2, 2003 8:16 pm
85640
... Size doesn't matter apparently ;-) ... Without knowing what you are doing, I can only guess that you have managed to generate more events than you have...
Sean Charles
scharles@...
Mar 2, 2003 8:47 pm
85641
... From: "Chris Antos" <chrisant@...> ... Actually, this doesn't need any additional parentheses. isMemoFindKey = event.eType == keyDownEvent && ...
Mark Wilden
mark@...
Mar 2, 2003 9:13 pm
85642
No Mark, it seems you missed what I said. I showed what the expression *does* as written. And I explained why it's *wrong* as written. To clear up confusion,...
Chris Antos
chrisant@...
Mar 2, 2003 9:43 pm
85643
... From: "Chris Antos" <chrisant@...> ... for ... I was just talking about the parentheses in the expression I quoted, that's all. :) -- For...
Mark Wilden
mark@...
Mar 2, 2003 10:00 pm
85644
Thank you I got it Ray "Chris Antos" <chrisant@...> wrote in message news:115528@palm-dev-forum... ... for ... what ... -- For information on using...
Tenchi-Man
tenchi@...
Mar 2, 2003 10:51 pm
85645
From: "Rahul Shukla" <rahulmailsu2002@...> ... There's a known problem with some operations on fields that will overflow the event buffer. From memory...
Chris Tutty
chris.tutty@...
Mar 2, 2003 10:54 pm
85646
I have checked the list and the online stores. The mailing list gives a program that appears to use its own scripting language. The stores appear to just...
Dan
dan@...
Mar 2, 2003 11:31 pm
85647
... Yes, it's normal that the command key bit is set. Since Palm OS doesn't use any 2-byte encoding systems[1], there is no valid character above 0xFF. The...
Keith Rollin
keith.rollin@...
Mar 2, 2003 11:41 pm
85648
My app is for OS 3.1 and above. I have a Conduit that has features for registered users, but the demo portion of my App doesn't require the Conduit. So, I'd...
Richard Coutts
rcoutts@...
Mar 3, 2003 12:27 am
85649
so called system use only functions. Can I just directly use it as normal APIs or do I have to take care about sth? Thanks ...
Johnson Z
johnson_hl@...
Mar 3, 2003 12:58 am
85650
"Mark Wilden" <mark@...> wrote in message news:115530@palm-dev-forum... ... that's ... You quoted it wrong -- out of context, and substituting "[...]"...
Chris Antos
chrisant@...
Mar 3, 2003 1:37 am
85651
thanks everybody, the problem has been solved, and it's really not that complex! Martyn ... into ... 8-bit ... now, ... in ... -- For information on using the...
Xue Qu
quxue@...
Mar 3, 2003 2:10 am
85652
From: "Chris Antos" <chrisant@...> ... Chris, I have no doubt at all that I missed your whole point, and I apologize. I thought you were talking about...