Search the web
Sign In
New User? Sign Up
palm-dev-forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 82452 - 82481 of 92429   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
82452
... Interestingly, my Treo 90's screen's white border pixels turn red (!) while debugging (CW, using serial), so at least on this device there's a way to...
Josh Freeman
software@...
Send Email
Jan 1, 2003
10:03 am
82453
I wrote a java app which is currently running on my 6310i and my M515, not a killing app but a kind of http downloader allowing me to retrieve the datas I need...
Laurent THALER
lthaler@...
Send Email
Jan 1, 2003
11:35 am
82454
Good time of a day! My problem concerns encoding as it could be seen from the title of this post. I've come across it when I tried to open my MyApp.prc file...
PhilipOK
philipok@...
Send Email
Jan 1, 2003
2:51 pm
82455
I'm trying to figure out some of the details of the StrPrintF function: suppose: char *sdf, *ghj, *klm; sdf = "ABC"; ghj = "XYZ"; How could I put sdf en ghj...
Pieterjan Vandegaer
pjvdg@...
Send Email
Jan 1, 2003
5:37 pm
82456
First of all, in your declarations, you have only declared three *pointers* to chars, not three strings. No memory has been allocated for the strings yet. So...
Mike Walters
mike@...
Send Email
Jan 1, 2003
6:22 pm
82457
From: "Mike Walters" <mike@...> ... *pointers* ... Actually, that part of the code is valid: char *sdf; sdf = "ABC"; Four bytes of constant data have...
Mark Wilden
mark@...
Send Email
Jan 1, 2003
6:32 pm
82458
Hi How can I alter the editable state of a table unter Palm OS 5? tabletypeptr->attrib.editable = mode; Doesn't work any more. Or at least, the simulator is...
Stephan Veigl
a9526342@...
Send Email
Jan 1, 2003
7:06 pm
82459
... I was having the same problem as you with CW8; I eventually fixed it by disabling auto-download and installing the application to my Tungsten manually;...
Michael Love
mikelove@...
Send Email
Jan 1, 2003
9:45 pm
82460
Anyone looked into how to keep the Bluetooth module powered? I'm trying to see if it's possible to get the Palm to wakeup from activity from a paired Bluetooth...
Ken Tindell
ken@...
Send Email
Jan 1, 2003
11:07 pm
82461
... It's a bug in your file. On the BITMAP line, you need to include the keyword "COLORTABLE" for your 8-bit bitmap. This will tell PilRC that you don't want...
Ben Combee
bcombee@...
Send Email
Jan 1, 2003
11:24 pm
82462
Am Sam, 2002-12-28 um 00.22 schrieb Daniel Seifert: Hi, ... In the meantime a beta tester reported that on his Tungsten T, the brightness slider of the...
Daniel Seifert
devforum@...
Send Email
Jan 1, 2003
11:29 pm
82463
Hi Jeff, I've been programming on the HandEra 330, but the problem is similar there. Different API, of course, but the process is the same: there's a button...
Larry Gilbert
stolen-from-palmos@...
Send Email
Jan 2, 2003
1:15 am
82464
Here're the functions to create a .PDB database on Palm handheld by CodeWarrior: Err OpenDatabase(UInt32 typeDB,UInt32 creatorID,const char* nameP,DmOpenRef...
Su Duy Trinh
sdtrinh@...
Send Email
Jan 2, 2003
3:09 am
82465
Hi All, First of all a very Happy New Year to all those who are reading this mail & also to those who aren't. I built a conduit that runs fine with the Hotsync...
Dhiraj Shetty
dhiraj_vs@...
Send Email
Jan 2, 2003
5:18 am
82466
Hi Everybody, first of all a very good 2003 to everybody.... I apologize you for my last message partially incorrect. I'm trying to debug a CONDUIT AND NOT A...
Gianni Morelli
g.morelli@...
Send Email
Jan 2, 2003
8:59 am
82467
Hello, I developp application in JAVA with JBuilder and the MobileSet Edition. Everything works well but i want now to developp for the last CLIE (running ...
Killerloop
hcombey@...
Send Email
Jan 2, 2003
10:20 am
82468
How can i open a database in a memory stick? how can i specify where to lock for the database since the DmOpenDatabaseByTypeCreator don't specify nothing about...
Alexandre Barreto
alexandrelbarreto@...
Send Email
Jan 2, 2003
10:53 am
82469
Hi, I never tried that on Mac, but I guess it's the same you do in Win. If you are trying to debug the conduit side, you will need the debugger from the tool...
SebastianM
sebastian@...
Send Email
Jan 2, 2003
1:25 pm
82470
... I'm not sure about all Clie's, but the newer ones have VFS support in the OS. You'll use VFS to access files and databases on a memory stick. Look at...
Jeff Wheeler
jeffw@...
Send Email
Jan 2, 2003
2:19 pm
82471
... already ... the ... (or ... -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/...
nybxvc <nybxvc@...>
nybxvc@...
Send Email
Jan 2, 2003
2:25 pm
82472
I'm writing an application for the Handera 330 and I will probably make the choice of a card a configuration variable but I was wondering if anyone had any...
Dave Mottorn
dmottorn@...
Send Email
Jan 2, 2003
2:30 pm
82473
... Too much code and too big of a question. Filter out the unnecessary stuff and focus your question and try again. Matt -- For information on using the Palm...
Matt Graham
mdgraham@...
Send Email
Jan 2, 2003
3:16 pm
82474
Hi, Is there a "bsearch" function in PalmOS ? Thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see...
Chris Apers
chrilith@...
Send Email
Jan 2, 2003
3:25 pm
82475
... Ah, you should be able to debug conduits using this setup, although I'd guess that CDK 4.03 for Mac OS X was built for CodeWarrior Professional V7, not the...
Ben Combee
bcombee@...
Send Email
Jan 2, 2003
5:03 pm
82476
... SysBinarySearch for random arrays. SysFindSortPosition for databases. -- Ben Combee <bcombee@...> CodeWarrior for Palm OS technical lead Palm OS...
Ben Combee
bcombee@...
Send Email
Jan 2, 2003
5:03 pm
82477
... In both cases I would use Compact Flash. (SD is a type of flash) CF cards are generally faster, and cheaper for larger densities. Less so now, but the ...
Matthew Bevan
mbevan@...
Send Email
Jan 2, 2003
6:24 pm
82478
Larry - When I execute your instructions, after about a minute I get: localhost:2000: Bad file descriptor Any idea why? Thanks. Thorne Ventura -- For...
Thorne Ventura
thornev@...
Send Email
Jan 2, 2003
6:46 pm
82479
I'm following all the instructions in "Palm OS Programming", but I can't seem to get a popuptrigger list to display. Here's my code... in .RCP file (embedded...
Thorne Ventura
thornev@...
Send Email
Jan 2, 2003
6:51 pm
82480
Ooops, I copied the wrong .H file lines. Corrected below. THanks for any help. ... -- For information on using the Palm Developer Forums, or to unsubscribe,...
Thorne Ventura
thornev@...
Send Email
Jan 2, 2003
6:55 pm
82481
... Hmmm, interesting. This looks mostly right, but I'm concerned about the coordinates on your POPUPTRIGGER. Having it anchored at 10,30 is fine, but giving...
Ben Combee
bcombee@...
Send Email
Jan 2, 2003
7:15 pm
Messages 82452 - 82481 of 92429   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help