Re: SetFocus on Treo 600

2005-01-04 Thread Sébastien Pineau
- Original Message - From: Eric Cloninger [EMAIL PROTECTED] To: Palm Developer Forum palm-dev-forum@news.palmos.com Sent: Tuesday, January 04, 2005 12:50 AM Subject: RE: SetFocus on Treo 600 Does anyone know if the Treo handles the control focus differently from a standard PDA? You may

How to remove leading zeroes in a field??

2005-01-04 Thread vidya
The application that I am currently working on, requires a number to be displayed in the field without leading zeroes. Example, instead of 00070.00 I would like to display it as 70.00. Any idea how to trim the leading zeroes? I have gone through the Field APIs and didn't find anything suitable.

Re: How to remove leading zeroes in a field??

2005-01-04 Thread Urs Hunkeler
Hi Vidya, [Trim leading zeros] The questions is, how do these leading zeros get there in the first place? How do you represent this number internally? If you have this number as a string, one possibility might be something like: char *trimZeros(char *str) { while(*str == '0') str++; } cu

change network connection manually

2005-01-04 Thread Vladimir Lozhnikov
hi i can't find how to change the currenct connection in network preferences. i get all name of connection using CncGetProfileList function. i want to give a change for user select the current connection from my program. thank. -- For information on using the Palm Developer Forums, or to

Re: building a popup list

2005-01-04 Thread suhanab
Where can I find more about it? This is exactly what I need to know! The Palm OS companion doesnt describe how to go about doing this, it only expalains the obvious about the different objects available in the toolbox. Are there sample app source code to learn from? -- For information on using

building a popup list..

2005-01-04 Thread suhanab
Where can I find more about it? The Palm OS companion doesnt describe how to go about doing this, it only expalains the obvious about the different objects available in the toolbox and 'what they can do'. Are there sample app source code to learn from? -- For information on using the Palm

Re: change network connection manually

2005-01-04 Thread Henk Jonas
Vladimir Lozhnikov wrote: hi i can't find how to change the currenct connection in network preferences. i get all name of connection using CncGetProfileList function. i want to give a change for user select the current connection from my program. thank. news://news.palmos.com:119/[EMAIL

Re: building a popup list..

2005-01-04 Thread Henk Jonas
[EMAIL PROTECTED] wrote: Where can I find more about it? The Palm OS companion doesnt describe how to go about doing this, it only expalains the obvious about the different objects available in the toolbox and 'what they can do'. Are there sample app source code to learn from? Try to search

RE: building a popup list..

2005-01-04 Thread Manpreet Singh
This link would help: http://www.palmos.com/dev/support/docs/recipes/lists.html Thanks, Manpreet [EMAIL PROTECTED] wrote: Where can I find more about it? The Palm OS companion doesnt describe how to go about doing this, it only expalains the obvious about the different objects available in

Re: How to remove leading zeroes in a field??

2005-01-04 Thread vidya
Hi Urs, Thank you for your response. That was the exact answer to my question Regards, Vidya -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re[2]: change network connection manually

2005-01-04 Thread Vladimir Lozhnikov
sorry, but i don't understood your answer HJ Vladimir Lozhnikov wrote: hi i can't find how to change the currenct connection in network preferences. i get all name of connection using CncGetProfileList function. i want to give a change for user select the current connection from my program.

Table field gives debug errors when done editing

2005-01-04 Thread Shawn Poulson
Hello again, I've been messing with a table where I have an text field on each row. I setup tableLoadDataFunc and tableSaveDataFunc for these fields. I believe I'm doing something wrong with the memory handle that is used during editing. I test using POSE with the debug ROM. When the

Re: change network connection manually

2005-01-04 Thread Henk Jonas
It's a link to an answer I've gave some months ago to a similar question. It comes with a small code snippet which shows you how to set the desired connection profile before doing a NetLibOpen. Regards Henk Vladimir Lozhnikov wrote: sorry, but i don't understood your answer HJ Vladimir

Re: Doing floating point math in Palm..?

2005-01-04 Thread Ralph Curtis
Check out http://www.davidbray.org/palm/dtostr.html and http://www.davidbray.org/palm/strtod.html The functions are strToDouble and doubleToStr - I got the name wrong from memory. The functions I use - quite successfully - are based on David's algorithms. I include them here:

Re[2]: change network connection manually

2005-01-04 Thread Vladimir Lozhnikov
thank i was downloaded all archive from news.palmos.com server and download all palm-dev group messages. i have larget 8000 messages. i can't find your message in this pile (message_id = 158275) since my outlook don't support searching message by id. would you be so king as to show me the direct

