Serial Port

2000-05-29 Thread Subrata Chakrabarty
How do I get a call from the os when data arrives at the serial port . Any interrupts are there . I am not using the new serial manager . this is for palmOs ver 3.1 . Regards Subrata -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/de

RE: Possible Bug in OS 3.5 Color Debug ROM

2000-05-29 Thread Ron Nicholson
Thomas Ward [mailto:[EMAIL PROTECTED]] writes: > Well, I'm not sure what else to post. It shows the one variable ... Well, you could post the important details. You talk about 3 different variables without mentioning whether any or all of the 3 variables is optimized, live, dead, aliased, initia

Re: Code Worrior Pro version

2000-05-29 Thread Robert Cohen
It works. I have Win 98 and the new SDK 3.5 lastest upgrade and it is running without that error. Rob -Original Message- From: Hannes Frischat <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Date: Monday, May 29, 2000 8:38 AM Subject: Re: Code Worrior Pro version >gaur

Firewall

2000-05-29 Thread Jason Zhan
Hello folks, Now I am making an application with socket communication. If anybody can tell me how I could pass by the firewall with socket? Thanks in deeply. Jason -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forum

RE: Possible Bug in OS 3.5 Color Debug ROM

2000-05-29 Thread Thomas Ward
>> From: Thomas Ward [mailto:[EMAIL PROTECTED]] >> >> Now I just wish I could get some advice regarding my other question, >> "Possible Bug in OS 3.5 Color Debug ROM", >> http://www.escribe.com/computing/pcpqa/m18212.html ? >Can you post a more complete section of the code? The original posted >

RE: StrPrintF Bug?

2000-05-29 Thread Scott L. Johnson
> From: Thomas Ward [mailto:[EMAIL PROTECTED]] > Now I just wish I could get some advice regarding my other question, > "Possible Bug in OS 3.5 Color Debug ROM", > http://www.escribe.com/computing/pcpqa/m18212.html ? Can you post a more complete section of the code? The original posted problem d

RE: StrPrintF Bug?

2000-05-29 Thread Thomas Ward
Thanks John et. al. for straightening me out on this. As you said, when I added a cast, everything worked perfectly. Now I just wish I could get some advice regarding my other question, "Possible Bug in OS 3.5 Color Debug ROM", http://www.escribe.com/computing/pcpqa/m18212.html ? I think posting

Is there a way to use FrmDrawForm without erase

2000-05-29 Thread Mike Davis
I have to refresh a form but I don't like the blinking effect when I use FrmDrawForm. I would like it to simply redraw without erasing. How can one do this? The form consists of controls, fields and some bitmaps. -- For information on using the Palm Developer Forums, or to unsubscribe, plea

Re: StrPrintF Bug?

2000-05-29 Thread krollin
> Ummm ... > > Forgive my ignorance... > > Your argument seems to indicate that > StrPrintF(display_string, "%s:%c:%s", "str1", 'R', "str"); > should work. > > Whether sizeof('R') is 1 or 2 should be irrelevant ; it should get > promoted to an int because of the varargs promotion rules. > > It a

Re: StrPrintF Bug?

2000-05-29 Thread Adam Wozniak
Ummm ... Forgive my ignorance... Your argument seems to indicate that StrPrintF(display_string, "%s:%c:%s", "str1", 'R', "str"); should work. Whether sizeof('R') is 1 or 2 should be irrelevant ; it should get promoted to an int because of the varargs promotion rules. It also seems that you an

Re: Code Worrior Pro version

2000-05-29 Thread Steve Jackson
Hi Gaurav, I am using Win 2000, CW 6, POSE 3.0a6, and SDK 3.1. This combination is working productively for me. But, I've run into a few glitches since I first started using the combination. Some comments: 1. The "BDWM not found" error sometimes occurs in my combination. But, this is easily reso

RE: Query about the List Control

