Re: Using Palm OS Simulator

2002-02-09 Thread Ben Combee
"Laurie Davis" <[EMAIL PROTECTED]> wrote in message news:76200@palm-dev-forum... > > I still have not been successful in connecting to the Palm OS Simulator. > I am using CodeWarrior 7. Have you updated to the 7.1 patch? This has some debugger changes. > My settings in the "Palm Connection Sett

problems with this newsgroup

2002-02-09 Thread Ben A. HiLLeLi
test...my apologies if it arrives...damned if it doesn't... -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

PalmOS Databases and Primary Key (Record UniqueID)

2002-02-09 Thread Ben A. HiLLeLi
I've posted this on several newsgroups to no avail... I'm working on my first palm app... It is a BIG Palm App involving a relational database with MANY "tables" (I know they are not really tables, more like file i/o)... I've got one table created, opened and sorted... My question now is related

Re: What does a standard 256 palette look like?

2002-02-09 Thread Brian Smith
On Sun, 10 Feb 2002, Hong Yu wrote: > I want to generate 256 colors bitmap without a color table. But where > can I find a standard 256 colortable for palm. I mean every detail > entry. You can try a program that just puts up a color grid using the default palette and lets you get the RGB value

What does a standard 256 palette look like?

2002-02-09 Thread Hong Yu
I want to generate 256 colors bitmap without a color table. But where can I find a standard 256 colortable for palm. I mean every detail entry. Hong Yu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Palm to Internet

2002-02-09 Thread Dmitri Zamyslov
Hi! I have a question. I have a palm m100 and PalmOS 3.5.1 with Webclipping components installed. I usually HotSync by COM port. The question how shall I setup my HotSync program and the Palm to connect it to the Internet, if I have LAN connection to the Internet on my PC. Dmitri -- For info

the new Palm MiniKeyboard behaves oddly

2002-02-09 Thread Paul Nevai
I noticed that the new Palm MiniKeyboard with the i705 constantly sends vchrHardCradle [0x0209] into the key event queue. Is this intentional or a bug? /Paul [pedit - LapTopHack - superFinderHack] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.pa

Re: Help! Backup changes UniqueIDs in database??

2002-02-09 Thread John Leung
On Fri, 8 Feb 2002 16:26:52 -0800 (PST), Joe <[EMAIL PROTECTED]> wrote: > >You really should not count on the uniqueID being unchanging, and you >should also not count on it being truly unique. It isn't. For one >thing, "old versions" of the Mac Palm desktop sw did not properly >handle the uniqu

Re: Help! Backup changes UniqueIDs in database??

2002-02-09 Thread Jim Cooper
> For another, if the device is hard reset, the database gets a > new "seed" which has the effect of changing the uniqueIDs. Except for those old versions of ac software you mention, the existing unique ids should not get changed by a hard reset. There is a small chance that the new seed could g

Re: Getting contents from .pdb file

2002-02-09 Thread Joe
--- Shawn Pollock wrote: > I am a newbie, > ... > How to get the images from the .pdb file. 1. Put the pdb on your handheld. 2. Write an app that finds the database, opens it, gets the resource, locks it down, and then does whatever you want with it. 3. Put that app on your handheld and run it.

Re: After 16 successful connections, calling NetLibSocketOpen ret urns netErrTooManyTCPConnections (0x124F). What is going wrong?

2002-02-09 Thread Palm Dev Forum
Linger is your problem. Note, that if you wait several minutes after getting that error (in your app), and then try again, the linger will expire. Here is a sample from code we use that works great: NetSocketLingerType SockLinger; do your NetLibOpen ... Open SocketSock is a socket ... Se

Using Palm OS Simulator

2002-02-09 Thread Laurie Davis
I still have not been successful in connecting to the Palm OS Simulator. I am using CodeWarrior 7. My settings in the "Palm Connection Settings" panel are as follows: Target: Palm OS Emulator Always launch emulator - checked Use TCP/IP sockets - checked Emulator: Launch Parameters: none chec

Custom Conduit Using COM objects like PDSystemAdapter, PDRecordAd apter

2002-02-09 Thread SAMBAMOORTHY Natarajan
I have the Palm CDK (downloaded from PalmOS website) installed on my PC. I need to write a sample VB 6.x application using this COM Sync Suite for creating a custom conduit that interfaces with Palm database. This VB application uses COM objects like PDSystemAdapter and PDRecordAdapter for the Ho

Getting contents from .pdb file

2002-02-09 Thread Shawn Pollock
I am a newbie, I converted a bmp in the desktop to a .pdb file with the help of Palm Resource Importer. How to get the images from the .pdb file. shawn. __ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.y