error - INet.lib could not be found

2005-03-04 Thread versha khar
I am writing a program for PalmOS Simulator5.0 where i am using InetMgr.h[internet library]. The function SysLibFind("INet.lib", &libRefNum) giver me an error.Does that mean the Palm SDK is not having INet.lib? will my program run on any Palm handset supporting INet.lib? Could you suggest some

Re: appInfoID and Createing PDB on PC

2005-03-04 Thread Ben Combee
At 01:16 AM 3/5/2005, you wrote: Thanks for the advice. However, that is not an option open to me for reasons I can not go into now. I thought (wrongly?) that these tools did not let you build your own records inside Palm records. For example one of my tables will have more than 400,000 records

Re: appInfoID and Createing PDB on PC

2005-03-04 Thread Clive Walden
Chris, > The best answer IMHO is not to investigate this yourself. There > are a number of tools for building PDB files and there's little reason > to write this code again. Thanks for the advice. However, that is not an option open to me for reasons I can not go into now. I thought (wrongly?)

Re: Need to know how to install application on Palm II device

2005-03-04 Thread Ben Combee
At 09:50 PM 3/4/2005, you wrote: I am new to developing Palm OS applications. I have sucessfully downloaded and installed PODS. I have built a simple "Hello World" application. I have an older Palm III PDA that I wish to install my "Hello World" application on. I have the Palm III cradle connect

Need to know how to install application on Palm II device

2005-03-04 Thread Paul Maine
I am new to developing Palm OS applications. I have sucessfully downloaded and installed PODS. I have built a simple "Hello World" application. I have an older Palm III PDA that I wish to install my "Hello World" application on. I have the Palm III cradle connected to my PC via a serial port wit

Re: T3 Simulator reports "Unhandled instr" on call to FrmGetObjectPtrFromID

2005-03-04 Thread Luc Le Blanc
Henk Jonas a écrit : > Luc Le Blanc wrote: > > > While debugging a crash that occurs in my app when receiveing beamed > > data while the app is not running, the T3 Simulator displays a dialog > > "Error: Evnt (0x0006)" and the CW 9.3 debugger log window displays: > > > > Address=0x30CA5C0 Size=0x

Re: appInfoID and Createing PDB on PC

2005-03-04 Thread Chris Tutty
From: "Clive Walden" <[EMAIL PROTECTED]> > What I am trying to clarify, is how that affects the way I build the > Palm records. > The best answer IMHO is not to investigate this yourself. There are a number of tools for building PDB files and there's little reason to write this code again. A s

Re: Turn off screen and blink LED

2005-03-04 Thread Greg Wilson
I assume you are talking about an dmErrIndexOutOfRange error, which can be produced by a whole bunch of Data Manager functions; pass any of 'em an invalid record index and you'll get this error. Search the Data and Resource Manager chapter in the Palm OS Programmer's API Reference for dmErrIndex

re: Turn off screen and blink LED

2005-03-04 Thread Greg Wilson
I don't believe you can turn off the screen except by putting the device into sleep mode. To blink the LED, a call to AttnDoSpecialEffects(kAttnFlagsLEDBit) should work. Of course, you'll likely want to verify that the device *has* an LED... I know that you don't want to use the Alarm Manager (

Re: Turn off screen and blink LED

2005-03-04 Thread Donald C. Kirker
Also, what might produce an "Index Out of Range" Fatal error? Thanks, Donald "Donald C. Kirker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have a couple of questions. > > 1. How do you turn off the screen on a PalmOS powered device? Is there one > way that will work on all de

Re: appInfoID and Createing PDB on PC

2005-03-04 Thread Clive Walden
Ralph, Thanks but... > This info is in the file format description: > "appInfoID The local offset from the beginning of the database > header data to the start of the optional, application-specific appInfo > block. What I am trying to clarify, is how that affects the way I build the Palm

Turn off screen and blink LED

2005-03-04 Thread Donald C. Kirker
I have a couple of questions. 1. How do you turn off the screen on a PalmOS powered device? Is there one way that will work on all devices, or do manufacturers have there own way? 2. How do you blink the device's LED (if one is present) without using the Alarm Manager? Thanks, Donald -- For

Re: appInfoID and Createing PDB on PC

2005-03-04 Thread Ralph Curtis
"Clive Walden" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I see lots of information about accessing appInfoID. My question is about setting the appInfoID and the data to which it will point while creating my PDB on the desktop. > > To clarify: I am using the Palm "database" as c

appInfoID and Createing PDB on PC

2005-03-04 Thread Clive Walden
I see lots of information about accessing appInfoID. My question is about setting the appInfoID and the data to which it will point while creating my PDB on the desktop. To clarify: I am using the Palm "database" as chunks of memory and building my own database of embedded records inside it. In

field.c, Line:956, Invalid wrap result

2005-03-04 Thread Richard Dumais
Has anyone seen this message? I get this when running Gremlins in the Simulator. This happens during the event loop and I don't see any of my functions being run at the time. Thanks for any info. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.pal

