#1208: DynamicBackColor for dTextBox not working
------------------------+---------------------------------------------------
 Reporter:  uwe_grauer  |       Owner:  somebody
     Type:  defect      |      Status:  new     
 Priority:  major       |   Milestone:  0.9.2   
Component:  ui          |     Version:  0.9.1   
 Keywords:              |  
------------------------+---------------------------------------------------
 I noticed that setting the DynamicBackColor for dTextBox isn't working
 any more. I'm using this for a long time for ReadOnly dTextBox to have
 the same background color as the underlying form.

 For testing you can use dTextBox in DaboDemo.py

 Change line 16 to:
 {{{
 txt = dabo.ui.dTextBox(self, Name=_("PlainTextBox"),
                        DynamicBackColor=lambda:txt.Form.BackColor,
                        Value=_("Test it out and see"))
 }}}

 My versions:
 {{{
 Platform: GTK
 Python Version: 2.5.2 on linux2
 Dabo Version: Version 0.9.1; Revision 5085
 UI Version: 2.8.9.1 on wxGTK (gtk2)
 }}}

-- 
Ticket URL: <http://trac.dabodev.com/ticket/1208>
Dabo Trac <http://trac.dabodev.com>
Trac Page for Dabo

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to