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.

tb = dabo.ui.dTextBox(self, DataSource="USR",
        DataField="vorname",ReadOnly=True,
        BorderStyle=None,
        DynamicBackColor=lambda:tb.Form.BackColor,
        FontBold=True)

Any hints on why this stopped working?

Uwe

_______________________________________________
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]

Reply via email to