I see a check box control created on the form with the mentioned code. I
use Codewarrior 8. what's the keyword to create button control, I tried
to use various keywords , nothing worked

Regards,
Sadanand

-----Original Message-----
From: Archivator [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 11, 2003 2:28 PM
To: Palm Developer Forum
Subject: Re: Dinamically button creation

Thanks for your answer, but still the same picture on my screen :) there
is
no any buttons, and also no error's:).
Here is necessary just this functinon? Nothing else ?

I use Codewarrior 8.

Please help as possible :)

Thanks.


"Hangzm" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
>
>       CtlNewControl((void **)&frmPtr,
>                                     5000,
>                                     checkboxCtl,
>                                     "fdfd",
>                                     1,
>                                     2,
>                                     40,
>                                     34,
>                                     boldFont,
>                                     NULL,
>                                     true);
>
> "Archivator" <[EMAIL PROTECTED]>
写入消息新闻:[EMAIL PROTECTED]
> >
> > HI,
> >
> > I'm codewarrior beginner :). I have a small problem. How can I make
> buttons
> > which are dynamically created and erased with the same ResourceID.
> >
> > Programmed as below:
> >
> > CtlNewControl ((void **)&frmP, 1323, checkboxCtl, "Hello" , 1, 1,
15,
11,
> 1,
> > 1, true);
> >
> > But unfortunately it's doesn't work:(. Maby you could help me with
tis
> stuff
> > :).
> > There is no error's, but there are no buttons either :) nothing
happens.
> >
> > Please do help.Thanks.
> >
> >
> >
> >
>
>
>
>



-- 
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/

Reply via email to