re: Is record uniqueID re-usable?

2004-12-17 Thread Sony Santos
Hello mguo, I don't know the straight answer, but we can play among the possibilities. Suppose Data Manager uses an auto-incremental variable, stored in a palmOS db (e.g.), to assign an uniqueID to a new record. Since it is auto-incremental, it is always a new value (for uniqueIDs), and no che

Re: help with simulator zire71

2004-12-17 Thread Ben Combee
At 07:49 PM 12/17/2004, you wrote: From: "Ben Combee" <[EMAIL PROTECTED]> > SSF files are very sensitive to the environment in which they were > created. They may not reload on another computer, or even on the same > computer if the set of programs running on the computer when the simulator > star

Re: Socket Notification on Simulator

2004-12-17 Thread Tony Yat-Tung Cheung
I think all Palm simulators do not support socket notifications as of now. (Please correct me if I am wrong.) But most Palm OS devices with Palm OS 5.0 or above already has the socket notifications, including the older Palm Tungsten T. Tony Cheung Geoffrey Cross wrote: I'm playing with 'Socket

RE: T3 Voice Recorder

2004-12-17 Thread Randy Pulsifer
I just finished adding this to a app aimed at Zire72, but it should all work the same for the T3. Look up "Sampled Sound Functions" in the PalmOS Reference doc (under Sound Manager). There's also a great bit of sample code on the PalmSource KB. You can't use the side button though, it'll launch a

Re: help with simulator zire71

2004-12-17 Thread Chris Tutty
From: "Ben Combee" <[EMAIL PROTECTED]> > SSF files are very sensitive to the environment in which they were > created. They may not reload on another computer, or even on the same > computer if the set of programs running on the computer when the simulator > starts changes. > ... which severely li

HELP! Retrieving phone info on Treo 600 and 650

2004-12-17 Thread Jeffry Loucks
Any help would be appreciated. I've asked this question mostly before, but so far nobody admits to knowing anything about the subject. I need to programatically retrieve the ESN, IMSI(MIN) and phone number from the Treo 6x0 CDMA phones for use in identifying the phone and subscriber to a billing

re: Using DmResizeRecord() with other functions

2004-12-17 Thread mguo
The first one will work properly -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: From area

2004-12-17 Thread mguo
WinGetBounds(WinGetDrawWindow(), &rect) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Capture signature on Palm OS 4.1

2004-12-17 Thread Regis St-Gelais
"Developer" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > The link below seems to be pointing at a differnt article when I click on > it > again This is because your link was too long. You can use some thing like http://tinyurl.com to make a shorter link. -- Regis

From area

2004-12-17 Thread Chris Apers
Hi, Is it possible to retreive the screen relative coordinate of a form area ? I'd like to draw on this area but don't know how to match the form coord and the screen coord Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/d

Re: PODS and coding forms

2004-12-17 Thread David Orriss Jr
So I'm correct.. ;) OK.. thanks... On Fri, Dec 17, 2004 at 11:39:55AM -0800, Eric Cloninger wrote: > The resource editor does not generate any C source code. > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > David Orriss Jr > > Sent: Fr

RE: Socket Notification on Simulator

2004-12-17 Thread Geoffrey Cross
> I'm playing with 'Socket Notification', and it definitely doesn't work > on Simulators. I tried on the Treo650 Simulator from PalmOne, and on > Garnet Simulator delivered with PODS. > > Even the 'SockNotifyTestApp.zip' code example from PalmSource KB doesn't > work. It always fail when calling

Re: Capture signature on Palm OS 4.1

2004-12-17 Thread Developer
The link below seems to be pointing at a differnt article when I click on it again. Anyways, the article that I am referring to is: " Signature Capture and Conversion before Palm OS 3.5" in the palm knowledge base. "Developer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have do

Re: Capture signature on Palm OS 4.1

2004-12-17 Thread Developer
The link below seems to be pointing at a differnt article when I click on it again. Anyways, the article that I am referring to is: " Signature Capture and Conversion before Palm OS 3.5" in the palm knowledge base. "Developer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have

Treo 600/650 custom fonts

2004-12-17 Thread Drew Haninger
anyone had trouble with custom fonts on the Treo 650, ours are working ok on the 600, but not on the 650. thanks Drew > - Original Message - > From: "John Cundall" <[EMAIL PROTECTED]> > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Sent: Friday, December 17, 2004 8:26 AM > Subject: r

RE: PODS and coding forms

2004-12-17 Thread Eric Cloninger
The resource editor does not generate any C source code. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > David Orriss Jr > Sent: Friday, December 17, 2004 1:24 PM > To: Palm Developer Forum > Subject: PODS and coding forms > > Am I correct in as

PODS and coding forms

2004-12-17 Thread David Orriss Jr
Am I correct in assuming, based on what I see, that when I create a form with the resource designer via PODS that I have to hand-code any support events that tools like Falch "template" out? I'm not trying to be critical, just trying to understand the tool. Thanks. -- David Orriss Jr. -- Fo

