DIA Landscape behaviour

2005-08-19 Thread Thomas Omilian
Hi, after getting DIA-support working well, there is one point which is not working with all solutions I've tried. When I use Contacts in full landscape mode, and I open a dialog, I could open and close DIA and the form behind the dialog will get updated. How can I do that ? With PalmResize from

How to beam pdb file?

2005-08-19 Thread moulieswaran_e
I am currently working on the beam feature for my application, which contains pdb files. Since the bundle bit works only from version 4 onwards, I want to know if there is any other method that supports the beaming of the application in earlier versions, too. Thanks, Mouli -- For information

How to accomplish a background application on palm platform

2005-08-19 Thread henryxu
hi, is there any way to accomplish a background application on palm platform just like the realplayer on treo650? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to add entry into system category?

2005-08-19 Thread chintan_dhruva
hi, Thanks for the help I am going thru the palm companion docs for 2 days but not able to find the name of the resource to be added in the .rcp so that I can create my own system category (abc)in which I can categorize the application. Can you suggest me with some links or some docs Regards,

HUMOR: Wifi speed spray

2005-08-19 Thread George Henne
Things have been getting a bet serious here lately. Let's talk about innovations that will really help! http://j-walk.com/other/wifispray/ What will they think of next ?? -;) George Henne NS BASIC Corporation http://www.nsbasic.com -- For information on

German language support for Palm OS:

2005-08-19 Thread Prabakar MP
Hi All, I like to do German language localization support in my Palm OS 5.x Application. How to do that? Can anyone give me all the details and procedures about it? - Martin. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Re: How to accomplish a background application on palm platform

2005-08-19 Thread Logan Shaw
[EMAIL PROTECTED] wrote: hi, is there any way to accomplish a background application on palm platform just like the realplayer on treo650? I think audio applications are a special case. Palm OS provides a mechanism for registering a callback. The callback is called whenever the audio buffer

Beam PDB Data To Printer.

2005-08-19 Thread pritam hasabnis
Hello All, Does anybody know(or have code) on how to Beam data stored in PDB on Palm to Printer(HP 450 CBi)? I would like to print some values stored in the PDB to Printer through my small application. Regards, -Pritam. __ Do You Yahoo!?

RE: Opening a form in a form

2005-08-19 Thread Sinisa Marovic (AC/EDD)
Thanks for your answer. I have tried FrmPopupForm, and the result is the same as with my method. After reading the documentation, FrmPopupForm does the same thing as FrmGotoForm, except closing the previous form, and that is exactly what I did with my routine (if (event.eType!=frmCloseEvent)

RE: Run function 19 times then it crash's I know what but not why

2005-08-19 Thread John Sutton
There's a couple of things that look suspicious. You should check the return value from MemPtrNew instead of using it blindly with confidence that a real new pointer is going to come back, my guess is it's returning 0. The reason for this is probably... You seem to be allocating an awful lot of

RE: HUMOR: Wifi speed spray

2005-08-19 Thread John Sutton
Fantastic stuff, but it doesn't say that it deals with the problem of neighbours barking dogs, that seems to upset my WiFi experience, but curiously, only when I'm listening to MP3 music? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Henne Sent:

RE: Beam PDB Data To Printer.

2005-08-19 Thread Dave Mottorn
I have a program that prints ASCII data to an HP450. Do you want that? I'm using Codewarrior 9.0. If so sent me your personal Email address. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of pritam hasabnis Sent: Friday, August 19, 2005 6:44 AM To: Palm

RE: Beam PDB Data To Printer.

2005-08-19 Thread pritam hasabnis
Hi Dave, Thanx alot for your mail, it would really help if you could pass on the code to me...I am using Palm OS Development Suite...but I guess it shouldn't be much problem..if your code is in Codewarrior..am i right? Thanx again... -Pritam. Mail ID- [EMAIL PROTECTED] --- Dave Mottorn

Re: German language support for Palm OS:

2005-08-19 Thread Henk Jonas
Prabakar MP wrote: Hi All, I like to do German language localization support in my Palm OS 5.x Application. How to do that? Can anyone give me all the details and procedures about it? - Martin. Need a translator? Contact me :-) What to do with the translated stuff is up to you. I tend to

Re: How to add entry into system category?

2005-08-19 Thread Henk Jonas
[EMAIL PROTECTED] wrote: hi, Thanks for the help I am going thru the palm companion docs for 2 days but not able to find the name of the resource to be added in the .rcp so that I can create my own system category (abc)in which I can categorize the application. Can you suggest me with some

Re: German language support for Palm OS:

