[Mono-dev] Win Patches for Datagrid (first here) then idle

Rob Wilkens robwilkens at gmail.com
Tue Jun 19 10:53:20 UTC 2012


BTW - Don't feel like you have to do this today, at this point the
WinForms patches are not holdng me up from taking on a new non-winforms
bug to tackle.  Thanks again to whomever that was that provided me
guidance on how to start a clean branch based on the mono/master branch.

-Rob

On 06/19/2012 06:29 AM, Rob Wilkens wrote:
> I don't know that _i_ am capable of doing the attached test in fewer
> lines.  Anyone who can provide guidance on which method i should
> otherwise use: Advice is welcome.
>
> Part of the issue is when XML is loaded, invisible (non-browsable) "ID"
> fields are created to link an xml key with an xml subkey, and that's how
> we wind up with columns that have no data in them, yet they have a row
> header with the "+" to go to a subrow.
>
> -Rob
>
> On 06/19/2012 05:54 AM, Stifu wrote:
>> Rather than including the XML in the cs file, I was thinking not relying on
>> XML at all.
>> By the way, make sure to fix the coding style.
>>
>> OnMouseDown(me); -> OnMouseDown (me);
>> if( disposing ) -> if (disposing)
>> base.Dispose( disposing ); -> base.Dispose (disposing);
>>
>> etc
>>
>>
>> Rob Wilkens wrote
>>> I think so, i think we can read xml from a string using  a
>>> stringreader.. I just wasn't thinking it through.
>>>
>>> Give me some time today to get that done, it's 5:40am and i haven't had
>>> coffee yet.
>>>
>>>
>>>
>>> -Rob
>>>
>>> On 06/19/2012 01:56 AM, Stifu wrote:
>>>



More information about the Mono-devel-list mailing list