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 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 per

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() 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 Question re:

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. Which "new Cy

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 tes

RE: POL Question re: attached scrollbars

2002-05-15 Thread Maks Pyatkovskiy
Check whatever EVENT_MAP_GRID_ENTRY() 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 PROTECTED]] On Behal

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 (EVENT_MAP_GRID_EN

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 spe

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 k

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 fir

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

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 t

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" <[EMAI

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]> Sen

built-in apps records

2002-05-15 Thread David Eyler
Hi, I'm a relative Palm Dev rookie so please dumb your answer down if possible. I'm trying to have my app integreate with the built in apps, specifically the datebook and address book, as much as possible. I've got the most recent version of Codewarrior (8.2 patch I think) and my app will likely

FtrGet

2002-05-15 Thread Joe
When you use FtrGet, Err FtrGet (UInt32 creator, UInt16 featureNum, UInt32 *valueP) does it expect you to allocate memory for the returned value (what valueP points to) before calling it, or is that memory that the OS owns and it expects you to copy *valueP to some memory you own? I.e, which co

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 (!FtrGet(

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 Subje

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

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 alr

Re: FtrGet

2002-05-15 Thread Aaron Ardiri
On Wed, 15 May 2002, Joe wrote: > When you use FtrGet, > Err FtrGet (UInt32 creator, UInt16 featureNum, UInt32 *valueP) FtrGet retrieves a 32-bit integer that you store previously using FtrSet. > A) > UInt32 foo; > SomeDataType value; > UInt32 size = sizeof(SomeDataType); > err = FtrGe

Setting list selection?

2002-05-15 Thread J. Hayes
I have a pop up trigger connected to a list and it works fine except that when I initialize the form, I want to be able to show the list selection that was last chosen on the pop up trigger instead of the pop up triggers label. What's the best way to do this? Jeremy Hayes _

RE: Setting list selection?

2002-05-15 Thread Watson, Christopher
First-time answerer. Let's see if I get it right 1. Use GetObjectPtr to get a pointer to the List object 2. Use LstSetListChoices to assign the choice string array 3. Use LstSetHeight to set the list's height, according to the number of choices 4. Use LstSetSelection to set the list's current

Re: Setting list selection?

2002-05-15 Thread Brian Smith
On Wed, 15 May 2002, J. Hayes wrote: > I have a pop up trigger connected to a list and it works fine except > that when I initialize the form, I want to be able to show the list > selection that was last chosen on the pop up trigger instead of the pop > up triggers label. What's the best way to

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 b

Re: Setting list selection?

2002-05-15 Thread Matt Hebley
Looks good. I would add: use LstGetSelectionText to get a pointer to the selected string in the list. This way you don't have to maintain anything for the trigger label. Matt - Original Message - From: "Watson, Christopher" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED

Re: Dereferencing pointer to incomplete type in FingerMain

2002-05-15 Thread W. Brian Blevins
John, While I'm glad to see the SDK 4.0 update 1 flags these issues, I'm not sure that it should completely break the compile. Have you ever seen javac (the Sun java compiler) complain about the use of deprecated APIs? Of course, breaking the compile may be the only option in gcc, my ignorance

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

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, wh

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 wou

Re: Dereferencing pointer to incomplete type in FingerMain

2002-05-15 Thread John Marshall
On Wed, May 15, 2002 at 10:38:40PM +0200, W. Brian Blevins wrote: > John, > > While I'm glad to see the SDK 4.0 update 1 flags these issues, I'm > not sure that it should completely break the compile. Have you ever > seen javac (the Sun java compiler) complain about the use of > deprecated APIs?

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 whi

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 which

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

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 g

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 P

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 |

Re: CW MAP file

2002-05-15 Thread Ben Combee
In article <86369@palm-dev-forum>, [EMAIL PROTECTED] says... > > 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 Your global data is stored in a chun

[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 t

Re: CW MAP file

2002-05-15 Thread Joe
--- Ben Combee <[EMAIL PROTECTED]> wrote: 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, or to unsubscribe, please see http://www

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 they

Re: Do i need to create a pdb file?

2002-05-15 Thread Paolo_Armando
>the point is that I don't know how to create my own pdb file, if I >have to, in order to store application's data, until hotsync is done. Could >you send me some reference about? you need to set on the backup bit of the database info structure: here's an example taken from the sdk-40 examples:

Behind-the-scenes Hotsync

2002-05-15 Thread Scott P
Is there any way to program in a silent (behind-the-scenes) hotsync into an application on the palm. Basically I'm looking for away of saying in a program that if the palm is running the programming I'm writing and in the cradle then try and hotsync every hour. I would prefer to do this in the bac