On May 3, 2007, at 4:27 AM, Simen Haugen wrote:
> This doesn't actually clear the selections. To unselect a radiolist I
> have to set PositionValue = -1
From dControlItemMixin:
def clearSelections(self):
""" Stub method. Only used in the list box, where there
can be multiple selections.
"""
pass
Out of the various "control with items" controls, only dListBox and
dCheckListBox can contain multiple selections, and these are the only
controls that implement this method.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
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/%(messageid)s