Is there a T3 simulator?

2003-12-09 Thread John Leung
Is there a simulator for T3? PalmSource's web site provided a Palm OS 5.3 simulator, but it wasn't a simulator for T3. Also, can anyone tell me which device/OS uses double density? I like to find a right combo to test how my app will look on a double density device. John -- For

[TrackerDog] Invite you to sign up with TD Developer Program

2003-12-09 Thread Sam Lu
Do you want to deliver the up-to-date product release information to users whenever they perform a HotSync? TrackerDog is FREEWARE that helps Palm users to keep the installed palm applications always up-to-date. It has been used for 3+ times. The developer program enables you to list your

Re: Is there a T3 simulator?

2003-12-09 Thread Aaron Ardiri
Is there a simulator for T3? PalmSource's web site provided a Palm OS 5.3 simulator, but it wasn't a simulator for T3. the 5.3 simulator should be sufficient :) Also, can anyone tell me which device/OS uses double density? I like to find a right combo to test how my app will look on a

Re: Is there a T3 simulator?

2003-12-09 Thread Ben Combee
At 01:41 AM 12/9/2003, John Leung wrote: Is there a simulator for T3? PalmSource's web site provided a Palm OS 5.3 simulator, but it wasn't a simulator for T3. Yes. It's available at pluggedin.palmone.com, the PalmOne developer site. Also, can anyone tell me which device/OS uses double density?

HotSync Fatal Exception

2003-12-09 Thread Angus Ng
I have a multi-segmented 92K application that failed to HotSync (onto Handspring Visor). A Fatal Exception message appears at the conclusion of installation. However, the application works fine in POSE running OS 3.5-4. It also works fine on the Handspring Visor if copied into the storage

RE: HotSync Fatal Exception

2003-12-09 Thread Caspar Heiden, vd
Here's my guess, Your program executes some code when the 'cmd' argument of 'PilotMain' isn't equal to sysAppLaunchCmdNormalLaunch. In this code, global variables are used Good luck, Caspar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Angus Ng

Connect to internet via the USB cradle !?!?

2003-12-09 Thread Shimon Shnitzer
Hi, I need to connect to an XML server via the internet, using a Palm device connected to a cradle to a compuet with internet access. So - how do I set up my palm to surf the internet via the cradle ? (I have a cable modem) Thanks ! -- Shimon Shnitzer Maker of TAKEphONE - Take telephony into

Writing text in Owner Panel Pref

2003-12-09 Thread apple k
Hi, Is there anyway to writing something in the Owner Panel Pref programmatically? The text will be appeared on the OS security lock form. Kindly help. Appreciate with your reply. __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing.

is there anything like dll in Palm ?

2003-12-09 Thread Anders Rahm-Nilzon
...I want to build in an dll in my Palm. Is there anything like dll:s in Palm OS ? How whould I do this ? \Anders R-N -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Writing Text in Owner Preference - Pls ignore

2003-12-09 Thread apple k
Hi, I do solve my problem. Tks very much! __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Writing Text in Owner Preference - Pls ignore

2003-12-09 Thread Aaron Ardiri
I do solve my problem. Tks very much! it could be useful to post the answer to your question here for someone else to refer to at a later point however :) so, you can consider giving something to the development community so next time you ask - someone may want to help you later :) --- Aaron

PPP with Palm

2003-12-09 Thread Marcio Pacheco
Hello, I'm trying to do a software that connect in a server and after acess the internet. I'm doing the dial with the Palm using Sony/Ericsson internal modem. But I'm not doing to do the autentication PPP. After dial to be ready the phone wait a autentication PPP but I dont know how I do

Locking the palm down!

2003-12-09 Thread Charles Garcia-Tobin
Hiyer everybody I'm trying to lock down the palm so that it will only run a specific application, hotsync and calibration. I am using system nofitifications (sysNotifyExternalDeviceAttach/Detach) to kick of hotsync when the cradle attaches and my application when the

StrPrintF()

