Re: subscribe

2002-05-15 Thread Paolo_Armando
subscribe [EMAIL PROTECTED] [EMAIL PROTECTED] I think this is a most interesting post. I wonder why Paolo wants to subscribe to palm-dev-forum. The fact that his subscription request appears on palm-dev-forum must mean he is already subscribed. it's a bit more complex :-)... I subscribed

RE: Serial on Palm OS Phones

2002-05-15 Thread Ben Combee
In article 86263@palm-dev-forum, [EMAIL PROTECTED] says... Just kidding... ;^) To hook up to the debugger on (most?) handspring devices, one must press the cursive 'l' (that's an el), dot, dot and then hold the up button down and keep it pressed while entering the '2'. One then keeps it

Background image in palm

2002-05-15 Thread murugesan saravanan
Hi All, A small Information is needed from you guys.. Can anyone help me how to set a background image in palm.(similar to wallpapers in desktop). Thanks in Advance, M.Saravanan _ Click below to visit monsterindia.com and review jobs in

mutiple .c source file

2002-05-15 Thread Junyan
hi, i would like to ask if anyone out there has tried to create multiple .c file for a palm application. i am now using GCC and thus my source files are all in .c. if possible, can you teach or send me a sample of how to create an application that has mulitple .c file. thanks

Re: Fatal Error in some Palm VII devices..? How to slove

2002-05-15 Thread Dhandapani R
Hi hal Meller, Thanks your reply. I have tried with your suggestions, i am getting the same error. Is it any other problems there.. Can you suggestion me another possibilities... regards dhandapani Hal Mueller wrote ; One way to get that error is to call MemHandleNew, then lock the

Creating Shareware Palm app. ?

2002-05-15 Thread D De Villiers
Hello Everybody! I'm using PocketStudio for PalmOS programming... How do I create shareware applications ? eg. How can I had a 30 day trail period (or some trail amount) to my apps ? My Goal: Shareware will be freely downloadable from my website (available shortly!) with only a 30 day trail

class browser in CW R6

2002-05-15 Thread Alex Gusev
Hi all, is it possible in class browser of CW R6 to show/hide classes from specified namespace? Thanks in advance, Alex -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Bug in new Cygwin/PRC-Tools?

2002-05-15 Thread Joe Siebenmann
Hi All, Besides needing a more foolproof method of downloading the Cygwin package ( including Make ), I found a possible bug. The following code, which prevents operations to occur on empty lists, didn't work with the new Cygwin/PRC-Tools. I un-installed it and re-installed the older version

POL Question re: attached scrollbars

2002-05-15 Thread Glen Galen
In my simple, one-form POL-based application, the scrollbar moves but the data fails to update. POL is supposed to handle all this, since I listed that scrollbar in the Attach method. How do I fix this? Was there an event I was supposed to map? I thought the Attach Method would take care of all

Re: [newbie] a basic question

2002-05-15 Thread Dmitry S. Denisov
Hello Paolo, PCcc Is not there any place to look for sample code about tables? http://examples.oreilly.com/palmprog/CDROM/Windows/sourcecode/GCC/TestTable-8/ Best regards, Dmitrymailto:[EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or

RE: POL Question re: attached scrollbars

2002-05-15 Thread Alex Gusev
Hi Glen, have you added EVENT_MAP_* macro (EVENT_MAP_GRID_ENTRY(grid) in the case of grid) into form's event map? See POL examples for details. Alex -Original Message- From: Glen Galen [mailto:[EMAIL PROTECTED]] Sent: ‏ד 15 מאי 2002 15:23‏ To: Palm Developer Forum Subject: POL

Re: Bug in new Cygwin/PRC-Tools?

2002-05-15 Thread John Marshall
On Wed, May 15, 2002 at 06:02:52AM -0700, Joe Siebenmann wrote: The following code, which prevents operations to occur on empty lists, didn't work with the new Cygwin/PRC-Tools. I un-installed it and re-installed the older version of PRC-Tools and everything was fine. grump mode on Which

NULL data question

2002-05-15 Thread Jay Francis
I have several numeric fields in a record. Some are required, some are not. If an unrequired field is left blank, shouldn't I write to the field as NULL? When I do, and then get the value from the databases after the save, the structure member indicates that the value is 0. I can always

RE: POL Question re: attached scrollbars

2002-05-15 Thread Maks Pyatkovskiy
Check whatever EVENT_MAP_GRID_ENTRY(grid variable) macro is present in the event map of your form. Without this macro grid control will not respond to any event. See GridTest example for more details. -Original Message- From: [EMAIL PROTECTED] [mailto:bounce-palm-dev- [EMAIL

Re: Bug in new Cygwin/PRC-Tools?

2002-05-15 Thread Aaron Ardiri
On Wed, 15 May 2002, Joe Siebenmann wrote: Besides needing a more foolproof method of downloading the Cygwin package ( including Make ), I found a possible bug. i use prc-tools 2.0.92 under linux (just set it up today) and prc-tools 2.1RC1 under cygwin - i have an application full of

Re: POL Question re: attached scrollbars

2002-05-15 Thread Glen Galen
That fixed the problem! Thank you. I should have looked a bit closer at that example. I realy like what POL can do to speed up my development. --- Glenn Alex Gusev [EMAIL PROTECTED] wrote in message news:86290@palm-dev-forum... Hi Glen, have you added EVENT_MAP_* macro

problem loading the app.

2002-05-15 Thread ana erdozain
Hi!! how can i load my application in PDA with Hotsync software? whenever i load it in the PDA pressing the debug button and tapping shortcut..2, when i finish a Fatal Error occurs always, and i must do a hard reset. i don't know why. what should i do? thank you in advanced! ana

Re: NULL data question

2002-05-15 Thread Dave Lippincott
NULL is used to represent 'no memory address' so it has to have a numerical value. Generally this is zero. Maybe there is no way to do this as the bits and bytes have to indicate something with zero being the lowest value. Depends on the data type (and the data range). You don't mention

Null data question

2002-05-15 Thread Jay Francis
Thanks Dave, The data type is UInt16. Sounds like I'll need to save a value that is a flag for no-entry. I'm guessing then that the big database programs do the same thing. When you query with statement such as IsNull then you are searching for this special flag (no data entered). Just don't

Reading a PDB made in Appforge...

2002-05-15 Thread Pablo Chemes
Hi, I am developing a Palm app in CodeWarrior, and I need to read a PDB made in Appforge.I want to know if it is possible using PALM OS API calls such as DmQueryRecord, DmWrite, etc... And How should I define the C structure of the record... because in Appforge I have a field of type string.

RE: Serial on Palm OS Phones

2002-05-15 Thread Kevin OKeefe
Ah man! But the secret handshake has such mystique! Now just anyone can debug handspring devices in serial... K ;^) -Original Message- From: Ben Combee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 11:53 PM To: Palm Developer Forum Subject: RE: Serial on Palm OS Phones In

Re: Creating Shareware Palm app. ?

2002-05-15 Thread Chris DiPierro
I'm using PocketStudio for PalmOS programming... How do I create shareware applications ? eg. How can I had a 30 day trail period (or some trail amount) to my apps ? Since the only question you really asked was this... One possible method would be to detect that you are running for the first

Re: Serial on Palm OS Phones

2002-05-15 Thread Palm Dev Forum
Ben, Thanks much. I missed this one. I never could get the secret handshake to work. May I have a chance now. ;^) Now I'm in the club too. Gary Gorsline Easy Business Software == End of Message

Re: Serial on Palm OS Phones

2002-05-15 Thread Mike
Well, that didn't work on the Samsung i300. :c( Anyone have an i300 I can borrow? :c) -Mike SH Luk [EMAIL PROTECTED] wrote in message news:86269@palm-dev-forum... What is your exact problem? I have problem with visor phone before. I found that if I open the library with the name Serial

Re: problem loading the app.

2002-05-15 Thread Mark Biek
Are you talking about the emulator or an actual device? If you're talking about the emulator, I've always found that using a Network Hotsync was a pretty easy way to go. Just search the PalmOS knowledge base. They'll have instructions that'll be more thourough than what I can remember off the

Re: Null data question

2002-05-15 Thread Dave Lippincott
If your field has a finite valid range (i.e. 0 to 99,999) than use a value outside that range to denote no entry. Of course that depends on what your UInt16 is representing. If its a generic data, you may have to alter your data structure. - Original Message - From: Jay Francis [EMAIL

Re: Reading a PDB made in Appforge...

2002-05-15 Thread Dave Lippincott
You should be able to get that information from AppForge. If I remember correctly, their PDB record format is documented. - Original Message - From: Pablo Chemes [EMAIL PROTECTED] Newsgroups: comm-dev-forum,palm-dev-forum,tools-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent:

Re: Serial on Palm OS Phones

2002-05-15 Thread Giovanna Bernabé Huerta
How Can I unsuscribe? THANKS -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: FtrGet

2002-05-15 Thread Joe
ONM (Oh, Never Mind). I just realized that the answer must be the OS owns that memory and you can write to it (in the data storage area) or you can copy it your own memory. The example in the docs makes this clear: FtrPtrNew(appCreator, myFtrMemFtr, 32, ftrMem); // ... void* data; if

Re: Serial on Palm OS Phones

2002-05-15 Thread Dave Lippincott
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ - Original Message - From: Giovanna Bernabé Huerta [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, May 15, 2002 2:01 PM Subject: Re:

Re: palm-dev-forum digest: May 14, 2002

2002-05-15 Thread Peter Deutsch
[ David Silber wrote: ] On Tue, May 14, 2002 at 08:05:31PM -0400, Kevin OKeefe wrote: Just kidding... ;^) To hook up to the debugger on (most?) handspring devices, one must press the cursive 'l' (that's an el), dot, dot and then hold the up button down and keep it pressed while

Do i need to create a pdb file?

2002-05-15 Thread EDS Ortiz Macedo Sergio
Hi, I'm developing a java palm application using midp for palm. But I have to send data from this application to the desktop when claddle's hotsync button is pressed. I've been looking for information about that, found the conduit and CDK examples, but it works with memo pad database, which is

Re: Re: Cygwin/PRC-Tools bug..

2002-05-15 Thread Joe Siebenmann
Hi All ( John, Aaron ) I was down to the wire on my Palm app, I could see that the empty list selection stuff wasn't working, and I knew I hadn't changed any of the code. When I said the latest PRC-Tools, I meant: prc-tools-2.0.92-cygwin.tar.gz with the latest Cygwin package. What I went back

Re: Fatal Error in some Palm VII devices..? How to slove

2002-05-15 Thread Hal Mueller
At 11:03 AM + 5/15/02, Dhandapani R wrote: Hi hal Meller, Thanks your reply. I have tried with your suggestions, i am getting the same error. Is it any other problems there.. Can you suggestion me another possibilities... regards dhandapani It would be much easier to figure out if you

Re: Do i need to create a pdb file?

2002-05-15 Thread Chris DiPierro
Hi, I'm developing a java palm application using midp for palm. But I have to send data from this application to the desktop when claddle's hotsync button is pressed. I've been looking for information about that, found the conduit and CDK examples, but it works with memo pad database, which

Re: Setting list selection?

2002-05-15 Thread J. Hayes
You guys rock. It worked great. Thanks, Jeremy Hayes. From: Matt Hebley [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject: Re: Setting list selection? Date: Wed, 15 May 2002 16:29:24 -0400 Looks good. I would add: use

Re: Re: Cygwin/PRC-Tools bug..

2002-05-15 Thread John Marshall
On Wed, May 15, 2002 at 01:05:06PM -0700, Joe Siebenmann wrote: When I said the latest PRC-Tools, I meant: prc-tools-2.0.92-cygwin.tar.gz with the latest Cygwin package. What I went back to was: cygwin-b20.1-full.exe I know of no circumstance involving suspected compiler bugs in which it

CW - PRC Tools

2002-05-15 Thread Alan Ingleby
I'm currently a professional CW7 developer, but want to write some code from home (possibly a shareware app, or similar). I was therefore looking at using PRC Tools, because it's free. CW7 is absolutely fantastic for debugging and development in general, I'm really hoping to have something

Re: Re: Cygwin/PRC-Tools bug..

2002-05-15 Thread Aaron Ardiri
On Thu, 16 May 2002, John Marshall wrote: And in fact you still haven't explained what the problem is. All this talk of PilRC... are you saying that the problem has gone away now that you are using an up to date version of PilRC, and in fact you didn't encounter a bug in prc-tools 2.0.92 at

Hey, IR comm gurus... help!

2002-05-15 Thread C. B. Schofield
I'm doing some IR communication at the TinyTP layer in order to talk to a third-party device. The trouble I'm having is that communication is very reliable on some Palms, and very unreliable on others. For example, we have an m505 that always communicates great, but we also have a Kyocera phone

Re: CW - PRC Tools

2002-05-15 Thread Aaron Ardiri
On Thu, 16 May 2002, Alan Ingleby wrote: I'm currently a professional CW7 developer, but want to write some code from home (possibly a shareware app, or similar). I was therefore looking at using PRC Tools, because it's free. CW7 is absolutely fantastic for debugging and development in

CW MAP file

2002-05-15 Thread Joe
Would anyone care to explain the meaning of the following 4 lines taken from a MAP file generated by CW 7 ? (TIA) Data section below A5: 1 bytes Data section above A5: 40 bytes Uninitialized near data Data: -1 1 bytes firstOpen$327

Re: class browser in CW R6

2002-05-15 Thread Ben Combee
In article 86284@palm-dev-forum, [EMAIL PROTECTED] says... is it possible in class browser of CW R6 to show/hide classes from specified namespace? No, this is a feature people have requested, but even as of V8, its not been implemented. -- Ben Combee [EMAIL PROTECTED] CodeWarrior for Palm

RE: class browser in CW R6

2002-05-15 Thread Trevor Menagh
No, this is a feature people have requested, but even as of V8, its not been implemented. Speaking of features people have requested, do we have an ETA on V9? And will there be support to compile ARM native code in the next release, or the release after? Thanks, trv -- Trevor Menagh |

[ANN] Easily create Desktop applications for custom Palm app

2002-05-15 Thread Mark Rodriguez
Hello Palm Developers: Would you be interested in an easy way to provide a desktop component to the Palm application that you developed? VizMotion, Inc. has developed tools for smoothly building and integrating pc/mac desktops with native Palm applications and are looking to extend those tools

Re: CW MAP file

2002-05-15 Thread Joe
--- Ben Combee [EMAIL PROTECTED] wrote: stuff about a5 and Palm OS program startup Thanks for the info, Ben! __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com -- For information on using the Palm Developer Forums,

WDBAS

2002-05-15 Thread Terry Dennis
Has anybody had any experience using Palm's new WDBAS wireless application server? There's not much info available on it (other than marketing hype). I sent an email asking for a price on it, but no response. I guess they're too busy raking in the bux from all those sales? Whatever ... If