[Mono-dev] RightToLeftLayout functions
Jonathan Pobst
monkey at jpobst.com
Sat Mar 8 12:01:59 EST 2008
I don't really think there are many left to be stubbed. The only places
I see ones that are missing or throw notimplement are:
- AxHost - we don't support any of this, everything throws notimplement
- DataGridView - we aren't supporting this in time for Mono 2.0
- WebBrowser - andreia is taking care of implementing and stubbing
everything here
All the other ones are already implemented as TODO, unless I am missing
something?
Jonathan
Dennis Hayes wrote:
> I am considering going through and stubbing out the RightToLeftLayout
> functions that are missing, and adding ToDO: needs implementing.
> Why?
> 1) These show up a good bit in the MoMa reports.
> 2) If they are missing, or even throw notimplment, the application
> will not run.
> 3) If the sets do nothing, and the gets always return false (or a
> value from the parent or client) it will be correct in almost all cases,
> and worst case, will be displayed backwards. This seems beter than
> always crashing.
> Good idea?
> Bad Idea?
> Comments or suggestions?
>
> Thanks,
> Dennis
>
> ------------------------------------------------------------------------
> Never miss a thing. Make Yahoo your homepage.
> <http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
More information about the Mono-devel-list
mailing list