Re: Memory management

2005-11-30 Thread Ken Corey
[EMAIL PROTECTED] wrote: >Hi, i just started Palm dev today and read A LOT of stuff on the SDK so much >that i aint sure where im at now. I havent programmed C in a long time too so >please be very explicative in your anwsers. > >My question is, do i have to allocate any structure or variable i

Re: how ro create scrollbars dynamically

2001-06-29 Thread Ken Corey
s, and machines with 4/8/16 bit displays. -- Ken Corey, CTOAtomic Interactive, Ltd. [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Math library (sin,cos,...)

2001-01-18 Thread Ken Corey
How accurate does it need to be? If you need great accuracy, use the mathlib. If you don't need such accuracy, use lookup tables. The code pon Ka-Ping Yee's web site has a good example. http://www.lfw.org/pilot/ Look for 'Polyhedra'. The fixed-point math stuff is shown in fixed.h, and is *qu

Re: Horizonal Scrollbars

2001-01-17 Thread Ken Corey
A couple of years ago (my how time flies) I played with this. I've made the file available at: http://195.167.153.42/palm/kscrollbar.zip Keep in mind that I wrote this 2 years ago...so you know as much about it as I do...;^) However, it's a more-or-less drop-in replacement for vertical scrollba