Keyguard on Treo 600

2003-12-09 Thread Vu Pham
Hi, I use the following code for disable the auto-keyguard on the T600 ( from the example of function HsAttrSet of Trep600 Dev guide.pdf ). UInt32 keyguard = 0; HsAttrSet( hsAttrKeyboardLocked, 0, keyguard ); but it seems this does not work. Could you please give me some advice ?

Re: Keyguard on Treo 600 [ updated ]

2003-12-09 Thread Vu Pham
Blocking the hsChrKeyboardLocked helps sovling my problem, but I still want to know why the original solution ( setting hsAttrKeyboardLocked to zero ) does not help ? Thanks, Vu - Original Message - From: Vu Pham [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday

nilEvent

2003-12-09 Thread Vu Pham
Hi all, I work on a form that waits for user input two data fields. If the user does not input after a given interval, this form will close by itself and user defautl values for these fields. I use the nilEvent for checking the timeout ( and I remember to set timeout value of EvtGetEvent to a

Re: nilEvent

2003-12-09 Thread Vu Pham
using FrmSetFocus to initialize the cursor to one of the fields? On 9 Dec 2003 at 20:10, Vu Pham wrote: Hi all, I work on a form that waits for user input two data fields. If the user does not input after a given interval, this form will close by itself and user defautl values

Re: nilEvent [solved]

2003-12-09 Thread Vu Pham
this mean that nilEvent is sent to the form that has the cursor focus only ? Vu - Original Message - From: Vu Pham [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 8:44 PM Subject: Re: nilEvent Thanks, John, for your reply. Yes, I have this line

I:\Ripple\ARM\Core\Emul68K\SrcSlowEmu\Run68K.c

2003-12-09 Thread Vu Pham
In order to test a function, I put it in a loop to let it run every minute on the PalmOS5 Simulator. It runs for about 20 or 30 minutes then stops with the following error: I:\Ripple\ARM\Core\Emul68K\SrcSlowEmu\Run68K.c Line: 2258, Odd aligned write to 00F7BD75. What is it talking about ?

Bad form [ was Re: I:\Ripple\ARM\Core\Emul68K\SrcSlowEmu\Run68K.c ]

2003-12-10 Thread Vu Pham
: Re: I:\Ripple\ARM\Core\Emul68K\SrcSlowEmu\Run68K.c At 11:39 PM 12/9/2003, Vu Pham wrote: In order to test a function, I put it in a loop to let it run every minute on the PalmOS5 Simulator. It runs for about 20 or 30 minutes then stops with the following error: I:\Ripple\ARM\Core\Emul68K

Re: Books abou Palm Programming

2003-12-10 Thread Vu Pham
I would like to add PalmOS Network Programming by Gred Winton. if you must handle networking stuff. And if so, having books like TCPIP Illustrated V1,2,3 by Stevens will help a lot, too. Vu - Original Message - From: Richard Coutts [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL

Re: I:\Ripple\ARM\Core\Emul68K\SrcSlowEmu\Run68K.c

2003-12-10 Thread Vu Pham
PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 12:37 AM Subject: Re: I:\Ripple\ARM\Core\Emul68K\SrcSlowEmu\Run68K.c At 11:39 PM 12/9/2003, Vu Pham wrote: In order to test a function, I put it in a loop to let it run every minute on the PalmOS5 Simulator

Re: time between events

2003-12-10 Thread Vu Pham
How about using TimGetTicks() at each of those events ? - Original Message - From: D. Kirker [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 9:52 PM Subject: time between events How do I find the elapsed time

Re: 5-way navigator on the simulator

2003-12-12 Thread Vu Pham
It is the numeric keypad, isn't it ? - Original Message - From: Paul Nevai [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, December 12, 2003 9:15 AM Subject: 5-way navigator on the simulator I read about 5-way navigator on the simulator somewhere but I can't

Re: 5-way navigator on the simulator

2003-12-12 Thread Vu Pham
Want to add a little more after reading Matt's email for this topic. ;-) In my case, I use Treo600 simulator, and the 5-way nav is the numeric keypad - Original Message - From: Vu Pham [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, December 12, 2003 9:24 AM

Re: CW producing weird numbers

2003-12-12 Thread Vu Pham
Have you tried UInt32 test = 1024L * 1024L; - Original Message - From: Brad Figler [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, December 12, 2003 12:04 PM Subject: CW producing weird numbers I have very recently started having

NetLibSelect with sysFileDescStdIn

2003-12-12 Thread Vu Pham
In the loop of receiving file from the server, I use NetLibSelect with sysFileDescStdIn but it seems that the device is busy with receiving data and NetLibSelect does not return PenEvent. Could you please give me some advice ? Thanks, Vu -- For information on using the Palm Developer Forums,

Re: stylus location

2003-12-12 Thread Vu Pham
see documentation of penDownEvent, penUpEvent or penMoveEvent. - Original Message - From: desa [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, December 12, 2003 5:13 PM Subject: stylus location How do I get the location of the

Re: NetLibSelect with sysFileDescStdIn

2003-12-12 Thread Vu Pham
Never mind. I checked the wrong events. Sorry. - Original Message - From: Vu Pham [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, December 12, 2003 3:26 PM Subject: NetLibSelect with sysFileDescStdIn In the loop of receiving file from the server, I use

Re: time between events

2003-12-14 Thread Vu Pham
in message news:[EMAIL PROTECTED] Vu Pham wrote: How about using TimGetTicks() at each of those events ? Right,... like set a global variable (UInt32 gPendownTick) when the PenDownEvent is detected, and then do the math when the PenUpEvent happens: elapsedTime = TimGetTicks

Re: how to solve: close to overflowing the stack error in Palm Emulator?

2003-12-14 Thread Vu Pham
Have you tried to debug it with CW and the simulator ? - Original Message - From: Victor . [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Sunday, December 14, 2003 12:46 PM Subject: how to solve: close to overflowing the stack error in Palm Emulator? Dear

Re: Problem with CodeWarrior 9.2 and Palm 5.0 SDK R3

2003-12-14 Thread Vu Pham
Assuming you have copied the PalmOS SDK into correct directories of CW ( Ben Combee has a post about how to manually do this. I found it on eScribe but could not remember exactly the date now ). In my case, after copying those SDK dirs, I copy the directory Handsrping5 ( from HsHeader.zip from

Re: Restore the form

2003-12-15 Thread Vu Pham
I think you can try FrmPopupForm to call form B and FrmReturnToForm to return to formA. Vu - Original Message - From: apple k [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, December 15, 2003 4:26 AM Subject: Restore the form Hi. Is there any way to

Re: TimGetTicks() on Treo600 reutrn const?!?

2003-12-16 Thread Vu Pham
Treo600 may have bugs, but not this simple bug. I 've worked with the Treo600s ( real and simulator ) and that function works fine. Have you checked your code carefully before jumping to that conclusion ? - Original Message - From: George VS [EMAIL PROTECTED] Newsgroups: palm-dev-forum

Re: Big Sound Stream problem

2003-12-17 Thread Vu Pham
IMHO, it sounds like that UserDapaP ( and then data ) pointing to some invalid address. Have you checked value of data before running that calculation line ? - Original Message - From: Chris Apers [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, December 17,

Re: table static text problem

2003-12-17 Thread Vu Pham
Neil, IMHO, when you show your code, it means you 've spent some time to read the documents. But your code and what you asked seems pretty far from each other. That's why J. Leung suggested that you read the manuals. If you search a little bit on PalmOS site, you would find this easily.

Re: NetLib Socket connection to a Java Servlet

2003-12-19 Thread Vu Pham
When you send a string of single-byte chars, you must not use host-to-net conversion. Those conversions require only for short int ( 2 bytes ) or long ( 4 bytes ). - Original Message - From: Marcel [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED]

Re: NetLib Socket connection to a Java Servlet

2003-12-19 Thread Vu Pham
- Original Message - From: Marcel [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, December 19, 2003 9:14 AM Subject: Re: NetLib Socket connection to a Java Servlet Thanks for your answer. But after I have converted the ASCII

Re: NetLib Socket connection to a Java Servlet

2003-12-19 Thread Vu Pham
- Original Message - From: Marcel [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, December 19, 2003 10:54 AM Subject: Re: NetLib Socket connection to a Java Servlet Thanks. Yes, I have tried to send the data without any conversion.

vchrRockerUp is 0x000B or 0x0132 ?

2004-01-06 Thread Vu Pham
I am working on the 5-way navigator and get the following problem : The Up and Donw keys does not work if I use the definitions of vchrRockerUp ( 0x0132 ) or vchrRockerDown ( 0x0133) , but it does work if I redefine these two key 's values as 0x000B and 0x000C. I get these values by looking at

select() with sysFileDescStdIn on Simulators

2004-01-06 Thread Vu Pham
My networking app uses select() with sysFileDescStdIn in ReadFD to detect user's action. It works under the real device Treo 600 : it can detect when the users click on the buttons and then act correspondingly, but it does not work on the simulators ( 5.2, 5.3 simulator and Treo600 simulator ).

CW 9.2 crashes with HsNavSample ( always)

2004-01-06 Thread Vu Pham
Learning the source of HsNavSample makes my app run with navigator keys, but compiling the sample causes the Cw9.2 crashes with the error : Palm OS 68K Linker encountered an unhandled exception 0x0005 at addres ( the memory at address ... could not be written ) Localtion :

Re: CW 9.2 crashes with HsNavSample ( always)

2004-01-06 Thread Vu Pham
Sorry that I didn't say clearly : this sample was downloaded from Handspring site. Vu - Original Message - From: Vu Pham [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 12:09 PM Subject: CW 9.2 crashes with HsNavSample ( always) Learning

Re: CW 9.2 crashes with HsNavSample ( always)

2004-01-06 Thread Vu Pham
- Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 12:39 PM Subject: Re: CW 9.2 crashes with HsNavSample ( always) At 12:28 PM 1/6/2004, Ben Combee wrote: [] OK, a few quick observations.

simulators with 5-way navigator

2004-01-07 Thread Vu Pham
I am looking for the simulators that supports 5-way navigator in order to test my lib. Currently I only know of simulators of Treo600 ( that uses the numberic pad ) and Tungsten T ( that uses the Alt+arrow or Alt-Ctl as posted on this list ). Could you please let me know what else ? Thanks, Vu

PalmOS Device and SSL

2004-01-12 Thread Vu Pham
The PalmOS 5 documentation says it supports SSL. Searching eScribe and Google gave me very few information about which device really supports it ( I may not search with the appropriate keywords ) . Could you please let me know which one currently supports SSL ? Thanks, Vu -- For information

Re: PalmOS Device and SSL

2004-01-12 Thread Vu Pham
it). Thanks a lot for the info. I am porting my app to adapt with SSL. The server is using OpenSSL. The only two documents for SSL on Palm I could found are from the PalmOS Ref Guide and the Companion V2. Any other document about this topic is really appreciated. Thanks, Vu Vu Pham wrote

self-signed certificates

2004-01-12 Thread Vu Pham
Looking into some samples of using SSL on PalmOS, I don't see the step to load the CA certificates. Does it mean PamOS loads already some third-party CA trusted certificates ( like Verisign ) and I must use them instead of my self-signed CA certs ? Is there any API to allow me to load my

Re: I read in palmsource about Netlib.h

2004-01-13 Thread Vu Pham
- Original Message - From: R Luna [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, January 12, 2004 8:30 PM Subject: I read in palmsource about Netlib.h First you need to include the appropriate header files in your project:

Tungsten C simulator crash

2004-01-13 Thread Vu Pham
Maybe this problem has been known, I report here, just in case. Or may I do something wrong. Open the Tungsten C simulator and do the following steps will lead to a crash : - run the simulator - choose the EFIGSP rom - do the stylus alignment thingamagig, then choose English - click Next at the

Re: PalmOS Device and SSL

2004-01-14 Thread Vu Pham
- Original Message - From: Philippe Fischer [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 8:16 AM Subject: Re: PalmOS Device and SSL Hello, you can find some posts about ssl in the archive of this mailing list. A few month ago I've

Re: PalmOS Device and SSL

2004-01-14 Thread Vu Pham
- Original Message - From: Philippe Fischer [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 9:44 AM Subject: Re: PalmOS Device and SSL Hi Vu, I've got the same problem! But importing certs is not the only problem, I think that the cert

Re: PalmOS Device and SSL

2004-01-14 Thread Vu Pham
- Original Message - From: Philippe Fischer [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 10:15 AM Subject: Re: PalmOS Device and SSL Yes, it seems to work for the server you tested it with. I've tried to load the Verysign homepage via

Re: Treo 600 5-Way Navigation

2004-01-14 Thread Vu Pham
- Original Message - From: Scott D. Schmitz [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 2:02 PM Subject: Treo 600 5-Way Navigation I have implemented 5-way navigation as per the PalmNavigator.h api. It works great on Tungsten E

keyword export is used in SSllib.h

2004-01-15 Thread Vu Pham
Just a report. In the file ssllib.h, there is a definition typedef struct SslCipherSuiteInfo_st { UInt8 cipherSuite[2]; UInt16 cipher; /* sslCsiCipherXXX */ UInt16 digest; /* sslCsiDigestXXX */ UInt16 keyExchange; /* sslCsiKeyExchXXX */ UInt16 authentication; /* sslCsiAuthXXX */ UInt16 version;

Re: keyword export is used in SSllib.h

2004-01-15 Thread Vu Pham
why is that there... didn't they even tested the ssl? :))) I think they tested but not with c++. Vu Vu Pham wrote: Just a report. In the file ssllib.h, there is a definition typedef struct SslCipherSuiteInfo_st { UInt8 cipherSuite[2]; UInt16 cipher; /* sslCsiCipherXXX */ UInt16

Re: netlib strange issues

2004-01-15 Thread Vu Pham
- Original Message - From: Nahum Rosinsky [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, January 15, 2004 7:23 PM Subject: netlib strange issues While trying to establish an http tcp streaming connection from the PalmSim or real device, I simply get a

SslReceive and SslRead

2004-01-16 Thread Vu Pham
PalmOS 5.0 reference lets me know that the SslRead is a convenience cover of SslReceive. Because I need to manipulate the timeout, I use SslReceive instead, but any call to SslReceive makes the simulators ( Treo600, TungstenC, common simulator of PamOS 5 ) and the real Treo 600 devices crash.

Re: SslReceive and SslRead [ problem found in SslLib.h ]

2004-01-16 Thread Vu Pham
this declaration, my app works fine. I checked the new update of PalmOS SDK R3 , the one that named Palm_OS_54_Updates_68K_DR1.zip that is announced yesterday, it still has that typo. I hope this one will be fixed in next update. Vu - Original Message - From: Vu Pham [EMAIL PROTECTED

Re: Zire 71

2004-01-16 Thread Vu Pham
- Original Message - From: Mgh [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, January 16, 2004 5:00 PM Subject: Zire 71 Hi everybody, i have strange problem im my Zire 71, he is displaying a white screen with Reset button, this button doesn't do anything

Certificate Authorities

2004-01-19 Thread Vu Pham
Anybody knows which Certificate Authority currently are supported ( built in ) by PalmOS 5 ? I found some cheap CA sites and would like to buy certificate from one of them for the demo site. Thanks, Vu -- For information on using the Palm Developer Forums, or to unsubscribe, please see

fnav in PilRC

2004-01-25 Thread Vu Pham
I am using CW9.2, and using PilRC designer to edit the forms. How can I specify the 'fnav' resource under the PilRC designer ? Thanks, Vu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: fnav in PilRC [ Yes, it works :-) ]

2004-01-26 Thread Vu Pham
- Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, January 26, 2004 9:53 AM Subject: Re: fnav in PilRC At 05:21 AM 1/26/2004, Vu Pham wrote: I must 've done something wrong. I downloaded the pilrc 3.1, copy the exe file

conversion to PilRC

2004-01-26 Thread Vu Pham
I would like to add navigation to my resource files that were created under Constructor. Currently it is in .rsrc extension, and I can not open it in text mode. How can I convert it to .rcp ? Thanks, Vu -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: fnav in PilRC [ Yes, it works :-) ]

2004-01-26 Thread Vu Pham
I would like to post why my resource file at home gave me the error when I added NAVIGATION. I checked the resource file, and it was lack of one line of END of the last block declaration before the NAVAIGATION. After adding this END, it is complies ( by PilRC ) without error. The problem is

PilRC : extra definitions for INITIALSTATE ?

2004-01-27 Thread Vu Pham
I am playing around with PilRC and met this problem. My .rcp file has the following at the end : NAVIGATION ID MainForm INITIALSTATE kFrmNavHeaderFlagsObjectFocusStartState INITIALOBJECTID MainAField JUMPOBJECTID MainAField BOTTOMLEFTOBJECTID MainBButton BEGIN ID

Re: conversion to PilRC

2004-01-27 Thread Vu Pham
- Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, January 26, 2004 3:33 PM Subject: Re: conversion to PilRC At 03:16 PM 1/26/2004, Vu Pham wrote: I would like to add navigation to my resource files that were created under

Re: conversion to PilRC

2004-01-27 Thread Vu Pham
- Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 11:40 AM Subject: Re: conversion to PilRC At 11:29 AM 1/27/2004, Vu Pham wrote: But is there any way to convert the .rsrc to .rcp ? Currently some of my

MSL on CW

2004-01-28 Thread Vu Pham
I am confusing with MSL lib on CW. I create a test C project with MSL C/C++, and put the following code into it ( the main .c file ) void test(); void test() { char message[1024]; sprintf( message, %d, 1 ); } It is compiled without error. But if I put the two lines char message[1024]; sprintf(

Re: Starting Palm Development Q's

2004-01-28 Thread Vu Pham
- Original Message - From: Weston Houghton [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 10:33 AM Subject: Fwd: Starting Palm Development Q's Resending this message, as I received no responses, and I was worried that perhaps it just

Re: MSL on CW

2004-01-28 Thread Vu Pham
- Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 11:41 AM Subject: Re: MSL on CW At 06:21 AM 1/28/2004, Vu Pham wrote: I am confusing with MSL lib on CW. I create a test C project with MSL C/C

Re: Tungsteen E device

2004-01-29 Thread Vu Pham
- Original Message - From: George VS [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, January 29, 2004 5:56 AM Subject: Tungsteen E device Hi group, Is there any way to tell whether a device is TunsgteenE? any feature,

Where is Handspring forum now ?

2004-01-29 Thread Vu Pham
I used to be able to access to the Handspring webboard , not I could not any more. PalmOne seems hiding it somewhere :-) Does that board still exist ? What is its URL now ? Thanks , Vu -- For information on using the Palm Developer Forums, or to unsubscribe, please see

bitmap in .rcp

2004-01-31 Thread Vu Pham
My old app has a bitmap declared by a .r file, compiled by PalmRez, as follows: read 'Tbmp' (3500) pic1.bin; When I rewrite this with .rcp file using PilRC ( after renaming the extension to .bmp because PilRc complaines about the extension ) BITMAP ID 3500 pic1.bmp BPP1 I get the following

Re: bitmap in .rcp

2004-01-31 Thread Vu Pham
- Original Message - From: Aaron Ardiri [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Saturday, January 31, 2004 9:50 AM Subject: Re: bitmap in .rcp My old app has a bitmap declared by a .r file, compiled by PalmRez, as follows: read 'Tbmp' (3500)

Re: regarding gethostbyname () func

2004-01-31 Thread Vu Pham
- Original Message - From: RAHUL CHOUBE [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Saturday, January 31, 2004 3:05 PM Subject: regarding gethostbyname () func i am getting an error of nellibgethostbyname even if i am not using it in the code , i am using

bitmap (again )

2004-02-01 Thread Vu Pham
I think it is better to handle my problem in another way. I write a small tool that help me to convert a text file to a binary file. This binary file has two parts : the first part has the format of BitmapTypeV2, the 2nd part is the data ( for the bitmap ). I use PilRC to compile this resource

Re: bitmap (again ) SOLVED :-)

2004-02-01 Thread Vu Pham
- Original Message - From: Vu Pham [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Sunday, February 01, 2004 9:36 AM Subject: bitmap (again ) I think it is better to handle my problem in another way. I write a small tool that help me to convert a text file

Re: bitmap in .rcp

2004-02-02 Thread Vu Pham
- Original Message - From: Matt Graham [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, February 02, 2004 12:36 PM Subject: Re: bitmap in .rcp Vu Pham wrote: - Original Message - From: Aaron Ardiri [EMAIL PROTECTED

Re: Treo600 resources where?

2004-02-03 Thread Vu Pham
There are some examples for the phone : phoneEventReceiver.zip, phoneInfo.zip, SMSsimple.zip ... - Original Message - From: palmDev [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 1:33 PM Subject: Re: Treo600 resources where? Been there,

uh-oh, why PilRC asks me for registering ?

2004-02-05 Thread Vu Pham
Today, when I open CodeWarrior 9.2 ( and have no problem ) then I open PilRC from the menu PalmOS, PilRC asks me to enter my name, email and license key ? Does that product will run in a limited time ? Or did I do something wrong ? Thanks, Vu -- For information on using the Palm Developer

Re: uh-oh, why PilRC asks me for registering ?

2004-02-05 Thread Vu Pham
keys. Vu -Original Message- From: Vu Pham Date: 2/5/04 2:45 pm To: Palm Developer Forum Subj: uh-oh, why PilRC asks me for registering ? Today, when I open CodeWarrior 9.2 ( and have no problem ) then I open PilRC from the menu PalmOS, PilRC asks me to enter my name, email

'free memory'.date.time.dump ?

2004-02-05 Thread Vu Pham
I found this file in the directory Obj under my project directory. `free memory'.20040106.120652A.dump What does it mean ? Thanks, Vu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: 'free memory'.date.time.dump ?

2004-02-06 Thread Vu Pham
- Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, February 06, 2004 12:57 AM Subject: Re: 'free memory'.date.time.dump ? At 12:20 AM 2/6/2004, you wrote: I found this file in the directory Obj under my project directory.

Re: 'free memory'.date.time.dump ?

2004-02-06 Thread Vu Pham
- Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, February 06, 2004 1:35 AM Subject: Re: 'free memory'.date.time.dump ? At 01:38 AM 2/6/2004, you wrote: At 12:20 AM 2/6/2004, you wrote: I found this file in the

Re: Unable to add Resource File to Project

2004-02-07 Thread Vu Pham
Ken, I got some similar problem ( but for Windows project only, I don't have Mac ) but don't remember exactly how I fixed it. IIRC, I removed all the ( considered invalid ) resource files out of the projects, and then added them again. Or, you can re-create a new project, then add all of the

Re: NetLibReceive() blocks

2004-02-19 Thread Vu Pham
- Original Message - From: Jonathan Niedfeldt [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, February 19, 2004 10:03 PM Subject: NetLibReceive() blocks = Code snippet === static BOOL SetupNetwork() {

Re: NetLibReceive() blocks

2004-02-19 Thread Vu Pham
Niedfeldt [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, February 19, 2004 10:29 PM Subject: Re: NetLibReceive() blocks Hi Vu, If I set it to true my NetLibSocketConnect() call returns an error of netErrWouldBlock and fails... Jon Vu

Re: NetLibReceive() blocks

2004-02-19 Thread Vu Pham
: Thursday, February 19, 2004 11:11 PM Subject: Re: NetLibReceive() blocks Hi Vu, I made the appropriate changes and still get the same response... Thanks for your attention and help. Jon Vu Pham [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Jon, That error is from another

Re: Palm OS 6 (Cobalt), where can I get it?

2004-02-25 Thread Vu Pham
- Original Message - From: Zack Shenkle [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 11:06 AM Subject: Palm OS 6 (Cobalt), where can I get it? At the latest Palm Source, OS 6 was given out to attending

CW 9.3 - resource file

2004-03-01 Thread Vu Pham
I searched on eScribe and Google but still unlucky. After upgrading CW9.2 to 9.3, I get the following error when opening a project : Resource file error 207012 Unable to open project. The resource file could not be open. Anybody got this

Re: CW 9.3 - resource file

2004-03-01 Thread Vu Pham
I AM SORRY. I think I opened a broken project. I put it into the CVS last night, but perhaps I did not set the appropriate binary options. I can open other pojects under CW 9.3 Vu - Original Message - From: Vu Pham [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent

Re: CW 9.3 - resource file

2004-03-01 Thread Vu Pham
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Vu Pham Sent: Monday, March 01, 2004 10:52 AM To: Palm Developer Forum Subject: CW 9.3 - resource file I searched on eScribe and Google but still unlucky. After upgrading CW9.2 to 9.3, I get the following error when opening

horizontal scroll bar

2004-03-03 Thread Vu Pham
How do you implement a horizontal scrollbar ? Currently I use a slider, but when the form needs to have scroll bars on both sides, then it looks a little bit ugly. Thanks, Vu -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: horizontal scroll bar

2004-03-03 Thread Vu Pham
- Original Message - From: Douglas Handy [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 2:33 PM Subject: Re: horizontal scroll bar Vu, How do you implement a horizontal scrollbar ? Use a normal scrollbar object, but set the height to 7

Re: WinCopyRectangle and color

2004-03-06 Thread Vu Pham
- Original Message - From: Vu Pham [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, March 05, 2004 7:04 PM Subject: WinCopyRectangle and color I use WinCopyRectangle to copy bitmap. The source rectangle has only black and white colors. I would like to have

vchrCalc restored ?

2004-03-07 Thread Vu Pham
In my app event loop, I capture the vchrCalc. It works. User can not launch Calc under my app with Calcultor silk-screnn icon. But when I display an alert ( FrmCustomAlert ) when vchrCalc detected and I click on the Calcultor silk-screnn icon again, Calc app will run. Does it mean that the Alert

Re: vchrCalc restored ?

2004-03-08 Thread Vu Pham
- Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Sunday, March 07, 2004 11:36 PM Subject: Re: vchrCalc restored ? At 11:21 PM 3/7/2004, you wrote: In my app event loop, I capture the vchrCalc. It works. User can not launch Calc

Re: vchrCalc restored ?

2004-03-08 Thread Vu Pham
- Original Message - From: SLO Revo News [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, March 08, 2004 12:05 AM Subject: Re: vchrCalc restored ? But when I display an alert ( FrmCustomAlert ) when vchrCalc detected and I click on the Calcultor silk-screnn

CW IDE

2004-03-08 Thread Vu Pham
I often meet this annoying problem with CW 9.2 and 9.3 ( not sure with previous CWs ). Not sure if it is because of me. When I compile and have some warning and/or errors, the window Error and Warning appears with the list of errors/warnings. If I click on one of those lines then the

Re: CW IDE

2004-03-08 Thread Vu Pham
by running the regservers.bat file local to each IDE prior to running that IDE. Good luck -E -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vu Pham Sent: Monday, March 08, 2004 11:37 AM To: Palm Developer Forum Subject: CW IDE I often

Re: CW IDE

2004-03-08 Thread Vu Pham
- Original Message - From: Chris Tutty [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, March 08, 2004 2:35 PM Subject: Re: CW IDE From: Vu Pham [EMAIL PROTECTED] Then I click that highlight area, normally the cursor will appear and allow me to edit

Re: CW IDE

2004-03-08 Thread Vu Pham
- Original Message - From: Chris Tutty [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, March 08, 2004 2:35 PM Subject: Re: CW IDE [,,,] I noticed that the help system added to version 9 sometimes causes the cursor in the edit window to become hidden. You

PalmOS 6

2004-03-08 Thread Vu Pham
I saw the simulator for PalmOS 6, but where is the SDK ? Could anybody please let me know where it is . Thanks, Vu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

object missing

2004-03-09 Thread Vu Pham
I must have done something wrong but I could not figure out. The form A was working normally and I was adding stuff to other form B. When I FrmGotoForm( formA ) then it crashes. Debugging with CW, it shows that the error is that the following command case frmOpenEvent: { handled = true;

Re: object missing

2004-03-09 Thread Vu Pham
The problem was incorrect rerource file was refered. How *stupid* I am ! :-( - Original Message - From: Vu Pham [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 9:01 AM Subject: object missing I must have done something wrong but I could

FrmDoDialog and nilEvent

2004-03-10 Thread Vu Pham
In my app I use nilEvent to check the time interval. It works well in all forms except one form that is called by FrmDoDialog. For this specific form, I call FrmInitForm, FrmSetEventHandler and then FrmDoDialog. The handler finally does get the nilEvent but after about 5 seconds, while the delay

Re: FrmDoDialog and nilEvent

2004-03-10 Thread Vu Pham
- Original Message - From: SLO Revo News [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 11:43 PM Subject: Re: FrmDoDialog and nilEvent Is there anything special I need to pay attention to in this case ? Since you aren't calling

undefined identifier in Release target

2004-03-11 Thread Vu Pham
CW 9.3. Compiling the project under Debug mode givers no error but I get undefined identifier errors for vchrRocketRight, vchrRocketLeft, vchrRocketUp, vchrRocketDown , and vchrRocketCenter. Even when I explicitely include Chars.h that has those definitions. There must be some settings that I

Re: undefined identifier in Release target

2004-03-11 Thread Vu Pham
My email misses an important part : I get those errors only in Release target. - Original Message - From: Vu Pham [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 10:49 AM Subject: undefined identifier in Release target CW 9.3. Compiling

Re: FrmDoDialog and nilEvent

2004-03-11 Thread Vu Pham
- Original Message - From: SLO Revo News [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 10:48 AM Subject: Re: FrmDoDialog and nilEvent You need to call EvtSetNullEventTick to set the nilEvent timeout before calling FrmDoDialog to get them

Re: undefined identifier in Release target

2004-03-11 Thread Vu Pham
- Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 11:57 AM Subject: Re: undefined identifier in Release target At 08:49 AM 3/11/2004, you wrote: CW 9.3. Compiling the project under Debug mode givers no

Re: undefined identifier in Release target

2004-03-11 Thread Vu Pham
- Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 12:10 PM Subject: Re: undefined identifier in Release target At 10:07 AM 3/11/2004, you wrote: Thanks, Ben. I will do it ( need to look for your doc about

  1   2   >