Ed Leafe wrote:

> 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")()

No, appdev code would still be:

txt.FontSize += 2


...but our property getter/setter machinery would interact with the 
_proxyget/set.

-- 
pkm ~ http://paulmcnett.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