2000-05-29 Thread Scott L. Johnson
> From: Neelesh Chitari [mailto:[EMAIL PROTECTED]] > The number of visible items in the list is set to three. > So when number of records are greater than three it shows a > down arrow So far so good... > But when that down arrow is clicked I get an error saying > "preformed BUS ERROR" That

Re: StrPrintF Bug?

2000-05-29 Thread palm
I read the digest, so maybe I missed a reply saying the same thing. Although the problem is of some interest and warrants discussion, I would suggest that you just avoid running into the problem in the first place. Unless you are trying to test the compiler behavior: Rather than: StrPri

RE: Freeing handle without unlocking it

2000-05-29 Thread Scott L. Johnson
> From: Jose Manuel Guerra Chapa [mailto:[EMAIL PROTECTED]] > Hello, I wanted to know the implications that might arise if > for some reason I call MemHandleFree on a locked chunk of memory (via > MemHandleLock). The application does not report an error That's perfectly legal. The Memory Mana

IrOBEX implementation

2000-05-29 Thread Christopher Gilmore
Hi there, I'm building an implementation of IrObex over the low level ir. I have gotten it to the point where the Exchange Manager on the receiving palm gives me the correct responses for CONNECT and DISCONNECT but when I try a put, the connection is lost without getting any response from the

Re: NetLibSelect and EventLoop errors

2000-05-29 Thread palm
>*When using NetLib redirection, NetLibSelect doesn't support the > use of sysFileDescStdIn or sysFileDescStdOut. The workaround for this while developing/testing is to establish an actual PPP connection with POSE and bypass the NetLib redirection. This is relatively easy if you're using

Re: bitmaps

2000-05-29 Thread Ken Krugler
At 12:00am -0700 00-05-29, Palm Developer Forum digest wrote: >Subject: Re: bitmaps >From: "gaurav palvia" <[EMAIL PROTECTED]> >Date: Mon, 29 May 2000 11:04:07 +0530 >X-Message-Number: 29 > >Thnax a lot Ken for ur detailed response i will be highly thankul if u clear >a few more doubts regarding b

re: error in SysKeyboardDialog()...

2000-05-29 Thread Ken Krugler
At 12:00am -0700 00-05-29, Palm Developer Forum digest wrote: >Subject: re: error in SysKeyboardDialog()... >From: "Tom B." <[EMAIL PROTECTED]> >Date: Mon, 29 May 2000 02:34:59 -0400 >X-Message-Number: 32 > >strange error in my app, but here it is: > >1) run about a million gremlin events in the 3

Gremlin question

2000-05-29 Thread Tim Astle
I haven't been able to find a good reference on gremlins, so I figured I might as well ask some experts :-) 370.633 (33461): <- EvtGetEvent: keyDownEventKey:0x109 (vchrKeyboard), Modifiers: 0x0008 370.633 (33461): --- System Call 0xA0A9: SysHandleEvent. 370.633 (33461): --- System Call 0xA23

Re: Code Worrior Pro version

2000-05-29 Thread Ben Combee
"gaurav palvia" <[EMAIL PROTECTED]> wrote in message news:12792@palm-dev-forum... > > i m palnning to buy Code Worrir professional ver for Palm os. > i have few doubts: > > 1). does the professional ver also affected by the Bug "BDWM Not found > Error". > 2).does it work perfectly on Win2000 > > i

Re: Freeing handle without unlocking it

2000-05-29 Thread Tim Astle
MemHandleLock "locks down" a moveable chunk of memory. For every lock, you should unlock it to allow the memory manager to handle the moveable chunk of memory. (MemHandleUnlock) Using MemHandleFree, allows this piece of memory to be written over. For example, in a common function used by many

.rsrc to .pdb?

2000-05-29 Thread Bulent Gecer
Is there a way to convert a codewarrior .rsrc file to a .pdb resource database? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Freeing handle without unlocking it

