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

Rob Wilkens robwilkens at gmail.com
Tue Jun 19 10:29:45 UTC 2012


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:
>>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug5487.test.patch
Type: text/x-patch
Size: 3236 bytes
Desc: not available
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120619/5adffd59/attachment.bin>


More information about the Mono-devel-list mailing list