Re: about memHeapCompact on NVFS devices

2005-03-04 Thread Jan Slodicka
I tried with the PalmOne expert event, but it was too late - they closed. Regards, Jan Slodicka - Original Message - From: "Mikhail Barashkov" <[EMAIL PROTECTED]> To: "Palm Developer Forum" Sent: Friday, March 04, 2005 4:28 PM Subject: Re: about memHeapCompact on NVFS devices > >

Re: Location/category fields in appt.

2005-03-04 Thread Eythor
It looks like I've answered my own question. I was specifically considering Treo 650s but looking at the APIs for 600s. "Eythor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm trying to modify the Location and Category fields for an appointment, > but ApptDBRecordType has no

Re: Location/category fields in appt.

2005-03-04 Thread Henk Jonas
Eythor wrote: I'm trying to modify the Location and Category fields for an appointment, but ApptDBRecordType has no fields for that. How are the location and category fields stored and how can they be changed/retrieved? AFAIK, location isn't part of the old backward-compatible appointment db. Ca

Re: Treo 600 rom

2005-03-04 Thread Jeremy Cheng
I believe your best bet will be either to continue testing with the treo 600 simulators (I would try the debug and release versions), or to get a serial cable for your 600. The rom that comes with the sims should be sufficient. The emulator is for for os 4 and prior. Jeremy Eka Gauranga Das wro

Location/category fields in appt.

2005-03-04 Thread Eythor
I'm trying to modify the Location and Category fields for an appointment, but ApptDBRecordType has no fields for that. How are the location and category fields stored and how can they be changed/retrieved? - Eythor -- For information on using the Palm Developer Forums, or to unsubscribe, p

Re: Custom event

2005-03-04 Thread Frank LaRosa
Thanks. You're right of course. Not sure how I missed that. Guess that's what I get for working in the middle of the night! Frank --- Ben Combee <[EMAIL PROTECTED]> wrote: > There are custom events in Palm OS. Look in Event.h for > firstUserEvent, > lastUserEvent, and the generic union member i

Re: Library search paths in PODS 1.1( yet another newbie question)

2005-03-04 Thread roderick young
I must be doing something wrong. I tried going to C/C++ Project Paths, Libraries tab, and using Add External Library to point to the libPalmOSGlue.a library. But when I built the project again, I got an undefined reference, as if that modification was being ignored. I can always go back to th

Re: Detecting the handspring/treo phone library

