notification from appstop

2006-03-30 Thread cp
Hi All, I am trying to execute some notification from my application's appstop method by using SysNotifyBroadcastDeferred. Sometimes they are executed, sometimes not. Why so ? Thanks in advance --cp -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Is there any method for zoom in zoom out of bitmap images in palm

2006-03-30 Thread Kishor Bhushan
Hi I am new to Palm os so i want to know, is there any method for zoom in and zoom out of bitmap images in palm os if yes plz give example thank you -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Is there any method for zoom in zoom out of bitmap images in palm

2006-03-30 Thread Robert Moynihan
Kishor Bhushan wrote: Hi I am new to Palm os so i want to know, is there any method for zoom in and zoom out of bitmap images in palm os if yes plz give example thank you No, there are no system functions to do this. You either have to create your own functions or find a 3rd party library

Networking/GUI position at Palm

2006-03-30 Thread Lee Fyock
Hi-- The Palm group in Andover, Massachusetts is looking for a good mid- to senior-level software developer for a full-time position in networking and GUI work. The ideal candidate would have loads of experience with 68K (and maybe even ARM) Palm development in C and C++, and be comfortable

Re: Lists,Popup Triggers Etc...

2006-03-30 Thread Mike Margerum
Catch the popTrigger's ctlSelect event and call LstPopupList yourself. Make sure you make handled = true Tom wrote: Hi I am new to programming Lists and Popup triggers on the palm. I have the following scene, 6 popups, 6 lists. Now the 6 lists are actually duplicates of 3, so I really have

RE: Encrypting fields

2006-03-30 Thread dvanderwel
I did look into SSL. The problem is that I'm using gSOAP as a means to communicate with a .NET web service. At the moment, gSOAP doesn't support SSL encryption with PalmOS as many features are stripped out to keep the memory footprint small. Since gSOAP is open source, I could look into

Re: Networking/GUI position at Palm

2006-03-30 Thread Luis Cordova
I am interested but only through outsourcing. You can try outsourcing at getacoder.com for each project and upon request. On 3/30/06, Lee Fyock [EMAIL PROTECTED] wrote: Hi--The Palm group in Andover, Massachusetts is looking for a good mid- tosenior-level software developer for a full-time

System service that can listen to other applications?

2006-03-30 Thread trevor
Is there any way to create a Palm application that's a system service and can listen to events from other applications? Example: My system service app would launch when the Palm device is turned on or comes back from a reset. The app would listen for input from the user while they are in

Palm Conduit Installation with .NET

2006-03-30 Thread pevans
Hi, I'm finalising the deployment of Palm OS app we've developed and I was hoping someone could clear up a couple of questions for me. Is there any way (registry, method calls in the com objects) of getting the directory that the hotsync manager was installed to? Because our conduits are

netErrInternal on UDP netlibreceive

2006-03-30 Thread Troy Lokitz
I'm opening and binding a UDP socket (port 0) to my local ip address. I am then sending some stuff to a destination address. This all appears to be working ok. The problem arises when I try to receive. If I specify a from address and from length in the netlibreceive call i get a

Re: NetLibReceive fromAddrP/fromLenP - POSE VS Device

2006-03-30 Thread Troy Lokitz
Was there ever a fix for this problem on pose? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

FatelAlert and List is not appering

2006-03-30 Thread sanjib mohanty
Hai Thanku for ur response we check as per ur suggsition ,we faced another problem.I wrote one application which is not properly displaying in the emulator.But i check the problem by putting the break points the values are displaying after the brek points execution is over some opcode is comming

Querying a database

2006-03-30 Thread Joel Henderson
I am new to Palm databases. Here's my questions: 1) I need to import about 30,000 records onto a Palm TX. Can anyone recommend a software tool that I could use to import these records from MS Excel and export it to a pdb file that the Palm OS will be able to read? 2) My program needs to search

Re: Palm Conduit Installation with .NET

2006-03-30 Thread Patrick Guiran
Le 31 mars 06 à 01:21, [EMAIL PROTECTED] a écrit : Hi, hi I'm finalising the deployment of Palm OS app we've developed and I was hoping someone could clear up a couple of questions for me. Is there any way (registry, method calls in the com objects) of getting the directory that the