Re: Pacifier windows..?

2008-05-29 Thread Pablo Valle
You can try also this, frm = FrmInitForm(WaitForm); FrmSetActiveForm(frm); FrmDrawForm(frm); while (foo){ do something } FrmReturnToForm(0); It works for me. Just remember to check the (save behind) Hope it helps Pablo Valle Dave Johnson [EMAIL PROTECTED

RE: Serious Palm FloatNumber problem

2008-05-28 Thread Pablo Valle
neither closer. Maybe next OS we will have it fixed. Pablo Valle -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Epstein Sent: Martes, 19 de Septiembre de 2000 5:03 pm To: Palm Developer Forum Subject:RE: Serious Palm FloatNumber problem

RE: Serious Palm FloatNumber problem

2008-05-28 Thread Pablo Valle
precision of the binary way it is stored, you have a potential round off problem. On Tue, 19 Sep 2000, Pablo Valle wrote: OK, OK, I recognize that the error comes through because the exponent of (y) is 0 thus the precision is 1E-16, but after all, the answer from FlpCorrectedSub should

RE: Serious Palm FloatNumber problem

2008-05-28 Thread Pablo Valle
] [mailto:[EMAIL PROTECTED] On Behalf Of John Marshall Sent: Martes, 19 de Septiembre de 2000 11:36 am To: Palm Developer Forum Subject:Re: Serious Palm FloatNumber problem Pablo Valle [EMAIL PROTECTED] wrote: [...snip... 0.99 - 1 ...] will give a result of -9.8067111E-7

Serious Palm FloatNumber problem

2008-05-28 Thread Pablo Valle
Hi all, I think that this is a serious problem with the FloatMgr (SDK 3.5 that comes from the NewFloatMgr in SDK 3.1), IT CAN'T SUBSTRACT !! The result for something like this Uint16accuracy=0; FlpCompDoublex, y; x.d = 0.99; y.d = 1; x.fd = FlpCorrectedSub(x.fd, y.fd, Accuracy);

Problems to get registered

2008-05-28 Thread Pablo Valle
in Peru (SouthAmerica). Can somebody help me in this process??. How can I accelerate this process??. Any help will be appreciated. Regards, Pablo Valle -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

RE: Digitizer problems

2008-05-28 Thread Pablo Valle
Hi, I don't know why, but my Palm V, has the same problem, and the only way that I solved is a) a HardReset (thus going to the calibration app) and b) making a simple program that set the calibrate after reset to TRUE, UInt32 PilotMain(UInt16 launchCode, MemPtr cmdPBP, UInt16 launchFlags) {

RE: How do I enter to debug mode in a m515??

2002-12-24 Thread Pablo Valle
Ben, thank you very much for your tip, I'm trying it but it's not working. I only get a blank screen with a green line at the bottom, but no small blinking square, the NEXT button appears (the port is open), but I get the error Bad response packet received from the handheld when I click the next

How do I enter to debug mode in a m515??

2002-12-23 Thread Pablo Valle
Hi all, I'm trying to enter into debug mode with my m515, doing the pin reset while pressing the down scroll button but, it never shows the blinking square. When I do the shortcut dot 1(debug mode), the serial connection is made, but the blinking square never appears, and I cannot reflash the

Re: Pacifier windows..?

2000-10-06 Thread Pablo Valle
You can try also this, frm = FrmInitForm(WaitForm); FrmSetActiveForm(frm); FrmDrawForm(frm); while (foo){ do something } FrmReturnToForm(0); It works for me. Just remember to check the (save behind) Hope it helps Pablo Valle "Dave Johnson" [EMAIL

Re: Feature Manager vs. Preferences

2000-09-26 Thread Pablo Valle
Just a short question. How long my preferences could be? just a few bytes or they can go up to 1K? Regards, Pablo Valle "Peter Epstein" [EMAIL PROTECTED] wrote in message news:25487@palm-dev-forum... Features are lost on a soft reset, so they're not appropriate for state tha

RE: Serious Palm FloatNumber problem

2000-09-20 Thread Pablo Valle
neither closer. Maybe next OS we will have it fixed. Pablo Valle -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Peter Epstein Sent: Martes, 19 de Septiembre de 2000 5:03 pm To: Palm Developer Forum Subject:RE: Serious Palm FloatNumber

Serious Palm FloatNumber problem

2000-09-19 Thread Pablo Valle
Hi all, I think that this is a serious problem with the FloatMgr (SDK 3.5 that comes from the NewFloatMgr in SDK 3.1), IT CAN'T SUBSTRACT !! The result for something like this Uint16accuracy=0; FlpCompDoublex, y; x.d = 0.99; y.d = 1; x.fd = FlpCorrectedSub(x.fd, y.fd, Accuracy);

RE: Serious Palm FloatNumber problem

2000-09-19 Thread Pablo Valle
] [mailto:[EMAIL PROTECTED]] On Behalf Of John Marshall Sent: Martes, 19 de Septiembre de 2000 11:36 am To: Palm Developer Forum Subject:Re: Serious Palm FloatNumber problem Pablo Valle [EMAIL PROTECTED] wrote: [...snip... 0.99 - 1 ...] will give a result of -9.8067111E

RE: Serious Palm FloatNumber problem

2000-09-19 Thread Pablo Valle
the same precision of the binary way it is stored, you have a potential round off problem. On Tue, 19 Sep 2000, Pablo Valle wrote: OK, OK, I recognize that the error comes through because the exponent of (y) is 0 thus the precision is 1E-16, but after all, the answer from FlpCorrectedSub should

Problems to get registered

2000-09-12 Thread Pablo Valle
in Peru (SouthAmerica). Can somebody help me in this process??. How can I accelerate this process??. Any help will be appreciated. Regards, Pablo Valle -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: Digitizer problems

2000-09-10 Thread Pablo Valle
Hi, I don't know why, but my Palm V, has the same problem, and the only way that I solved is a) a HardReset (thus going to the calibration app) and b) making a simple program that set the calibrate after reset to TRUE, UInt32 PilotMain(UInt16 launchCode, MemPtr cmdPBP, UInt16 launchFlags) {