Re: Doing floating point math in Palm..?

2005-01-04 Thread David Orriss Jr
Ralph Curtis wrote: Check out http://www.davidbray.org/palm/dtostr.html and http://www.davidbray.org/palm/strtod.html The functions are strToDouble and doubleToStr - I got the name wrong from memory. The functions I use - quite successfully - are based on David's algorithms. I include them here:

Debugging Treo650

2005-01-04 Thread David J.A. Koogler
Does the Treo650 require a serial cable for debugging? I know this is the case with the Treo600 but I can not seem to find a Treo650 serial cable at the PalmOne store (all of the available cables are USB). I have tried using CodeWarrior 9.3 with a USB connection to the Treo 650. I have run

Re: multiple code segments

2005-01-04 Thread Curtis
Greg, thanks for that tip. I'm not the original poster here, but I have similar problems (not with AppCopyTextToField() ). Are there guidelines for creating an app with multiple code sections? So far, I've been able to piece this much together: * Edit the sections.h and sections.def files to

Re: multiple code segments

2005-01-04 Thread Henk Jonas
How should the compiler know about the function in a different section, without telling him? You need a complete declaration of the function. Regards Henk Curtis wrote: Greg, thanks for that tip. I'm not the original poster here, but I have similar problems (not with AppCopyTextToField() ). Are

Developer Account Missing

2005-01-04 Thread Bob K
Hello Ben, My account and Creator ID's are missing too, so please add me to the list: Registered email: bob (at) ifamilysoftware (dot) com Later changed to: bk (at) ifamilysoftware (dot) com Sincerely, Bob K. Hi all, I am a register develpoer for many years. Today when I log in to the member area

Re: Developer Account Missing

2005-01-04 Thread Michael A. Waldron
I need to be added as well (account and creator IDs). -Mike At 09:54 AM 1/4/2005, you wrote: Hello Ben, My account and Creator ID's are missing too, so please add me to the list: Registered email: bob (at) ifamilysoftware (dot) com Later changed to: bk (at) ifamilysoftware (dot) com Sincerely, Bob

Re: change network connection manually

2005-01-04 Thread Henk Jonas
hm, can't you just klick on the link? Or copy'n'paste it into your favorite browser? At least this works fine for me and my mozilla. The subject is: Finding the right Network configuration from 29. Nov. 2004 Regards Henk Vladimir Lozhnikov wrote: thank i was downloaded all archive from

Re: building a popup list..

2005-01-04 Thread Ben Combee
At 05:10 AM 1/4/2005, you wrote: [EMAIL PROTECTED] wrote: Where can I find more about it? The Palm OS companion doesnt describe how to go about doing this, it only expalains the obvious about the different objects available in the toolbox and 'what they can do'. Are there sample app source code

Re: Debugging Treo650

2005-01-04 Thread Ben Combee
At 08:36 AM 1/4/2000, you wrote: Does the Treo650 require a serial cable for debugging? I know this is the case with the Treo600 but I can not seem to find a Treo650 serial cable at the PalmOne store (all of the available cables are USB). I have tried using CodeWarrior 9.3 with a USB connection to

FeedbackSliderControl refresh problem

2005-01-04 Thread Bernard Thériault
I use the Feedback Slider Control for dynamically change a value in a field. I have seven sliders used like equalizer and four preset buttons(push button)for different setting of this slider. The problem : When I change the preset, I restore the value of each field and I set the value of

Multi-segment

2005-01-04 Thread Jean-Marc Durieux
Hi, Could someone give me some indications about the PODS 1.1 configuration of a managed 68k C/C++ project, to be able to work with multi-segmented code. In a standard project, a Section.def file is automaticaly created as a section.h file. How can I work with sections in a managed project ???

Re: multiple code segments

2005-01-04 Thread Greg Parker
Curtis writes: Greg, thanks for that tip. I'm not the original poster here, but I have similar problems (not with AppCopyTextToField() ). Are there guidelines for creating an app with multiple code sections? As far as I know, the official spec is

Re: multiple code segments

2005-01-04 Thread Curtis
Thanks for the tip. I think I'll create a new .h file, containing prototypes for all functions in all source files, with the annotations for each in it. There's something I don't understand in the document you referenced. It says: The current implementation puts pointers

Re: multiple code segments

2005-01-04 Thread Mikhail Barashkov
In particular, all functions in your application called while processing a launch code that doesn't give you globals must be in the main code section. This always includes PilotMain, which is always called by the startup code for all launch codes. I have no idea what

