... I'll wager a cup of Redmond Starbucks coffee that it doesn't run on Linux. ;-) --Larry -- For information on using the Palm Developer Forums, or to...
Larry Gilbert
stolen-from-palmos@...
Dec 1, 2002 9:13 am
81185
My brother and co-worker ported some Windows software to Windows CE (-not- pocketPC ;) for a data-harvest application. *shudder* Even though the program was...
Matthew Bevan
mbevan@...
Dec 1, 2002 10:40 am
81186
Hello! When will you update the "Palm OS Companion" document so that it complies with Palm OS 5? The "Palm OS Companion" document that is currently distributed...
RaNo
news@...
Dec 1, 2002 12:17 pm
81187
When battery capability is low,I need warn customer to charge.But how to get current capability? and if I use symbol modem for handspring visor,how to get...
Miken
mikenwonder@...
Dec 1, 2002 12:31 pm
81188
Hi all I am geting an "Fatal error Event.c line no 247 Event queue is full" In my form 15 fields are there. i am geting data from database and show into fields...
Rajasekhar Reddy P
rajasekharreddy_p@...
Dec 1, 2002 1:35 pm
81189
This thread brings to mind a line from the docu-drama on Bill Gates'/ Microshaft's rise to dominance released several years ago. Towards the end of the...
Steve Jerrett
sjerrett@...
Dec 1, 2002 1:47 pm
81190
... Look up SysBatteryInfo in the Palm OS API Reference. It returns all sorts of info about the battery status, including current voltage, percentage ...
Brian Smith
avalon73@...
Dec 1, 2002 4:52 pm
81191
Wouldn't you better first fill your AddrDBRecordType and than call AddrDBNewRecord() ? Henk ... -- ... metaview@......
Henk Jonas
jonash@...
Dec 1, 2002 5:34 pm
81192
... Having being burnt by an obscure bug in a version of a well known PC-based C compiler, I always have a 'default' in every 'switch' statement. I suspect...
Stringer
STRINGER@...
Dec 1, 2002 6:21 pm
81193
... The Palm OS Companion (Part I and Part II) documents look to be updated for Palm OS 5 in the SDK distributions I've seen. The date on page 2 of the ...
Ben Combee
bcombee@...
Dec 1, 2002 7:55 pm
81194
I know that I can change the size or position of an object, however, is there a way to change the size and position of a form? Thanks, Mike McCollister ...
Mike McCollister
mikemccollister@...
Dec 1, 2002 8:27 pm
81195
Well, the app I'm working on has grown to the point where I'm starting to really wrestle with multiple segments. I can usually shuffle things around to get...
kcorey
www.palmos.com@...
Dec 1, 2002 8:58 pm
81196
... or ... system ... OK, thanks Ben. You always have the facts. Rant to group (i.e. Matt, Mark, and John - the Bible Thumpers): See how Ben actually answered...
Paul
gdaypar@...
Dec 1, 2002 9:33 pm
81197
From: "Paul" <gdaypar@...> ... is You're confused, Paul. This is my first post to this thread. -- For information on using the Palm Developer Forums, or to...
Mark Wilden
mark@...
Dec 1, 2002 10:28 pm
81198
I'm trying to change the text repeatedly for various controls including pushButtonCtl and popupTriggerCtl. There were techniques for verifying that the text ...
DeVon Fowler
devon_fowler@...
Dec 1, 2002 11:33 pm
81199
FldInsert() adds a fldChangedEvent to the event queue, so you are filling it up if you call it 15 times without giving the system a chance to process each one....
JB Parrett
jbp@...
Dec 2, 2002 1:11 am
81200
Hi, all How shall i do if i want to start my application from silkscreen virtual key? -- Xue Qu Kingsoft Corporation PDA Development Group Tel:...
Xue Qu
quxue@...
Dec 2, 2002 2:49 am
81201
HI,Brian Smith,Thanks Are you use symbol modem for handspring visor?My customer don't know English,and when modem battery is low,it will pop up warn dialog,but...
Miken
mikenwonder@...
Dec 2, 2002 2:54 am
81202
Hi,all has anybody notice that there r a few bugs in the example under MW tutorial for Palm OS ->Errand? From about Chapter 11 there turns to be some bugs.And...
mouse
digital_structure@...
Dec 2, 2002 3:40 am
81203
I just finished chapters 11 and 12 just this momement and all was fine. What seems to be the problem? (Using CW 8.0 demo and 3.5 emulator.) Jon has anybody...
Jon Blackman
jon@...
Dec 2, 2002 4:15 am
81204
Well, in chapter 11,when i run the Errand app on the 3.5 simulator-dbg,i choose the "view" button, it represents the "View Errands "form,when i click my mouse...
mouse
digital_structure@...
Dec 2, 2002 4:54 am
81205
Also, i dicovered another problem: if i choose "Fri"to add a piece of event,but i actually do the follows: 1.i enter a letter 'a' in the text filed; 2.then,i...
mouse
digital_structure@...
Dec 2, 2002 5:28 am
81206
Hi kcorey, I do not have problems to call globals from the default segment in my multi segment apps. Even if I usually try to organize them in a way that their...
Henk Jonas
jonash@...
Dec 2, 2002 7:32 am
81207
Paul, ... Defining the handled variable uninitialized will generate warnings, which you shouldn't ignore. Using Java it would even generate an error. Henk -- ...
Henk Jonas
jonash@...
Dec 2, 2002 7:36 am
81208
Why do you verify it? You assume, that something behind sizeof(ControlType) is the actual label store. You prevent further OS versions from growing the...
Henk Jonas
jonash@...
Dec 2, 2002 7:40 am
81209
Hello, Everything is OK after creation of BITMAPFAMILY containing (identical) versions of the bitmap for 4bpp and 8bpp screen mode. Of course BITMAPPALETTE was...
Robert Niedziela
meth@...
Dec 2, 2002 9:16 am
81210
"Mark Wilden" <mark@...> wrote in message news:103317@palm-dev-forum... ... label ... Then why the guilty post? Did I say which Mark in the world? ;-) ...
Paul
gdaypar@...
Dec 2, 2002 9:50 am
81211
... This is a little funny, as both John Marshall and I fall into the class of "compiler makers". John is the maintainer of prc-tools, the GCC port for Palm...
Ben Combee
bcombee@...
Dec 2, 2002 10:50 am
81212
... The reason this gives an error is that the size of ControlType isn't known to your application, since ControlType is an internal structure and knowing the...
Ben Combee
bcombee@...
Dec 2, 2002 10:57 am
81213
Hi, I have a big problem with my app. It has grown and know i need to make it multi-segment with CW. i have some debug stuffs i can enable/disable with a...