Re: too many called functions - how to get more

2004-12-17 Thread Roger Stringer
Subject: re: too many called functions - how to get more ? From: "Matthew Henry" <[EMAIL PROTECTED]> Date: Thu, 16 Dec 2004 17:05:08 - X-Message-Number: 24 So, if I'm understanding you correctly, your program is crashing periodically and you think that is because your call stack is too deep?

Capture signature on Palm OS 4.1

2004-12-17 Thread Developer
I have downloaded the signature capture example from the Palm Knowledge base from this link: http://kb.palmsource.com/cgi-bin/palmsource.cfg/php/enduser/std_adp.php?p_si d=SsjyBdth&p_lva=&p_faqid=130&p_created=1032296548&p_sp=cF9zcmNoPTEmcF9ncmlk c29ydD0mcF9yb3dfY250PTQmcF9zZWFyY2hfdGV4dD1zaWduYXR1

Re: help with simulator zire71

2004-12-17 Thread Adrien Regimbald
The snapshot files are machine dependant, so you can't copy them around. Updating system files (as per WinXP SP2) will also make your snapshot files incompatible. Ben Combee elaborated on this in an earlier post, so check the archives if you're curious. Adrien. Friday, December 17, 2004, 9:24:14

Re: help with simulator zire71

2004-12-17 Thread Ben Combee
At 10:24 AM 12/17/2004, you wrote: Hi guys i hope you can help me i saved a session name emulator.ssf in my disk, but if I copy the folder with the rom and everything I got in my machine to other machine I can't open the session, I got an error message that says "the specified storage snapshot file

re: Treo 600/650 dynamic heap size

2004-12-17 Thread John Cundall
About 3MBytes in both cases. I say "about" as these the figures returned by MemHeapFreeBytes() on the Treo 600 & 650 simulators - I see a free bytes value of 2.9MBbytes. John. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

help with simulator zire71

2004-12-17 Thread Ruiz Camacho Rodolfo
Hi guys i hope you can help me i saved a session name emulator.ssf in my disk, but if I copy the folder with the rom and everything I got in my machine to other machine I can't open the session, I got an error message that says "the specified storage snapshot file can't be loaded" and other "the sp

How to programmatically open the Attention Manager?

2004-12-17 Thread Tony Yat-Tung Cheung
Some users complain that they are not able to open the Attention Manager using the keyboards on a Treo 600. Is there any way to do so? Any method to programmatically open the Attention Manager? Thank you. -- For information on using the Palm Developer Forums, or to unsubscribe, please see htt

Treo 650 Palm Desktop:

2004-12-17 Thread Prabakar
Hi, I have the Treo 650 "Cingular" Device. I downloaded the below Desktop software for that from PalmOneWebsite, "palmOne SDK 4 0 BETA Treo650 Palm Desktop - "Sprint" PC - SDK Build # 24INT3 " Will I use this software for Downloading files for my "Cingular" Treo 650? OR Any other seperate Deskto

Problem freeing memory allocated with MemChunkNew on OnBoardC

2004-12-17 Thread Sinisa Marovic (AC/EDD)
Hi, I'm using MemChunkNew to allocate segments >64k. The allocation is succesfull, and I get the pointer back, but when I try to release it, I get an error, and I have to soft reset: Memory manager line : ptr is handle. Now, according to the documentation, MemChunkNew returns MemPtr type, a

re: Using DmResizeRecord() with other functions

2004-12-17 Thread Sony Santos
Hi all, Sorry for posting too fast. I searched the archives for DmResizeRecord() and I found the answer: 1. DmResizeRecord() is blind to the busy bit, and does not change its value; 2. If I want to write on the record, I must use DmGetRecord(); 3. Does not matter whether DmResizeRecord() is befo

Re: pc to Palm format jpeg convertion utility

2004-12-17 Thread tut.by
you need "jpeg decoder" from jpeg to bitmap see "Imaginator" example with CodeWarior directory. I> I need pc to palm size jpeg convertion utility. I mean i need a utility I> that convert the origial pc size resolution jpeg image into plam size jpeg I> image with the same extension .jpeg. Whe

pc to Palm format jpeg convertion utility

2004-12-17 Thread Isabella
Hi All, I need pc to palm size jpeg convertion utility. I mean i need a utility that convert the origial pc size resolution jpeg image into plam size jpeg image with the same extension .jpeg. Where can i get this utility. Thanks, Isabella.S -- For information on using the Palm Developer

Treo 600/650 dynamic heap size

2004-12-17 Thread WP
Hello, I've already searched forums and I was able to find informations about dynamic heap size of most Palm devices. The only 2 devices that I wasn't able to find were Treo 600 and Treo 650. Does anyone know what is a dynamic heap size of those 2 smartphones? best regards, Marek Wyszynski, In