2005-08-19 Thread Henk Jonas
Prabakar MP wrote: Hi All, I like to do German language localization support in my Palm OS 5.x Application. How to do that? Can anyone give me all the details and procedures about it? - Martin. Page 371 in the companion: Using Overlays to Localize Resources --

RE: Run function 19 times then it crash's I know what but not why

2005-08-19 Thread druid
There's a couple of things that look suspicious. You should check the return value from MemPtrNew instead of using it blindly with confidence that a real new pointer is going to come back, my guess is it's returning 0. You seem to be allocating an awful lot of MemPtrNew statements without any

RE: Run function 19 times then it crash's I know what but not why

2005-08-19 Thread Jonathan King
After you have finished with the list, do you MemPtrFree all the data you allocated? The reason that you need to keep track of the variable strArray is so that you may free it when you are done with it. You must free every pointer in the array: MemPtrFree(strArray[n]) for every n recordindex (be

Re: Strange problem with EvtGetEvent()

2005-08-19 Thread Stanislav Borisov
Sorry for the delay, I was not able to answare you theese days. It happens with the simulator, for now I don't have opportunity to try it on real device. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to accomplish a background application on palm platform

2005-08-19 Thread Jerome Chapdelaine
I would add this depends on what kind of background processing you need. If you need a simple task to be done from times to times you can use alarms. But if you think about setting the alarm every 30sec, verify that it does not turn on the screen or this would kill your battery life. Jerome

RE: Beam PDB Data To Printer.

2005-08-19 Thread Dave Mottorn
I have to have your personal EMail address. The forum won't accept the attachment. regards, Dave Mottorn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of pritam hasabnis Sent: Friday, August 19, 2005 9:07 AM To: Palm Developer Forum Subject: RE: Beam PDB

RE: Run function 19 times then it crash's I know what but not why

2005-08-19 Thread John Sutton
What I meant was, if you throw away the strArray pointer, you won't know which memory to free when you get called again. I'd modify your code to do something like this, sorry if there's any typos in it, but it shows you the general gist. I'd also be adding a bit more error checking to your code...

Controlling display brightness

2005-08-19 Thread Thomas Bonk
Hello, I programmed an application that enables the user to steplessly adjust the backlight of PalmOS devices. I'm using the function SysLCDBrightness to set and read the display brightness. On my Palm Zire 71 I'm able to dim the brightness down to 0 (i.e. backlight is off). But e.g. on the

RE: Run function 19 times then it crash's I know what but not why

2005-08-19 Thread druid
Oh I see, your saying do the clean up before the function does it's work, not after. I was trying to do the clean up after, and was getting the faults. The reason this is called so many times is the database is parsed and records matching the first letter of what we set are filtered into the list.

On device debugging and LifeDrive Manager

2005-08-19 Thread Erico Franco
Ben Combee wrote: The LifeDrive uses a new USB chip to support USB 2.0, and it looks like the software around that has broken USB debugging to the device. I tried a few things tonight, but I wasn't able to get anything working. It might work using the USB-to-TCP bridge code, setting up the

RE: Run function 19 times then it crash's I know what but not why

2005-08-19 Thread John Sutton
Your first approach sounds better, unless you're going to get a MASSIVE speed advantage, it's always best not to demand the use of too much memory, just in case. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of druid Sent: 19 August 2005 18:22 To: Palm

RE: How to accomplish a background application on palm platform

2005-08-19 Thread Jeffry Loucks
I've been using a homegrown thread manager in both foreground and background for several years now. I could be convinced to make it available, if there's sufficient interest. Features: 1. Works on PalmOS 3.5 and later (including OS5 - haven't tried OS6). 1. Any number of threads, in any number

RE: Opening a form in a form

2005-08-19 Thread druid
Hmm I do that all the time and have no issues When you make the popup form modal, as long as it is open nothing outside that form is active -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Opening a form in a form

2005-08-19 Thread jfealy
dear palm-dev-forum I would apprechate it if you took me of your mailing list This Email was Sent from Qantm's student email service and does not reflect the views

Re: Opening a form in a form

2005-08-19 Thread Logan Shaw
[EMAIL PROTECTED] wrote: dear palm-dev-forum I would apprechate it if you took me of your mailing list Sending a message to all the *other* people who are on the mailing list is not necessarily the most effective method of getting off of it. Especially considering few or possibly none of the

image resource quality on device screen

2005-08-19 Thread Erico Franco
Hi, I'm getting image resource quality problems when I display it on a form compared to when I just upload this same image to the device and display it using some palm photo viewer. The point is that when I display the image on a form the quality is lower compared to when I display this