Hi All, I have a question about manually setting the value of a dCheckBox. It doesn't specify in the API Documentation<http://paul.dabodev.com/doc/api/dabodoc/dabo.ui.uiwx.dCheckBox.dCheckBox.html#Properties_Value>whether this property is read/write at runtime or not, though I assume it is, just like all the other data controls. In my app, I have been unable to set this property at all, and I was wondering if there's something I should know concerning setting this particular property.
In case you need more detail about my specific project, I'm running Win Vista with Python 2.5.4 with Dabo r5279. I've developed this app in the ClassDesigner. I'm trying to set the value in the afterInitAll() method of dForm with a 1 or 0 for True/False, but never reflects the given value and doesn't give an error. It wouldn't make sense to try binding this field to a data set since there's no associated database, just a configuration file I wrote myself with values in it for each of the data controls. Any help would be very appreciated, Mike M. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
