On Nov 16, 2007, at 12:23 PM, Paul McNett wrote:

> You get the idea.

        Not quite. Let's say I have a textbox, and have code like:

txt.FontSize += 2
txt.update()

        Are you saying that now this all has to be re-written as:

txt._proxyset("FontSize", txt._proxyget("FontSize"))
txt._proxyget("update")()

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




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

Reply via email to