Re: A bit off topic: Win2K vs. XP professional with Palm dev. tools

2003-12-20 Thread Aaron Ardiri
> There are configuration options that can make XP look almost > exactly like Win2K. thats what i run.. hate that green/blue thing they did :) also, turn off all the fancy stuff, there are around three screens you want to dig up to disable all the junk :) --- Aaron Ardiri [EMAIL PROTECTED] http:

Stack Size for PNO calls

2003-12-20 Thread Abhishek Tomar, Noida
> Hi > > I am facing a problem of Stack overflow in my PNO(ArmLet). > All i know is, there is a seperate stack size for PNO.The method to > increase the stack size for 68K application is in CodeWarrior IDE.Is there > any method to increase the stack size of ArmLet(PNO). > I have gone through the a

Nil Event vs GUI control

2003-12-20 Thread Abhishek Tomar, Noida
Hi, I am doing CPU intensive task on Nil event. But still I am unable to get control over my GUI buttons. Only when I click the button 3-4 times successively, I get the corresponding CtlSelectEvent on the button. What could be the possible reason for not getting control on GUI? When I debu

Help Debugging with GCB

2003-12-20 Thread Robert Simmons
Greetings. I have been trying to get GDB to attach to the T3 simulator with no luck. I would be greatful if someone would point me to what I am doing wrong. First of all, I compiled the little example using my makefile, the output of which is below: ---

Re: XML Tools for Palm

2003-12-20 Thread Marcel
I don't know if this is what you are looking for, but here's a good API for parsing XML: http://cytheric.net/palm-xml/ "Robert Simmons" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Does anyone know any XML tools small enough to be appropriate to usage by a palm > application. IM

Re: Help Debugging with GCB

2003-12-20 Thread Dave Lasker
You need to run "gdbpanel" to use gdb with any of the simulators. You can get it from the prc-tools sourceforge download page at http://prdownloads.sourceforge.net/prc-tools/prc-tools-samples.zip?download. Dave "Robert Simmons" wrote in message news:[EMAIL PROTECTED] > Greetings. I have been try

Re: Adding a scrollbar dynamically

2003-12-20 Thread Ben Combee
At 05:25 AM 12/19/2003, Alexander Lange wrote: Hello folks, I am writing an application that is launched through the command bar. It starts on top of other applications (for looking up something), so I don't have global variables nor can I open resources. Therefore I must create the form myself

Re: Expanded Mode Tables and WinDrawChars

2003-12-20 Thread Ben Combee
At 07:24 AM 12/19/2003, Andrés Ramírez wrote: This is my routine static void vwClientesDraw(MemHandle recHandle, RectanglePtr bounds,UInt16 puinRowSel,UInt16 puinRecIdSel) { According to your suggestion I hardcoded a string inside the routine 1. the string "hi" is being painted 2. but the content

Re: URGENT : SndStream limitation

2003-12-20 Thread Ben Combee
At 11:03 AM 12/19/2003, Chris Apers wrote: yes, I need to code some PNOlets but i can't test them. :( since i don't have an OS5 device and it seems i can't compile a DLL of a code written using PACEInterfaceLib. :(( Get thee to a OS 5 device! You can get a refurbished Tungsten T for under $200 if

Re: Dynamically changing the size of a form

2003-12-20 Thread Ben Combee
At 01:08 PM 12/19/2003, Phil Hartley wrote: I have read the API carefully and I can see no way to resize a form dynamically. Have I missed something or is there a way to achieve this result with a different approach? I'm trying to resize a form to fit correctly on a T3 in 160 x 240 and 240 x 160

Re: CodeWarrior: #IF SIZEOF(struct) == X ?

2003-12-20 Thread Ben Combee
At 05:02 PM 12/19/2003, Peter Easton wrote: Hi, I'm looking to receive some kind of compile-time notification if a structure size isn't what I'd expect it to be. Something like: #IF SIZEOF(MyStructType) != 100 DISPLAY "Oops, there's problem" You can't do this with the preprocessor since it doesn'

Re: URGENT : SndStream limitation

2003-12-20 Thread Ben Combee
At 10:48 AM 12/19/2003, Chris Apers wrote: If i use * or / operator or functions in another segment it crashes because it can't reach them. The code use many encoders that use more than 64k (called by the callback). You're example may work with ARM code, but i can't do that with 68k app, and my cod

Re: Adding a scrollbar dynamically

2003-12-20 Thread Ken Krugler
I am writing an application that is launched through the command bar. It starts on top of other applications (for looking up something), so I don't have global variables nor can I open resources. I'm curious as to why you can't get access to resource data. Anyway, as you've discovered, without bei

Re: NetLib Socket connection to a Java Servlet

2003-12-20 Thread Marcel
Thanks, Vu, for your suggestion. I'm sure this would have helped, but after more than 2 full days of investigating, I found the error: I passed a pointer to a pointer to the data to the NetLibSend() function, instead of a pointer to the data. It turned out that UTF8 is the right thing to use in con

RE: Stack Size for PNO calls

2003-12-20 Thread steve
... Put the stack somewhere else, I guess the best idea is a place in memory where it will not conflict with anything else. Steve > -Original Message- > From: [EMAIL PROTECTED] [mailto:bounce-palm-dev- > [EMAIL PROTECTED] On Behalf Of Abhishek Tomar, Noida > Sent: Saturday, December 20, 2

memDebugModeScrambleOnChange crashes on pre OS5.3

2003-12-20 Thread Magnus Berg
Hi I've been trying to use the MemSetDebugMode with memDebugModeScrambleOnChange to pin down *my* bugs but I'm not sure the crash I see here is my doing. When I run the program below on a real device (T|T or T3) or on a simulator with Palm OS lower than 5.3 (T|T, Z|71, T|C, T|T3, PalmSource 5.2 or

RE: C++ Palm Development (Newbie)

2003-12-20 Thread amir syed
Hi, I remember Mr. Ben Combee sending us an e-mail with an attachement of a presentation he gave at a Palm conference about using C++ for palm development. Ben ,if you could send that attachement again I would appreciate it. Sincerely, Aamir From: "Robert Simm

RE: C++ Palm Development (Newbie)

2003-12-20 Thread Ben Combee
At 07:40 PM 12/20/2003, amir syed wrote: Hi, I remember Mr. Ben Combee sending us an e-mail with an attachement of a presentation he gave at a Palm conference about using C++ for palm development. Ben ,if you could send that attachement again I would appreciate it. I won't