2003-12-09 Thread Paul Nevai
In OS 3.1 StrPrintF() is defective when used with %lu (it gives a signed result). In later OSs it was fixed. Does anyone know which OS fixed it? /PaulN -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Linking problem with static library

2003-12-09 Thread Marcel
Hi Ben. Thanks for your hint. I tried to use strtol within a normal application and it couldn't link either. After checking the docs of MSL again, I noticed that this function really isn't implemented in MSL for Palm OS. Nevertheless, it must be implemented in a static library for the PRC-Tools

Re: is there anything like dll in Palm ?

2003-12-09 Thread Marcel
There are 2 types of libraries for Palm OS: * Static libraries (i.e. .lib files) * Dynamic libraries (usually .prc files, meaning Palm OS executables) Static libraries are linked with other source code and thus is included completely in the produced object code. Dynamic libraries can be shared

net library issue-Urgent

2003-12-09 Thread Sanjeev
Hi all, I am using the NetLbMaster API present in NetMgr.h to access the interfaceStats information. On passing an idex equal to zero all parameters present in 'interfaceStats' are returning 0. Can anyone tell me what is the index I have to use to get the information about the packets/octets sent

RE: Locking the palm down!

2003-12-09 Thread Caspar Heiden, vd
A discussion about this was done just a few days ago: http://www.escribe.com/computing/pcpqa/index.html?by=OneThreadt=Preventing%20app%20exit good luck, Caspar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charles Garcia-Tobin Sent: Tuesday, December

Pilrc designer - registration key

2003-12-09 Thread [EMAIL PROTECTED]
Hi In my version 9.2 of codewarrior when I launch Pilrc Designer (either from the menu or directly from the executable screen) it keeps asking me for my registration details and won't let me enter the application. I even tried entering the details I had from a purchased version of Developer

Compiler bug? Index error switching from static const char to Char!

2003-12-09 Thread Roger Stringer
Subject: Compiler bug? Index error switching from static const char to Char! From: Gregg Woodcock [EMAIL PROTECTED] Date: Mon, 8 Dec 2003 10:53:42 -0600 I am trying to be a GoodCoder (TM) Seems a little strong to describe yourself as a 'good coder' (sic) if you don't know the

Segment 'Segments 1' is greater than 64000 bytes, it will generate an invalid PRC file

2003-12-09 Thread Anders Rahm-Nilzon
If I have a .cpp file that is greater then 64000 bytes is it possible to use that file or do I have to cut it in half so it gets 64000 ? \Anders R-N -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: is there anything like dll in Palm ?

2003-12-09 Thread Anders Rahm-Nilzon
Thank you Marcel for your time !!! \Anders R-N -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: IrDA problem under Palm OS5!

2003-12-09 Thread David Chevalier
Wang Xiaodong wrote: Hi, I am trying to use the IrDA of Palm TT to communicate with serial port of PC which I have connected a Ir adapter to it! I did not install the Ir driver on PC because I want to know if it can work by this way! I don't know if it can work by using Raw IR under

Re: Pilrc designer - registration key

2003-12-09 Thread Philippe Fischer
Hi, I had a similar Problem with Pilrc. It happened because I've installed CW as admin and tried to work with it as normal user. The Pilrc installer stores the registration key in the windows registry so they are only available to the user who has installed the app. To resolve the prob find the

SSL problem: sslErrVerifyNoTrustedRoot error

2003-12-09 Thread Matthew Fleming
Palm-meisters, I am having a problem with SSL on the Simulator. (I can't test my code on an actual device, because I don't have a Palm OS device capable of network communications.) Basically, the SSL handshake fails with sslErrVerifyNoTrustedRoot error. If I create a verify callback which

Re: Pilrc designer - registration key

2003-12-09 Thread [EMAIL PROTECTED]
On Tue, 09 Dec 2003, Philippe Fischer wrote: Hi, I had a similar Problem with Pilrc. It happened because I've installed CW as admin and tried to work with it as normal user. The Pilrc installer stores the registration key in the windows registry so they are only available to the user who has

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 ?

Tabbed window control

