well,,nope,,I dont get anything drawn..what I have is this..

case GraphDisplayButton:
                                        {
                                        int n,y;
                                        double x;

                                        for (n = 0; n < 180; n++)
                                        {
                                                x = 4 * n *(RADDEG);
                                                y = sin(x);
                                                WinDrawPixel(n,80+y);
                                        }
                                        handled = true;
                                        break;
                                        }

where RADDEG =(180.0/PI)

>From: "Mike Shubeck" <[EMAIL PROTECTED]>
>Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]>
>To: "Palm Developer Forum" <[EMAIL PROTECTED]>
>Subject: RE: hello..
>Date: Wed, 31 Jul 2002 16:33:28 -0500
>
>You need to be more specific as to what is giving you trouble.  Do you get
>any drawing done?
>
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Al
> > Smith
> > Sent: Wednesday, July 31, 2002 2:08 PM
> > To: Palm Developer Forum
> > Subject: hello..
> >
> >
> >
> > Hello everyone,
> > I have been trying to plot graphs such as the
> > sine,cosine,etc. inside a
> > gadget,but I keep going in circles..I was wondering does
> > anyone have a
> > simple c source code to perform this task..thanks in advanced
> > for your time
> > and help.
> >
> >
> > _________________________________________________________________
> > MSN Photos is the easiest way to share and print your photos:
> > http://photos.msn.com/support/worldwide.aspx
> >
> >
> >
> > --
> > For information on using the Palm Developer Forums, or to
> > unsubscribe, please see http://www.palmos.com/dev/support/forums/
> >
>
>
>
>--
>For information on using the Palm Developer Forums, or to unsubscribe, 
>please see http://www.palmos.com/dev/support/forums/




_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to