Hi all, I have a problem on sending data from my Tungsten W to my PC Win2000 with ADSL. I've written a small apps with CW8 for Tunsgten W which "allow" me to...
Agus Silas
agus.silas@...
Apr 1, 2003 8:46 am
86663
Hi all, I have a problem on sending data from my Tungsten W to my PC Win2000 with ADSL. I've written a small apps with CW8 for Tunsgten W which "allow" me to...
agus
agus.silas@...
Apr 1, 2003 9:08 am
86664
Hi, CodeWarrior has provided the source code of PalmOS Formats Panel, but i just wonder the source code of PalmOS General Panel published to use? Pls advise in...
apple k
applek33@...
Apr 1, 2003 9:22 am
86665
Thank's. I needed this conversion on the Palm side - it would be straightforward on the Windows side. Meanwhile I did it. Here is the result if somebody is...
Jan Slodicka
jano@...
Apr 1, 2003 10:43 am
86666
Hi, Is it possible to have a BITMAPCOLOR with COLORTABLE defined but without include its colortable ? thanks Chris -- For information on using the Palm...
Chris Apers
chrilith@...
Apr 1, 2003 11:16 am
86667
... what do you mean exactly? pilrc needs a palette to do the conversion from the native bitmap format to the internal format used by palm. if you dont supply...
Aaron Ardiri
maillist@...
Apr 1, 2003 11:22 am
86668
... I have lots of bitmaps that have the same colortable but to save space i don't want to include their colortable and define it in my program. How can i do...
Chris Apers
chrilith@...
Apr 1, 2003 11:30 am
86669
... tell pilrc to map the bitmap data to a specific palette (PALETTEFILE) and, it'll do it. in order for you to display them correctly, you will have to set...
Aaron Ardiri
maillist@...
Apr 1, 2003 11:53 am
86670
... Ok thanks How can i do this ? i don't find this function in the doc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see...
Chris Apers
chrilith@...
Apr 1, 2003 12:15 pm
86671
I am currently trying to debug some ARM code on a TT using my USB cradle. Unfortunately, I do not seem able to get Codewarrior/Palm Debugger and the device to...
c.prinoth@...
Apr 1, 2003 12:26 pm
86672
Thanks Dan. I tried your trick by putting a non-usable button in my form, but unfortunately I'm still having the problem. In term of resources, I have 23...
Richard Coutts
rcoutts@...
Apr 1, 2003 12:52 pm
86673
... Don't hijack an unrelated thread. Start a new thread of your own. Check the archives. This has been previously discussed! The power button on a PDA...
Stringer
STRINGER@...
Apr 1, 2003 12:58 pm
86674
Didn't you read Keith's documentation? You fed the gremlins after midnight, didn't you? --Mike Y. "Matt Hebley" <contact.matt@...> wrote in...
Michael Yam
myam@...
Apr 1, 2003 1:23 pm
86675
... its not in the 2.9 docs (hint - 3.0 coming soon, see pilrc-developer list) it was added in 2.9p2 or so. dont remember when exactly. the syntax is like...
Aaron Ardiri
maillist@...
Apr 1, 2003 1:35 pm
86676
... The point is that I, as one of your application's users, might want to change it. For (an unlikely) example, suppose a new version of MathLib came out with...
John Marshall
johnm@...
Apr 1, 2003 1:55 pm
86677
If you forward to me 50% of the money you got from the financial institutions I can help you! ;) (Hint: it's all in the wrist.) ... Tom Frauenhofer,...
Tom Frauenhofer
tvf@...
Apr 1, 2003 3:12 pm
86678
John is making a really important point here that I would like to emphasize and expand upon. Regardless of _how_ you use an application or library you _are_...
Veronica Loell
lista@...
Apr 1, 2003 3:21 pm
86679
Hi. ... You can set the label of the trigger with CtlSetLabel(). All you have to do is to provide some space for the short version of the list item you want to...
Matthias Jordan
mjordan@...
Apr 1, 2003 4:00 pm
86680
Looks like I have a lot of work to do this weekend. I guess I'm finally going to have to bite the bullet and upgrade my development system. I've been using...
Mike
ipscone@...
Apr 1, 2003 5:02 pm
86681
Not a lot of information to work from here, but let me point out a few areas you might look at: 1. Desktop. The CCallModuleParams structure needs to be fully...
Robert McKenzie
Robert.McKenzie@...
Apr 1, 2003 5:27 pm
86682
Do "we" know if the built-in apps support these chars on a wide scale? I am sending them from a "hack" and they don't seem to work on the Handspring units...
Grant Beattie
Grant@...
Apr 1, 2003 5:38 pm
86683
... OS5 ... W : OS4.1 ... If you use lots of dynamic memory you app may not work properly on TT because it have a little heap size (512k ?) ... Form OS5 you...
Chris Apers
chrilith@...
Apr 1, 2003 6:07 pm
86684
Does anyone know what the "doubleTapDelay" argument to the KeyRates() API means? I don't understand the explanation in the OS Reference, which is: "Maximum...
Bill Heidler
billheidler@...
Apr 1, 2003 6:07 pm
86685
... Nope. You could try getting the original FDLIBM math function code from www.netlib.org and port that, but if you use the code in MathLib, you have to live...
Ben Combee
bcombee@...
Apr 1, 2003 6:21 pm
86686
... Palm Debugger isn't the right tool. 1) It isn't a CodeWarrior tool, but part of the Palm OS SDK. 1) It only supports 68K code, not ARM code. 2) The version...
Ben Combee
bcombee@...
Apr 1, 2003 6:21 pm
86687
So it is the system prefs (as presented in the "Prefs" application) that you want to lock, not the preferences of your own application? Setting a system...
Mark A. Peters
mapeters@...
Apr 1, 2003 6:41 pm
86688
Hi! ... It's more than 512kb (around 700 free), but it can be a lot less if the user is running AeroPlayer in the background :-) ... At least there are two...
tilo.christ@...
Apr 1, 2003 7:14 pm
86689
Thanks a lot for this answer. I will try it. I asume that I can do the StrPrintF using an element of my defined structure instead of using an element of an...
Eduardo Orea
e_orea@...
Apr 1, 2003 7:22 pm
86690
... You can do this, but if eR is a 4-byte type (like UInt32 or Int32), you need to use %ld in the format string. -- Ben Combee <bcombee@...> ...
Ben Combee
bcombee@...
Apr 1, 2003 8:39 pm
86691
I thought you just weren't suppose to let them get wet. Actually, that's merely an Easter Egg I put in there to commemorate my birthday (yes, it's actually...