2003-12-09 Thread Charles Garcia-Tobin
Hi there Anybody know if there is a tabbed window control that I could get my hands on (for palm OS 4.1 and above) Cheers Charles / // Charles García-Tobin -. ///[] _ _\ //

Re:Tabbed window control

2003-12-09 Thread Pablo Martin Vera
yes the POL object library (include with codewarrior) has a tabbed window control. see http://www.aqpoint.com/pol/ for more information. Pablo Martín Vera -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Pilrc designer - registration key

2003-12-09 Thread Palm Dev Forum
If they Pilrc uses the Windows Installer (Visual Studio Installer when distributed with Visual Studio) which uses .msi files, you can use the allusers=1 command line parameter on the setup command line while logged in as administrator.

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:

Re: Pilrc designer - registration key

2003-12-09 Thread [EMAIL PROTECTED]
On Tue, 09 Dec 2003, Palm Dev Forum wrote: If they Pilrc uses the Windows Installer (Visual Studio Installer when distributed with Visual Studio) which uses .msi files, you can use the allusers=1 command line parameter on the setup command line while logged in as administrator.

RE: Tabbed window control

2003-12-09 Thread Charles Garcia-Tobin
Thanks I hadn't noticed the tabbed control in the POL Muchas gracias Pablo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pablo Martin Vera Sent: 09 December 2003 16:06 To: Palm Developer Forum Subject: Re:Tabbed window control

Re: Compiler bug? Index error switching from static const char to Char!