2000-05-29 Thread Jose Manuel Guerra Chapa
Hello, I wanted to know the implications that might arise if for some reason I call MemHandleFree on a locked chunk of memory (via MemHandleLock). The application does not report an error, but I wanted to know the implications of this. I am using PalmOS 3.3 and the PalmOS 3.5 SDK. -- Jose Manue

Re: Code Worrior Pro version

2000-05-29 Thread Hannes Frischat
gaurav palvia wrote: > i m palnning to buy Code Worrir professional ver for Palm os. > i have few doubts: > > 1). does the professional ver also affected by the Bug "BDWM Not found > Error". > 2).does it work perfectly on Win2000 I don't know about Win2000 but if you combine CodeWarrior V6 with

Re: extra nil events in Emulator?

2000-05-29 Thread Dave Johnson
Curtis Clauson wrote: >Actually the nilEvent can occur in a variety of other circumstances depending >on which OS version or hardware platform you have. You should never use a >nilEvent as a dependable measure of time. Always check the absolute time or >time passed and make the decision yourself.

Re: [RE: Query about the List Control]

2000-05-29 Thread Neelesh Chitari
Hi Jason, I am letting the list handle the drawing of the items and notusing a callback. Neelesh. "Jason Davidson" <[EMAIL PROTECTED]> wrote: Are You using a call back for your list or are you letting the list handle the drawing of the items in the list? Jason -Original Message- Fr

RE: Query about the List Control

2000-05-29 Thread Jason Davidson
Are You using a call back for your list or are you letting the list handle the drawing of the items in the list? Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Neelesh Chitari Sent: Monday, May 29, 2000 8:28 AM To: Palm Developer Forum Subject: Qu

Re: Query about the List Control

2000-05-29 Thread Sam Charette
I don't know why you would get a bus error, maybe something isn't terminated properly, but what I do know is that I have never had to write scrolling code for a list. I build it using the same function you used and the scrolling was always automatically implemented and without errors. Sorry I ca

Totally Confused...

2000-05-29 Thread Dinesh
hi, I am using win98/gcc/emulator. the following error came while I debug my program. I didn't set any breakpoints. And I am totally confused. what would be the problem? Thank You, Dinesh. Remote debugging under PalmOS using localhost:2000 Waiting

Code Worrior Pro version

2000-05-29 Thread gaurav palvia
i m palnning to buy Code Worrir professional ver for Palm os. i have few doubts: 1). does the professional ver also affected by the Bug "BDWM Not found Error". 2).does it work perfectly on Win2000 i m using CodeWorrior Lite Ver 6 for Palm which when reuns on 2000 shuts down abruply and has got t

Re: OS 3.5 memory leak?

2000-05-29 Thread Aaron Ardiri
> > Subject: Re: OS 3.5 memory leak? > > From: Aaron Ardiri <[EMAIL PROTECTED]> > > > > hopefully, Palm will release a new 3.5 rom OR at least a > > software patch > > for this problem.. i am creating my own roms for my > > devices, using the > > dr4 release and adding "Victor" to them :)

Re: MemPtrNew and MemPtrResize

2000-05-29 Thread Steve Jackson
Hi Rhys, You can use MemPtrRecoverHandle using a pointer obtained by calling MemPtrNew. Yes. You can do this (if you must): 1. MemPtrNew 2. Use the chunk. 3. MemPtrRecoverHandle 4. MemHandleUnlock 5. MemHandleResize 6. MemHandleLock 7. Use the enlarged chunk. 8. MemHandleUnlock (or MemPtrUnlock)

Re: OS 3.5 memory leak?

2000-05-29 Thread THALER Laurent
> -Message d'origine- > De: Palm Developer Forum digest > Subject: Re: OS 3.5 memory leak? > From: Aaron Ardiri <[EMAIL PROTECTED]> > > hopefully, Palm will release a new 3.5 rom OR at least a > software patch > for this problem.. i am creating my own roms for my > devices, usin