Emulator 4.0?? for Java???

2003-07-22 Thread Katpurz
I'm trying to test usage of Web Services with Palm... I'm looking in the PluggedIn program area and I see there's 4 sample apps. I'm trying the Google search app, but when I install all the prc's and run it, I consistantly get the following error: "...program..just called Palm OS Routine 'FrmAddSp

RE: Emulator 4.0?? for Java???

2003-07-22 Thread Keith Rollin
I am not aware of any released Palm OS Emulator 4.0. The latest version I've released is 3.5. -- Keith Rollin -- Palm OS Emulator engineer > -Original Message- > From: Katpurz [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 22, 2003 6:11 PM > To: Palm Developer Forum > Subject: Emulator

Re: Draw Lines into a List

2003-07-22 Thread Régis Daniel de Oliveira
Sorry... The correct sentence is: I'd like to show a table that will have 3 columns, and want to draw ONE VERTICAL line to discriminate each one. Thanks again! "Régis Daniel de Oliveira" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > > Hy all, > > I'd like to show a table

Re: PalmOS 5 and Hacking

2003-07-22 Thread Chris Faherty
On Tuesday 22 July 2003 08:07 pm, Chris Tutty wrote: > Well ok, assuming that the handler patch will have to be replaced with > a notification handler the question of how to store data other than via > FtrGet remains. I would have thought that any other form of memory > handling would have the sam

Re: PalmOS 5 and Hacking

2003-07-22 Thread Chris Tutty
From: "David Chevalier" <[EMAIL PROTECTED]> > Eli Mandel wrote: > > I wrote an application/driver based on the SrmSetWakeupHandler() to handle > > incoming data on the serial port while my application is "in the > > background". In between interrupts, states change and this data previously > > acc

Draw Lines into a List

2003-07-22 Thread Régis Daniel de Oliveira
Hy all, I'd like to show a table that will have 3 columns, and want to draw this line to discriminate each one. What control is the best to use for doing this? The LIST or TABLE control? I prefer that when a select a item, all line should be selected too, like the "Full row select" of Vb's ListV

Newbie help with shared libraries

2003-07-22 Thread Monika Kauntz
I am trying to create a shared library that is dependent upon another shared library I created. How do I add the dependency? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Hardware 10 pin to 16 pin serial interface migration

2003-07-22 Thread Wayne Pietluck
Dave: Yes, I've verified that I do not have the pins mixed-up (in regards to identifying pin 1 from left-to-right) with the help of a continuity tester. I cut the DB9 off of a cable attached to a 16 pin serial cradle and hardwired to my keypad. I had to swap out the 7.5K Ohm resistor connected to

Re: Hardware 10 pin to 16 pin serial interface migration

2003-07-22 Thread Dave Lippincott
You've got the pins correct. Do you have pin 1 and 16 mixed up on the connector? - Original Message - From: "Wayne Pietluck" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 3:16 PM Subject: Hardware 10 pin to 16 pin serial interface migration

Hardware 10 pin to 16 pin serial interface migration

2003-07-22 Thread Wayne Pietluck
Dave: You stated that "hardware migration should be as easy as rewiring the keyboard to use the new connector and adding the proper Peripheral ID resistor". Since you've "converted several hardware products", can you please verify that my connections are correct? I was not able to access the lin

Re: How to detect 5-way navigation button down and up?

2003-07-22 Thread Ben Combee
At 02:02 PM 7/22/2003, Alexander Galkin wrote: How can I detect 5-way navigation button down and up event? I catch keyDownEvent but data.keyDown.chr, data.keyDown.keyCode and data.keyDown.modifiers seem to be different on different Palm OS 5 devices. I also didn't find any defines for 5-way buttons

Re: Launching a web clip form a prc

2003-07-22 Thread Ben Combee
At 12:33 PM 7/22/2003, Alexandre Barreto wrote: could i use a litle more help form u guys? how can i pas parameter to my pqa.. so i can fill out fields in a form? i read something about using Get.. with html but its the same for pqa files?? You can't change the fields in the PQA. There's no inte

How to detect 5-way navigation button down and up?

2003-07-22 Thread Alexander Galkin
How can I detect 5-way navigation button down and up event? I catch keyDownEvent but data.keyDown.chr, data.keyDown.keyCode and data.keyDown.modifiers seem to be different on different Palm OS 5 devices. I also didn't find any defines for 5-way buttons. -- For information on using the Palm Deve

Re: Hardware 10 pin to 16 pin serial interface migration

2003-07-22 Thread Dave Lippincott
> I think you misunderstand Wayne's question. Read and understood the question as written, I just didn't have the background info you do. 'Keyboard' wasn't mentioned in the original post. Just 'hardware' and RS232. I've converted several hardware products to work with the new connector port witho

RE: Hardware 10 pin to 16 pin serial interface migration

