I'm trying to add a checkbox using the addcheckbox method.

I've based this on the gui_template.rex sample and I'm using ooRexx 3.2

In the definedialog method I've added this.
    self~addcheckbox(10,, x, y,,, 'Error Messages')

Then I want to set it as checked so I've added this based on the
documentation:
    self~data10 = 1

But I get an error that DATA10 doesn't exist.

Can anyone tell me what I'm doing wrong?

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network Engineer        Safe Data, Inc.
(910) 285-7200  [email protected]



------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to