Re: Wireless Application slow on Treo 600/650

2005-08-25 Thread pmotdev
Hi Patrick, No on simulator. I didn't see it on the website...? On Tue, 23 Aug 2005, Patrick Vuichard wrote: [EMAIL PROTECTED] a écrit, le 23/08/2005 14:29 : Hello Patrick, Do you know anyway around this? I fact, I can see that you're using the port 80, so my hypothesis is

Re[2]: Wireless Application slow on Treo 600/650

2005-08-25 Thread pmotdev
Hi, You mean in the tomcat servlet/apache server? I don't send data on the PDA, I receive.. On Tue, 23 Aug 2005, A.Kazantsev wrote: Try to send data in small chunks (I used to send in chunks of 536 bytes) and to hold on between the chunks for period of time necessary to push the previous

Re: Wireless Application slow on Treo 600/650

2005-08-23 Thread pmotdev
Hello Patrick, Do you know anyway around this? On Tue, 23 Aug 2005, Patrick Vuichard wrote: [EMAIL PROTECTED] a écrit, le 22/08/2005 20:40 : I found out the slowness in this is in the socket receiving data. Why is the Treo (and seems all sprint phones at least?) are so slow to receive

Wireless Application slow on Treo 600/650

2005-08-22 Thread pmotdev
Hi all, My application (MD on Tap) is being reported very slow on Treo 600/650's and I am not sure where to begin. I have tested on tungstens, clie's, etc and its all fine. Is there some info/etc that would discuss slowness issues with treo 600/650's? Thanks -- For information on using

Re: Wireless Application slow on Treo 600/650

2005-08-22 Thread pmotdev
Hi all, I found out the slowness in this is in the socket receiving data. Why is the Treo (and seems all sprint phones at least?) are so slow to receive data, yet the browser on the computer is fast! I am using the POL library like so: CNetLibClientStream sock(nlib,

Re: Treo scroll buttons and POL

2004-12-16 Thread pmotdev
A bit more on this. POL has an event handler like so: EVENT_MAP_KEY_DOWN_ENTRY(Character code, Command modifier, Event handler) So I assuming the character code I want is 'vChrPageDown' and 'vChrPageUp' but what is the command modifier to properly catch? On Thu, 16 Dec 2004, Manpreet Singh

Re: Treo scroll buttons and POL

2004-12-16 Thread pmotdev
I may be able to figure it out from that. Thanks. The below code is trapping every key down code then examinging it to see if its vChrPageUp. Was hoping POL would encapsulate this a bit, but if I have to I can work from this. So if anyone has done it in POL, I'd love to see it. Thanks!

Solution code here,...Re: Treo scroll buttons and POL

2004-12-16 Thread pmotdev
FYI for future people's needs: in your class add: Boolean OnKeyDown(EventPtr pEvent, Boolean bHandled); Boolean OnKeyUp(EventPtr pEvent, Boolean bHandled); . EVENT_MAP_KEY_DOWN_ENTRY(0x000C, 0, OnKeyDown) EVENT_MAP_KEY_DOWN_ENTRY(0x000B, 0,

Treo scroll buttons and POL

2004-12-16 Thread pmotdev
Hello, Does anyone know how to capture the Treo (or tungsten C or any other device for that matter) scroll button events? I'd like to tie in the scroll button's on the device to my scroll bars in my POL C++ application. thank you, Glenn Ford Software Engineer PubMed On Tap (Palm PocketPC

Simulator 5.2 problems?

2004-07-29 Thread pmotdev
Hello, Has anyone had problems running the simulator (v5.2) where on stop up syncing your stylus, it takes many minutes between taps? Everything is REAL sluggish. This problem doesn't happen on all machines or all the time. Any experience in dealing with this is much appreciated. Thanks in

WebBrowser and Palm 5?

2004-03-19 Thread pmotdev
Hello all, I am trying to get the webbrowser working in palm 5 (btw, is a form of this workable in palm 4?), but I am having a problem. I took the function directly from the palm webbrowser 2.0 documentation called Creating Web-Enables Apps.pdf. the function is Err WebBrowserCommand(Boolean

POL/CNetLib bug (I think)

2004-01-29 Thread pmotdev
I emailed to pol, but not sure if they are alive as their website seems down, so posting here hoping Ben or someone can help me out! Hello, I tried to post this to your forum, but it seems nothing but the home page works? Anyway here is the problem. If you run a Palm Emulator (I am using

Re: POL/CNetLib bug (I think)

2004-01-29 Thread pmotdev
OK Ben. I will test it there. The whole reason I am doing this is because the Tungsten C seems to behave in the same way. IE, Open is called and returns no error.. Know anything about TC and netlib issues? On Thu, 29 Jan 2004, Ben Combee wrote: At 07:29 AM 1/29/2004, [EMAIL PROTECTED]

codwarrior 9 error/problem

2003-12-16 Thread pmotdev
Whenever I try to run or debug my (old) application in Codewarrior I get the following error: Failed to download the Palm OS database. The database may have been protected with DmDatabaseProtect().” I have done the following to try and fix it: 1) Rebooted my Machine 2) Did a hard reset

Re: codewarrior problem

2003-12-16 Thread pmotdev
Was this in reference to my earlier problem? On Tue, 16 Dec 2003, Matthew Henry wrote: And you are including common.h? Either in your header file or every .cpp file that includes your header file. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: codwarrior 9 error/problem

2003-12-16 Thread pmotdev
On Tue, 16 Dec 2003, Matthew Henry wrote: 1. I am already running my app in the emulator/simulator. You can't be running the app when you start debugging. It's not. 2. I have a phantom simulator process still running that codewarrior is trying to connect to. In which case I go to the

Re: codwarrior 9 error/problem

2003-12-16 Thread pmotdev
Ahh, I get a different error message. I get: Could not install the Palm OS file PubMedonTap.prc because a duplicate 'Tbmp'(3000) resource was found. This clues me in to a warning I just started getting (and can't figure out). from codewarrior that says: PalmRez Warning: Duplicate resources

Re: codwarrior 9 error/problem

2003-12-16 Thread pmotdev
OK - I fixed the problem by renaming by bitmap family that had ID 3000 and 3001 to 4000 and 4001. This still doesn't explain the problem to me satisfactorily. Since no other bitmap family was using ID 3000/3001??? On Tue, 16 Dec 2003 [EMAIL PROTECTED] wrote: Ahh, I get a different error