2005-03-04 Thread Henk Jonas
Eric Potter wrote: I'm tryigng to detect if my application is running on a treo or not. I tried to use the code in the SimpleSMS application, but it looks for hsSelIndicator, and my treo600 says it doesn't have it. Is there some ftr enumeration I can check for? if (FtrGet(sysFtrCreator, sysFtrN

Re: T3 Simulator reports "Unhandled instr" on call to FrmGetObjectPtrFromID

2005-03-04 Thread Henk Jonas
Luc Le Blanc wrote: While debugging a crash that occurs in my app when receiveing beamed data while the app is not running, the T3 Simulator displays a dialog "Error: Evnt (0x0006)" and the CW 9.3 debugger log window displays: Address=0x30CA5C0 Size=0xB1BC CardID=0 DbID=0x8309014C I:\Morpheus\ar

Re: Accessing database memory directly

2005-03-04 Thread Cory Pratt
The OS could defragment memory causing your pointers to be incorrect unless you lock the database and the records you need. Why don't you want to open the DB each time? It shouldn't require much overhead. Marvin Bellamy wrote: > My app uses an immutable reference data PDB. Is it alright to sto

Re: Time field displays in menu when menu is activated.

2005-03-04 Thread Henk Jonas
That's the reason for winEnterEvent winExitEvent I guess. See SDK40-examples\Examples\Reptoids\Src\Rocks.c line 8465 Regards Henk Logan Shaw wrote: Terry Young wrote: I have my time displayed up close the the title of my form. When I open a menu it covers the time field. When the time field updates

Treo 650 Voice call problems

2005-03-04 Thread Z Rosen
Problem 1: How can I dial a voice call? - Using ATD with a semicolon suffix dials a data call - AT+FCLASS doesn't appear to support voice mode (8) Problem 2: How can I answer a voice call? - Bluetooth connection is dropped when a call comes in: *MCAM: 1,6,1,, +CRING: V

Re: Codewarrior IDE - Connection Attempt failed.

2005-03-04 Thread Zhang zhangjie
- Original Message - From: "Andre Augusto" <[EMAIL PROTECTED]> To: "Palm Developer Forum" Sent: Friday, March 04, 2005 11:41 PM Subject: Re: Codewarrior IDE - Connection Attempt failed. > Usually when that happens to me, I use the right button of the mouse in > the upper part of the emu

Re: Some not strictly technical questions

2005-03-04 Thread Ben Combee
You obviously mean "port to C/C++"? But why? If one already has a J2ME app, and can put up with the limitations of J2ME on other platforms, why not on Palm OS? What am I missing here? There is a J2ME implementation for Palm OS. However, it doesn't ship in the ROM of any devices, and it doesn't

Re: Codewarrior IDE - Connection Attempt failed.

2005-03-04 Thread Andre Augusto
Usually when that happens to me, I use the right button of the mouse in the upper part of the emulator and do a soft reset and then the Codewarrior Message disapears! With that, you don't need to close the emulator. I use TungstenC emulator... André prabakar.mp wrote: Hi, Sometimes When I run t

Accessing database memory directly

2005-03-04 Thread Marvin Bellamy
My app uses an immutable reference data PDB. Is it alright to store the memory handlers for the database records and access them directly rather than opening the database each time I need record data? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://w

Re: about memHeapCompact on NVFS devices

2005-03-04 Thread Mikhail Barashkov
Keith, what about some statement about the suspected NVFS bugs? We are loosing hours and days and Palm has nothing to say? Imagine the customer reaction that I met lately: "Never mind that your backup does not work. It's NVFS fault. All backup programs have the same problem..." Absolutely the same

RE: Codewarrior IDE - Connection Attempt failed.

2005-03-04 Thread prabakar.mp
No One has solution for this...??? - Martin Prabakar. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of KMoore Sent: Friday, March 04, 2005 11:07 AM To: Palm Developer Forum Subject: re: Codewarrior IDE - Connection Attempt failed. I have been working with

Re: about memHeapCompact on NVFS devices

2005-03-04 Thread Jan Slodicka
I mean the "workaround" for MemHeapCompact is not to use it. - Original Message - From: "Regis St-Gelais" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" Sent: Friday, March 04, 2005 2:45 PM Subject: Re: about memHeapCompact on NVFS devices > "Jan Slodicka" <

Re: about memHeapCompact on NVFS devices

2005-03-04 Thread Regis St-Gelais
"Jan Slodicka" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] >I have the users who demand the answer now... > Besides, the confirmation concerned just one of the problems - that one > which has a trivial workaround. We really lost days in tracing these > problems and are s

RE: undefined identifier SysGlueTrapExists

2005-03-04 Thread Marianella Diaz
It's right !!! Thanks a lot my dear Caspar, Bye. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: about memHeapCompact on NVFS devices

2005-03-04 Thread Jan Slodicka
I have the users who demand the answer now... Besides, the confirmation concerned just one of the problems - that one which has a trivial workaround. We really lost days in tracing these problems and are still loosing more time. Jan - Original Message - From: "Regis St-Gelais" <[EMAIL PR

Treo 600 rom

2005-03-04 Thread Eka Gauranga Das
Hi all is there any way to tranfer the treo 600 rom to an emulator so i can test my application? i was using tre 600 Simulator and the app didnt hang only in the device... and i cannot debug my treo 600 cause doesnt work on USB thanks in advance -- Chant Hare Krishna and Be Happy Eka -- Fo

Re: Some not strictly technical questions

2005-03-04 Thread Dan Björkgren
Ben, Can't get my mind off this ;-) You obviously mean "port to C/C++"? But why? If one already has a J2ME app, and can put up with the limitations of J2ME on other platforms, why not on Palm OS? What am I missing here? /Dan Ben Combee wrote: At 07:06 PM 3/3/2005, you wrote: -- some who knows J2

Re: about memHeapCompact on NVFS devices

2005-03-04 Thread Regis St-Gelais
"Jan Slodicka" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > > Thanks, but that paper apparently does not address all issues. At least 3 > additional problems were mentioned here in the last 2 days. > Jan, If you read my first post, you will notice that Sangram Singh f

RE: undefined identifier SysGlueTrapExists

2005-03-04 Thread Caspar Heiden, vd
Hi Marianella You need to link the glue library with your project. From the Code Warrior directory it should be in Palm OS Support\CodeWarrior Libraries\Palm OS Glue Good luck, Caspar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marianella Diaz Sent

Re: Custom event

2005-03-04 Thread Ben Combee
At 02:33 AM 3/4/2005, you wrote: I have a situation where I want a form to send an event to another form when it closes and ask it to perform an application-specific function. I was suprised that there is not an event type for app-specific events or events carrying app-specific pointers or data. We

Re: Custom event

2005-03-04 Thread Neil Whitworth
You can create your own custom events. The following are defined in Event.h firstUserEvent = 0x6000, lastUserEvent = 0x7FFF In the data filed of an EventType there is a generic field. This is defined in SysEvent.h as :- struct _GenericEventType { UInt16 datum[8];

Re: about memHeapCompact on NVFS devices

2005-03-04 Thread Jan Slodicka
> palmOne's official advice is contained in the NVFS whitepaper on our > pluggedin site. That's all we've said about this right now. > Thanks, but that paper apparently does not address all issues. At least 3 additional problems were mentioned here in the last 2 days. With best regards, Jan

Custom event

2005-03-04 Thread Frank LaRosa
Hi, I have a situation where I want a form to send an event to another form when it closes and ask it to perform an application-specific function. I was suprised that there is not an event type for app-specific events or events carrying app-specific pointers or data. We use this kind of thing all