On Feb 1, 2008, at 3:50 PM, Adrian Klaver wrote: > self.SaveBtn.DynamicBackColor = saveColor > where self.saveColor returns u'red'
self.SaveBtn.DynamicBackColor = self.saveColor You need the 'self' reference. -- Ed Leafe _______________________________________________ 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]
