Switching ID of list associated to popup trigger

2007-06-26 Thread Luc Le Blanc
Other than calling LstPopupList myself, is there a trick to dynamically change the ID of the list associated to a given popup trigger, as is initially done within the resource? BTW, where it this link ID stored? Not in the ControlType struct according to the API Ref. Luc Le Blanc -- For inform

Re: reading an http response with transfer-encoding: chunked

2007-06-26 Thread Mike Margerum
Nevermind. I was able to find some documentation on the transfer-endocing:chunked. Each "chunk" is preceded by the size of the chunk. Thanks Mike Margerum wrote: I have some code that reads an HTTP response into a large buffer. I first read in the http header. Then I read the data after the

reading an http response with transfer-encoding: chunked

2007-06-26 Thread Mike Margerum
I have some code that reads an HTTP response into a large buffer. I first read in the http header. Then I read the data after the header into a large buffer. The buffer (6096 bytes) is definitely large enough to read the entire contents of the data from the http response. On a few treos (ou

RE: Palm OS 5 Background Threads, Processes

2007-06-26 Thread Ravi.Patel
Thanks for the replies. They've been really helpful. I decided to make try the background download. Been working on it for a week now (without total success). I'm using the Palm 5.4 HTTP Library, and I used the HTTP/peer files from the _HTTPLibTest sample applications as my basis. For the curr

Help with PalmResize

2007-06-26 Thread Sagar Mody
Hi, I want to use the PalmResize shared lib in my CodeWarrior Project using .RSRC resources. All sample that I found were mostly related to GCC and .rcp resource files. Any help on sample project (.mcp) that uses the shared lib of PalmResize to rearrange UI elements or any kick start material. R

Re: Device syncs non-stop!

2007-06-26 Thread f4t3z3r0
I dunno, this could just be me but, maybe the button is just stuck? If you switched the HotSync button to another application and now it's constantly launching that application it just seems to me that it's actually a problem with the button itself. Maybe try pushing it a couple of times and lis

Re: Incoming phone call ??

2007-06-26 Thread Shruti Wadhwa
Thanks a lot Jeff. At least you cleared my doubt. You mentioned that setting a socket non-blocking can be part of the strategy to use the phone as little as possible for data, leaving maximum amount of time for voice. How is that possible ? Is it by setting a timeout to a very small

Re: Device syncs non-stop!

2007-06-26 Thread babbu cathy
I tried to set the Prefs button setting from HotSync button to something else. After changed this setting, device launches that particular screen without stop. For ex., i changed Hotsync button pref to Calc app., now onwards device is launching to Calc app without stop. I did try all the resets

Re: Resource file conversion

2007-06-26 Thread parimala
>>Might be a problem in your settings. >Try creating a new project using >>the wizard. Try compiling it. See if >you still have the problem. The wizard seems to do the job. I was trying to change both the linker as well as the number of segments at one shot. I have let the linker be. Now I have a

Re: Resource file conversion

2007-06-26 Thread parimala
>>There is no need to switch linkers just for multiple segment support >>unless what you need to divide is a PNO or other resources and >you're >>relying on the SBIN splitting that the Palm OS Linker does. Thanks for your reply. I tried converting my application into multisegments without changin