Re: Send file over to Wndows Server

2006-07-28 Thread Thomas Damme
[EMAIL PROTECTED] schrieb: Thanks for your kind response. I can send plain text of two three lines to server succsessfully so after encode it and decoding at server side. I may guess that my http header is okay. First, what encoding do you use? Does you WebServer support this encoding? I am

treo APIs.

2006-07-28 Thread V. Sriram
hi, can anyone pl tell me where can i find the phone book related APIs for treo. sriram -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Memory Leak

2006-07-28 Thread Micky MeNeZeS
Thanks a lot cbruner It is done and working very well Regards, Micky -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of cbruner Sent: Thursday, July 27, 2006 11:45 PM To: Palm Developer Forum Subject: Re: Memory Leak Helmut A. Bender wrote: Am

Re: remote testing in Treo 700p device

2006-07-28 Thread kbharathi
Thanks for your reply. I'm not aware of a remote test viewer for the Treo, but its likley one exists. May I know what application can I use for remote screen access to the Treo. Thanks Bharathi -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Resource ID for system alert icons?

2006-07-28 Thread John Cundall
Does anyone know what the resource IDs are for the icons used in the Alert type resources (Error/Warning/Confirmation/Information), as I'd like to use them in some dialogs of my own. John. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Re: VFSDirEntryEnumerate Bug in 4.02a CDK?

2006-07-28 Thread Ralf Dietrich
VFSDirEntryEnumerate() from the CDK is only a library-call to the Palm Desktop - so changing the CDK does not change your bug behaviour (imho this is also a Tungsten|T issue). But the bug is in the transport protocol (desktop link protocol - DLP) so it is a combination of the desktop part

Re: Custom Data Resource Bug in Constructor

2006-07-28 Thread Thomas Damme
Mehul Patel schrieb: Hi, I have found a problem (may be a Bug) in Custom Data resource of Constructor. I am adding 2-3 applications in Custom Data resource which is a part of my original application. But it seems that it is not updating the application added as resource, instead it attaches

Help in Hiding the files from the Delete List

2006-07-28 Thread Kishor Bhushan
Hi I have created a application. it is running fine. I am using more number of PDB files in my application. So all the PDB's are getting displayed in the delete list. But i dont want to display all PDB in Delete list. So is there any thing to hide PDBs from delete list or to bundle all into one

RE: Help in Hiding the files from the Delete List

2006-07-28 Thread John Sutton
Kishor, My understanding is that all files with the same creator ID get lumped together into one entry. Do your supplementary database files have the same creator ID as your app? Regards John Sutton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kishor

Re: treo APIs.

2006-07-28 Thread Borszczuk
On Friday 28 of July 2006 09:13 V. Sriram wrote: can anyone pl tell me where can i find the phone book related APIs for treo. Try manuals from developer section on palm.com (free reg. required) Regards, -- Daddy, what Formatting drive C: means?... Marcin

Treo telephony SDK

2006-07-28 Thread loic
Hi, I use the telephony SDK and I have some problems with the functions PhnLibSetPhoneBook, PhnLibSendLongDTMF and to send a SMS. Using PhnLibSetPhoneBook I can add and modify the phone numbers on my SIM card but I can't delete anything. If I use the function with a phone number list to write

RE: Help in Hiding the files from the Delete List

2006-07-28 Thread Kishor Bhushan
Hi John, I have created different creator Id for my application. but i was using the old application creator Id for some time. Now the problem is all the files are getting displayed in the delete list. I want only the main PRC should be displayed and all the others should be hidden. Is there

Treo APIs

2006-07-28 Thread V. Sriram
hi, i wanted to use PhnLibGetOwnNumbers(..) to get the phone numbers. so i included #include HsPhoneNetwork.h/** CATEGORY: NETWORK */ But the compiler throws errors: /PalmDev/sdk-5r4/include/Libraries/Telephony/HsPhoneNetwork.h:48: parse error before `PhnMsgBoxDataType'

Re: Help in Hiding the files from the Delete List

2006-07-28 Thread Thomas Damme
Kishor Bhushan schrieb: Hi John, I have created different creator Id for my application. but i was using the old application creator Id for some time. Now the problem is all the files are getting displayed in the delete list. I want only the main PRC should be displayed and all the others

Re: Memory Leak

2006-07-28 Thread Roger Stringer
At 04:16 AM 7/28/2006, you wrote: Subject: Re: Memory Leak From: cbruner [EMAIL PROTECTED] Date: Thu, 27 Jul 2006 14:15:22 -0400 X-Message-Number: 11 Helmut A. Bender wrote: Am Donnerstag, 27. Juli 2006 15:40 schrieb Micky MeNeZeS: I have got following code. [...] It seems you don't

Re: Treo APIs

2006-07-28 Thread Neil Whitworth
V. Sriram wrote: hi, i wanted to use PhnLibGetOwnNumbers(..) to get the phone numbers. so i included #include HsPhoneNetwork.h/** CATEGORY: NETWORK */ But the compiler throws errors: /PalmDev/sdk-5r4/include/Libraries/Telephony/HsPhoneNetwork.h:48: parse error before `PhnMsgBoxDataType'

Re: VFSDirEntryEnumerate Bug in 4.02a CDK?

2006-07-28 Thread Eric Lyons
Ralf said, So there are many workarounds - be creative: Do I have to be creative? It's Friday after all. I should get high fives for being in the office. ;) a) Write a file-list to a const file on the device - so you don't need to enumerate the directories from desktop! This could be

Re: VFSDirEntryEnumerate Bug in 4.02a CDK?

2006-07-28 Thread JamesSturdevant
Are you doing other things to the VFS as you iterate? I recall in some project that that caused issues. Try iterating and making a list and then doing the rest of your processing from the list. JamesS Eric Lyons wrote: The VFSDirEntryEnumerate API call in our conduit does not always iterate

Re: VFSDirEntryEnumerate Bug in 4.02a CDK?

2006-07-28 Thread Eric Lyons
We tried removing all the other CDK API calls and created an STL list of the filenames. No improvement. A SYNCERR_REMOTE_BAD_ARG err was returned after 30-ish iterations. Thanks for the suggestion! Eric Lyons JamesSturdevant [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Are you

Handling events in stopwatch-like dialog

2006-07-28 Thread Luc Le Blanc
I'm trying to setup a stopwatch-like dialog where I have a Start/Stop button, and an OK button. When the Start button is hit, I start displaying elapsed time until the Stop button is hit or the Datebook hardware button is depressed. My problem is handling the OK button (to leave the dialog

string List

2006-07-28 Thread durgeshtrivedi
How do i make visible my string list on the frm is their any who can write the code for me.bcz i m a new user i give the prefix name of string list as listview on thee but i dont know how do i make it visible on the form. thanks. -- For information on using the PalmSource Developer Forums, or