2003-07-22 Thread steve
There seems to be two related documents: -Electrical Interface (16-Pin) Connections for Palm Handhelds http://www.palmos.com/dev/tech/hardware/palmhardware/electrical_interfac e(16-pin)connections.pdf -Electrical Interface (16-Pin) Signal for Palm Handhelds http://www.palmos.com/dev/tech/hardwar

Re: Laucnhing a web clip form a prc

2003-07-22 Thread Alexandre Barreto
Finaly it works!!! thanx a lot for wvwerone that help me out on this question!! thnx Ben Combee,Chris Faherty and José Machado. could i use a litle more help form u guys? how can i pas parameter to my pqa.. so i can fill out fields in a form? i read something about using Get.. with html but i

Re: Laucnhing a web clip form a prc

2003-07-22 Thread José dos Santos Machado
Alexandre Barreto escreveu: if (!(parametros = MemPtrNew(sizeof(SysAppLaunchCmdOpenDBType { return sysErrNoFreeRAM; } i tried that but i keep geting the erro in compilation "ilegal implicit conversion from 'void *' to 'SysAppLaunchCmdOpenDBType *' Typecast it. if (!(parametros = (SysAppLaun

Re: PalmOS 5 and Hacking

2003-07-22 Thread David Chevalier
Eli Mandel wrote: I wrote an application/driver based on the SrmSetWakeupHandler() to handle incoming data on the serial port while my application is "in the background". In between interrupts, states change and this data previously accessed via the FtrGet()/FtrSet() calls proved to be too time c

RE: Hardware 10 pin to 16 pin serial interface migration

2003-07-22 Thread Dave Mottorn
I think you misunderstand Wayne's question. Wayne is developing a custom keypad and he has one for the 10-pin serial interface that works. He's trying to develop a similar keypad for the 16-pin serial interface. The serial manager really doesn't have anything to do with it. Wayne is watching th

Re: Laucnhing a web clip form a prc

2003-07-22 Thread Chris Faherty
On Tuesday 22 July 2003 01:18 pm, Alexandre Barreto wrote: > i tried that but i keep geting the erro in compilation > "ilegal implicit conversion from 'void *' to 'SysAppLaunchCmdOpenDBType *' Typecast it then. if (!(parametros = (SysAppLaunchCmdOpenDBType *) MemPtrNew(sizeof(SysAppLaunchCm

Re: Laucnhing a web clip form a prc

2003-07-22 Thread Alexandre Barreto
You're missing: if (!(parametros = MemPtrNew(sizeof(SysAppLaunchCmdOpenDBType { return sysErrNoFreeRAM; } i tried that but i keep geting the erro in compilation "ilegal implicit conversion from 'void *' to 'SysAppLaunchCmdOpenDBType *' on the MemPtrNew this is driving me mad hehe thnx

Re: Laucnhing a web clip form a prc

2003-07-22 Thread Chris Faherty
On Tuesday 22 July 2003 10:39 am, Alexandre Barreto wrote: > this is my function now: (snip) > SysAppLaunchCmdOpenDBType* parametros; (snip) You're missing: if (!(parametros = MemPtrNew(sizeof(SysAppLaunchCmdOpenDBType { return sysErrNoFreeRAM; } >parametros->cardNo = cardNo; >

Re: Laucnhing a web clip form a prc

2003-07-22 Thread Ben Combee
At 11:28 AM 7/22/2003, Alexandre Barreto wrote: i'm passing the name of the pqa as a parameter to this function so i use DmFindDatabase to get its ID the name i'm using was exemplo is "most.pqa" i'm passing like this with the extension because if i send it without i gets no ID ( remain in 0) is

Re: Laucnhing a web clip form a prc

2003-07-22 Thread Alexandre Barreto
i'm passing the name of the pqa as a parameter to this function so i use DmFindDatabase to get its ID the name i'm using was exemplo is "most.pqa" i'm passing like this with the extension because if i send it without i gets no ID ( remain in 0) is this right? because i don't have anymore clues

Re: Laucnhing a web clip form a prc

2003-07-22 Thread Ben Combee
At 09:50 AM 7/22/2003, José dos Santos Machado wrote: MemPtrSetOwner(parametros, 0); err = SysUIAppSwitch(cardNo,ClipID,sysAppLaunchCmdOpenDB,parametros ); return err; // ErrNone (0) means no error } I don't have the reference guide with me now, but shouldn't you pass the "parametros" param

Re: Laucnhing a web clip form a prc

2003-07-22 Thread José dos Santos Machado
MemPtrSetOwner(parametros, 0); err = SysUIAppSwitch(cardNo,ClipID,sysAppLaunchCmdOpenDB,parametros ); return err; // ErrNone (0) means no error } I don't have the reference guide with me now, but shouldn't you pass the "parametros" parameter as a pointer ? Something like: err = SysUIApp

Re: Laucnhing a web clip form a prc

2003-07-22 Thread Alexandre Barreto
Ok, thnx a lot this is my function now: Err MostraClip (char *pqa) { Err err; DmSearchStateType searchState; UInt32 resultP; UInt16 cardNo; UInt16 flags = 0; LocalID dbID; SysAppLaunchCmdOpenDBType* parametros; LocalID ClipID; err = DmGetNextDatabaseByTypeCreator (true, &searchState,

: Re: Laucnhing a web clip form a prc

2003-07-22 Thread Ben Combee
At 09:19 AM 7/22/2003, Alexandre Barreto wrote: but in the companon it say u can call a web clipping and after it exits return to that point u called it in your program. how can i do that? When the user hits the back arrow, your app will be relaunched using SysUIAppSwitch from the OS. If you sa

: Re: Laucnhing a web clip form a prc

2003-07-22 Thread Alexandre Barreto
but in the companon it say u can call a web clipping and after it exits return to that point u called it in your program. how can i do that? thnx a lot for your help and patience _ MSN Messenger: converse com os seus amigos online.

Re: Diference between Char and char

2003-07-22 Thread Alexandre - Webwork
A diferença é a primeira letra ... - Original Message - From: "Davi Lopes Carvalho" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 11:11 AM Subject: Diference between Char and char > Hi Everybody.. > > > I would like to know what is th

Re: Diference between Char and char

2003-07-22 Thread Aaron Ardiri
> I would like to know what is the diference between using > Char and char...!? nada. PalmTypes.h:typedef char Char; same thing :) the SDK headers are known to have set a new set of typedef's so they dont get confused with standard C types. these include Char, UInt8, UInt16 etc .. all of which

Diference between Char and char

2003-07-22 Thread Davi Lopes Carvalho
Hi Everybody.. I would like to know what is the diference between using Char and char...!? Thanks in advance... Davi Carvalho __ Acabe com aquelas janelinhas que pulam na sua tela. AntiPop-up UOL - É grátis! http://ant

Re: Laucnhing a web clip form a prc

2003-07-22 Thread Ben Combee
At 07:17 AM 7/22/2003, Alexandre Barreto wrote: Thanx! i'm launching the clipper now passing the parameter SysAppLaunchCmdOpenDBType that is a struct with the carNo and DbId of the pqa. but now i got a erro telling me that the web clipping accessed a global variable after PilotMain was called witc

overlay resource has invalid overlayType

2003-07-22 Thread Dyekiss Emil Gergely
Hello, I am developing an application, and its original language is Hungarian. Now I am trying to create an English overlay for it. When I finished the Hungarian version, I have copied and edited the myapp.rcp file and translated Hungarian texts to English. Then I created an overlay, and tried

Re: where/how to store data for later use

2003-07-22 Thread blaman
wow. thats what i call fast and accurate help. thanx :) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

CW 9.0 updater problem

2003-07-22 Thread palm
Hello, I am upgrading to a new machine and so installed CW 9.0. I am now trying to run the update and get the following error: 1) Click on "Check for Updates" and get the error: "An uknown error occurred while accessing C:\DOCUME~1\glenn\LOCALS~1\Temp\UPDTFILE.MWD." Please advise.. (As

Re: where/how to store data for later use

2003-07-22 Thread Flex
Check PrefGetAppPreferences and corresponding "Set" function - that will solve the problem. "blaman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > hi everybody, i´m programming an application for palm OS 4.x and like to > store data (a 160 char long string) when my application is

Re: Laucnhing a web clip form a prc

2003-07-22 Thread Alexandre Barreto
Thanx! i'm launching the clipper now passing the parameter SysAppLaunchCmdOpenDBType that is a struct with the carNo and DbId of the pqa. but now i got a erro telling me that the web clipping accessed a global variable after PilotMain was called witch a launch code that doe snot suport global.

where/how to store data for later use

2003-07-22 Thread blaman
hi everybody, i´m programming an application for palm OS 4.x and like to store data (a 160 char long string) when my application is closed for later use. What would you describe to be the easiest method to do this? i cant write records because my database is a Resource database. Can i write to the

Re: SSLread fails

2003-07-22 Thread Flex
Try to use SslReceive - it will not give you error, it will simply crash the device :) "rajan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I am able to write to an HTTPS server using the SslWrite call. This call > returns no error and returns the number of bytes wrote which i

Re: SslOpen failure

2003-07-22 Thread rajan
got it. Got to use the VerifyCallback... rajan >SslOpen fails with the error code "sslErrVerifyNoTrustedRoot" for ssl >enabled servers with self-signed certificate. Even setting >SslContextSet_Compat with sslCompatAll did not help. Is there anyway to >overcome this problem and make the SSL

PalmOS 5 and Hacking

2003-07-22 Thread Eli Mandel
I wrote an application/driver based on the SrmSetWakeupHandler() to handle incoming data on the serial port while my application is "in the background". In between interrupts, states change and this data previously accessed via the FtrGet()/FtrSet() calls proved to be too time consuming, and were