2003-12-09 Thread Hildinger, Robert
Greg Lutz [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I've been watching the responses on this thread with some amazement, because so far, no one has noticed the essential problem: it's a compiler bug all right, for not rejecting the code out of hand! It's the first statement

Re: Garmin iQue3600 can't be set to fullscreen ?

2003-12-09 Thread Chris Apers
Ok thanks Hi, When i try to set iQue3600 to fullscreen (DIA fully opened), i can't remove the status line, is this a limitation of this device ? It appears to be. It looks like Garmin used the earliest version 1.0 of the PIN Manager, which does not support the StatHide, StatShow, and

Re: HotSync Fatal Exception

2003-12-09 Thread Angus Ng
Thank you for pointing me in the right direction. I found one use of a global variable before sysAppLaunchCmdNormalLaunch was called. I appreciate your help. Angus Caspar Heiden, vd wrote: Here's my guess, Your program executes some code when the 'cmd' argument of 'PilotMain' isn't equal

Re: is there anything like dll in Palm ?

2003-12-09 Thread Ben Combee
At 04:09 AM 12/9/2003, Anders Rahm-Nilzon wrote: ...I want to build in an dll in my Palm. Is there anything like dll:s in Palm OS ? How whould I do this ? Shared libraries are similar to Win32 DLLs, but with less sophisticated linking. Both CW for Palm OS V9 and V8 come with a shared library

Re: Pilrc designer - registration key

2003-12-09 Thread Ben Combee
At 06:59 AM 12/9/2003, [EMAIL PROTECTED] wrote: Hi In my version 9.2 of codewarrior when I launch Pilrc Designer (either from the menu or directly from the executable screen) it keeps asking me for my registration details and won't let me enter the application. I even tried entering the details

Re: Segment 'Segments 1' is greater than 64000 bytes, it will generate an invalid PRC file

2003-12-09 Thread Ben Combee
At 08:29 AM 12/9/2003, Anders Rahm-Nilzon wrote: If I have a .cpp file that is greater then 64000 bytes is it possible to use that file or do I have to cut it in half so it gets 64000 ? You can manually add #pragma segment lines into your file, but you really ought to split up the source file,

RE: Compiler bug? Index error switching from static const char to Char!

2003-12-09 Thread Roger Stringer
Subject: Compiler bug? Index error switching from static const char to Char! From: Gregg Woodcock [EMAIL PROTECTED] Date: Mon, 8 Dec 2003 10:53:42 -0600 I am trying to be a GoodCoder (TM) Hint: Before complaining of a compiler bug, first remove the errors from your code! Apologies for the tone

Re: Compiler bug? Index error switching from static const char to Char!

2003-12-09 Thread Gregg Woodcock
Hildinger, Robert [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Greg Lutz [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Gregg's original code: static const char threeChars[] = {123}; Code from your reply: static const char threeChars[] = 123; Gregg's code may not be

Re: Compiler bug? Index error switching from static const char to Char!

2003-12-09 Thread John Marshall
Gregg Woodcock [EMAIL PROTECTED] wrote: Hildinger, Robert [EMAIL PROTECTED] wrote: Gregg's original code: static const char threeChars[] = {123}; Code from your reply: static const char threeChars[] = 123; Gregg's code may not be perfect C syntax, but it generates the same exact code. The

images

2003-12-09 Thread Pablo Martin Vera
I need some example code to create a pdb with images to show In my app. I want to create the pdb in window and then show the images on the palm. Any ideas or examples?? Thanks Pablo Martín Vera -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: images

2003-12-09 Thread Matthew Henry
Pablo Martin Vera [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I need some example code to create a pdb with images to show In my app. I want to create the pdb in window and then show the images on the palm. Any ideas or examples?? Your question is awfully vague. If you are

Re: Compiler bug? Index error switching from static const char to Char!

2003-12-09 Thread Greg Lutz
At 10:36 AM 12/9/2003, John Marshall wrote: Gregg Woodcock [EMAIL PROTECTED] wrote: Hildinger, Robert [EMAIL PROTECTED] wrote: Gregg's original code: static const char threeChars[] = {123}; Code from your reply: static const char threeChars[] = 123; Gregg's code may not be perfect C syntax,

Re: Compiler bug? Index error switching from static const char to Char!

2003-12-09 Thread Gregg Woodcock
John Marshall [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Your attitude is among the most unwarranted rude, and condescending I have ever experienced. Your behavior is at such an inappropriate level that you really should seek to address it if only for your own benefit. It is a HUGE

Codewarrior damaged CD

2003-12-09 Thread Ben L Powell
Hello, Our Codewarrior for Palm R9 CD has been damaged and CW cannot be installed from the CD anymore. I already contacted Metrowerks support for instructions on how to order a new CD (hope is very very cheaper compared with a new Software license by itself) - But I do not see another choice.

Re: Codewarrior damaged CD

2003-12-09 Thread Ben Combee
At 01:27 PM 12/9/2003, Ben L Powell wrote: I already contacted Metrowerks support for instructions on how to order a new CD (hope is very very cheaper compared with a new Software license by itself) - But I do not see another choice. We should be able to get out another CD for shipping and

Hoe remove arrows from the list

2003-12-09 Thread rguevara
I find in the posts the follow code: err= MemMove (listAttr, (pList-attr), attrSize); listAttr.hasScrollBar = 0; err= MemMove ((pList-attr), listAttr, attrSize); but not say where put !. Also i have the List.h whit the follow line uncomment: #ifdef ALLOW_ACCESS_TO_INTERNALS_OF_LISTS but, when

Re: Compiler bug? Index error switching from static const char to Char!

2003-12-09 Thread John Marshall
Gregg Woodcock [EMAIL PROTECTED] wrote: You said, the 2 different definitions are entirely different [...] In other words, the 2 are exactly the same There are *three* definitions under consideration. One is entirely different from the other two. No, it's a single dimensional array. No,

Re: Hoe remove arrows from the list

2003-12-09 Thread SLO Revo News
but, when i change the attrib lista-attr.hasScrollBar = 0 don't work. If understand correctly what you're trying to do, a list's scroll bar and the scrolling arrows that appear inside the list rectangle are two different things. The only way to make the arrows go away is to always keep the # of

Re: Codewarrior damaged CD

2003-12-09 Thread Helio betop
Hi Mr Powell, You cannot Install Codewarrior from a CD without the data2.cab file. Ask to someone to place you the file data2.cab by a FTP server. I think that this is the best workaround until you receive the replace CD. I could send you the file data2.cab (I would no loose the opportunitty

Re: Codewarrior damaged CD

2003-12-09 Thread Ben L Powell
Thanks Ben Combee and Helio Betop for the fast reply. Metrowerks already contacted me, they will ship us the CDs as Mr Combee told. Regarding the Helio's ftp idea (provide the file data2.cab by ftp as workaround): if someone can help contact me directly at my personal mail: [EMAIL PROTECTED] I

Re: Compiler bug? Index error switching from static const char to Char!

2003-12-09 Thread Gregg Woodcock
John Marshall [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Gregg Woodcock [EMAIL PROTECTED] wrote: You said, the 2 different definitions are entirely different [...] In other words, the 2 are exactly the same There are *three* definitions under consideration. One is entirely

Capturing pen events

2003-12-09 Thread Thomas Bonk
Hello, I try to capture pen events (penDownEvent, penUpEvent, penMoveEvent) in an application - especially pen events of strokes in the Graffiti area of the silk screen. To do this, I registered the application to receive sysNotifyEventDequeuedEvent events. But when a pen stroke is being done

Windows util to send binary data over COM?

2003-12-09 Thread Jeff Ishaq
I'm looking for a simple program for Windows 2k that will send a 200K raw binary datafile over my COM1 port. The recipient is a Handspring device on a serial cradle that knows just what to do with the data. Just gotta get it there! Can someone please recommend something? I tried SerialGoPC from

Re: Compiler bug? Index error switching from static const char to Char!

2003-12-09 Thread John Marshall
Gregg Woodcock [EMAIL PROTECTED] wrote: John Marshall [EMAIL PROTECTED] wrote: Hmmm. I noted my sources (ISO/IEC 9899:1999 6.7.8/11). What are yours? Those sections apply to scalars; we are talking about aggregates (arrays). The text I quoted is actually from paragraph 14, which is in the

Re: Writing Text in Owner Preference - Pls ignore

2003-12-09 Thread apple k
Well. It's good that you remind me. Tks! I used the PrefSetAppPreferences function to set the string by using the 'ownr', the creatorID. Thank god that I learn sth from this forum. --- Aaron Ardiri [EMAIL PROTECTED] wrote: I do solve my problem. Tks very much! it could be useful to post the

Re: Compiler bug? Index error switching from static const char to Char!

2003-12-09 Thread Gregg Woodcock
Greg Lutz [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I've been watching the responses on this thread with some amazement, because so far, no one has noticed the essential problem: it's a compiler bug all right, for not rejecting the code out of hand! It's the first statement

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 John Leung
Have you tried 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

Re: nilEvent

2003-12-09 Thread Vu Pham
Thanks, John, for your reply. Yes, I have this line in frmOpenEvent FrmSetFocus( frmP, FrmGetObjectIndex(frmP,DataInputNameField )); I just added the following lines to the nilEvent case ( to see if nilEvent is really fired ) : static int count = 1; char message[16]; StrPrintF(

Re: nilEvent [solved]

2003-12-09 Thread Vu Pham
The mentioned form is called by FrmInitForm and FrmDoDialog. Because FrmInitForm is called before the EventHandle fucntion is assigned to it, therefore FrmSetFocus in frmOpenEvent is never executed. I put the FrmSetFocus right before calling to FrmDoDialog and the problem is solved. Does this

Memory leaks from unknown API functions

2003-12-09 Thread Luc Le Blanc
A user trying my program under POSE reports 2 memory leaks and sends me this log file: 0.000: Non-relocatable chunk leaked at 0x0003C350, size = 9 0.000: Chunk allocated by: 0.000: SetControlLabel 0.000: MainViewInit 0.000: MainViewHandleEvent 0.000:

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 ?

Re: HostGremlinIsRunning() doesn't work on latest emualtor

2003-12-09 Thread Jeff Ishaq
You know Matt, I ran into the same problem just now and can confirm the bug. I need to test an OS 3.1 environment, and so I am running a Palm OS 3.1 debug ROM on POSE 3.5, and building against the Palm OS 5 SDK R3 in CodeWarrior 9.1. When I look at the Knowledgebase article at

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

2003-12-09 Thread Ben Combee
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\SrcSlowEmu\Run68K.c Line: 2258, Odd aligned write to