... 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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...