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

2012-06-19 Thread Rob Wilkens
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: Can't we simplify the test to avoid having to include

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

2012-06-19 Thread Stifu
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

Re: [Mono-dev] C# project export to Linux fails - lots of errors

2012-06-19 Thread Achim123
The problem is that Banshee seems to be a really big project, and I couldn't find a tutorial on how to implement Banshee in my C# project :-| -- View this message in context: http://mono.1490590.n4.nabble.com/C-project-export-to-Linux-fails-lots-of-errors-tp4649979p4650073.html Sent from the

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

2012-06-19 Thread Rob Wilkens
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

Re: [Mono-dev] C# project export to Linux fails - lots of errors

2012-06-19 Thread Rob Wilkens
On 06/19/2012 06:16 AM, Achim123 wrote: The problem is that Banshee seems to be a really big project, and I couldn't find a tutorial on how to implement Banshee in my C# project :-| -- View this message in context:

Re: [Mono-dev] C# project export to Linux fails - lots of errors

2012-06-19 Thread Alan
Banshee uses gstreamer as a cross platform media playback framework. What you need to do is look at Banshees source code to see how they use gstreamer and then port your app to use that on Linux/MacOS. You can continue using WMP on windows if you wish. Alan On 19 June 2012 11:16, Achim123

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

2012-06-19 Thread Rob Wilkens
I took someone's suggestion on formatting code, and that was to run it through the monodevelop code formatter. This changed one or two lines outside of my own code, but let me know if this one looks ok to you. Attached is revised DataGridTest.cs patch. -Rob On 06/19/2012 05:54 AM, Stifu wrote:

[Mono-dev] Stifu: When you get to patches 5-9 let me know -- don't apply them necessarily

2012-06-19 Thread Rob Wilkens
Stifu, When we get up to the point where we would apply patches 5-9 (again they're all part of the same fix) let me know. What i'll do once the rest of the fixes are in is I'll then see if I can get that all into one patchfile for you properly formatted, etc. So if you've applied patch 1, that

[Mono-dev] Open source CMS running on mono?

2012-06-19 Thread Vladimir Dimitrov
Hi everyone, Did someone had any luck with running and using some of the ASP.NET based open source CMS systems out there? It turns out that many require some parts of mono or are too platform dependent to work on mono/linux. My findings so far are: 1. Umbraco - my closest match for