How to license and publish cost-free software?

2005-01-04 Thread Ed Pugh
Hi. I have never yet published any software, but I have written a cool (at least, *I* think it's cool) strategy/logic puzzle game for the PalmOS, and I want to make it available on a cost-free basis, once I have the final version ready. Before I publish it, I would like to know how to

Re: How to license and publish cost-free software?

2005-01-04 Thread Krzysztof Kowalczyk
Regarding the license: what you want is a custom licence. You have to write it yourself or pay a lawyer to do it. You might try to include no disassembling and no reverse engineering but that might not be enforceable. Last time I checked, reverse engineering and disassembly is still legal in U.S.

Re: multiple code segments

2005-01-04 Thread Robert Moynihan
In other words, when you launch your app 'normally', it received the 'sysAppLaunchCmdNormalLaunch' launch code, and it has access to ALL of its global data (variables, etc.), and all code in all segments. When the app launches from another launch code (responding to an alarm, reset, synch,

Re: Multi-segment

2005-01-04 Thread Eduardo Orea
Jean-Marc The aproach to solve the multi-segment on managed projects is: 1) create both the /Sections.def and /src/Section.h files in your project, or just copy them from a standard project and then edit them. 2) add #include Sections.h to every file that you have a function definition or

Re: How to license and publish cost-free software?

2005-01-04 Thread preston park
You could try starting with the BSD license or similar and modifying it to fit your needs: http://www.opensource.org/licenses/bsd-license.php DISCLAIMER: I am not an attorney, and any advice I provide should not be regarded as legal, helpful, or even harmless. -- For information on using

Re: How to license and publish cost-free software?

2005-01-04 Thread Greg Sepesi
Ed Pugh wrote: Is there any generally published form licence that covers the above? Yet another option ... some of the Nolo Press publications have legal forms that might be helpful. See http://www.nolo.com/ I haven't looked at their publication 'Web Software Development: A Legal Guide'

More Developer Program account problems

2005-01-04 Thread terry
After not being able to log onto Palm Source over the holidays, the system now recognizes my email and tells me a new password is being mailed to me, but no email ever shows up. I tried twice today, and no emails even after waiting several hours.. Terry -- For information on using the

SMS notification order

2005-01-04 Thread mguo
Two apps register for SMS notification. Is there any way I can control one app gets SMS before the other app? Thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: More Developer Program account problems

2005-01-04 Thread Ben Combee
At 08:10 PM 1/4/2005, you wrote: After not being able to log onto PalmSource over the holidays, the system now recognizes my email and tells me a new password is being mailed to me, but no email ever shows up. I tried twice today, and no emails even after waiting several hours.. Make sure

Re: Error in day select control

2005-01-04 Thread LionScribe
Why bother using Heap Memory, just declare it locally on the stack. example; DateTimeType dateTime; dateTime.month=11; dateTime.day=5; dateTime.year=2004; SelectDay (selectDayByMonth, (dateTime.month), (dateTime.day), (dateTime.year), birthday..); LionScribe Adam Ernst [EMAIL PROTECTED] wrote

Re: More Developer Program account problems

2005-01-04 Thread Oliver
Well, I got the your email address isn't registered error last week, and I still get it when requesting a new password. I filled out the webmaster contact form. Ben, if you want to add me to your fix-it list, my registered email is (was?) oliver dot steinmeier at oracle dot com. Thanks,

Re: SMS notification order

2005-01-04 Thread Krzysztof Kowalczyk
If you wrote both apps, then you can make it work using a number of ways. If not, then obviously not. If there was a way, then the other app could use the same method. Krzysztof Kowalczyk | http://blog.kowalczyk.info -- For information on using the Palm Developer Forums, or to unsubscribe,

Re: SMS (or any) notification order

2005-01-04 Thread Gary
Yeah good question I've also been wondering about Low Power, Cradle Insert, Reset and other notifications... ...how are the order of these notifications handled, is it first-come-first-served? Where's this documented? TIA! Gary Douglas Nth Gen Labs --- Krzysztof Kowalczyk [EMAIL PROTECTED]

Re: More Developer Program account problems

2005-01-04 Thread Drew Haninger
mine also is broken drew-at-olivetree-.-com - Original Message - From: Oliver [EMAIL PROTECTED] To: Palm Developer Forum palm-dev-forum@palm.lyris.net Sent: Tuesday, January 04, 2005 8:16 PM Subject: Re: More Developer Program account problems Well, I got the your email address