I am trying to set the BackColor of a button dynamically and not succeeding.
I have a function saveColor() that returns u'red' and have:
self.SaveBtn.DynamicBackColor = saveColor
where self.saveColor returns u'red'
If I do the following in the command window
self.SaveBtn.DynamicBackColor
I get
u'red'
The BackColor  does not change.
I can do self.SaveBtn.BackColor = u'red' and the BackColor changes.
Any tips?
--
Adrian Klaver
[EMAIL PROTECTED]


_______________________________________________
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/dabo-users/[EMAIL PROTECTED]

Reply via email to