Ok, thank you. That is what I did and it works. However, the next question I
have is can I have it do something when the check box is changed without
having to click a button?

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network Engineer        Safe Data, Inc.
(910) 285-7200  da...@safedatausa.com



-----Original Message-----
From: Mark Miesfeld [mailto:miesf...@gmail.com] 
Sent: Monday, January 04, 2010 3:41 PM
To: Open Object Rexx Developer Mailing List
Subject: Re: [Oorexx-devel] Using the addcheckbox method


On Mon, Jan 4, 2010 at 12:29 PM, David Ruggles <da...@safedatausa.com>
wrote:

> according to the documentation, if you leave the second argument blank it
> should be data || id so in this case data10 which is what was confusing
me.

Unfortunately, there are many spots in the ooDialog that are either
incomplete, misleading, or wrong.  It was the way the doc was that we
inherited.

In the case of a check box control, if you leave the attribute blank,
I believe it creates the attribute from the label of the button:
ERRORMESSAGES should  be the attribute name.  If the label is omitted,
then I think it uses DATA10.

It is actually rather difficult to predict what the attribute name is
going to be; you're probably better off naming it explicitly in your
code.

--
Mark Miesfeld

----------------------------------------------------------------------------
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to