Re: [Mono-dev] System.Media.SoundPlayer silent

2007-08-09 Thread Alan McGovern
File a bug report on bugzilla about the issue. I'm the one who coded in that support, and as far as i can tell, it should work fine. I need a reproduceable testcase. The actual code is here: http://anonsvn.mono-project.com/viewcvs/trunk/mcs/class/System/System.Media/SoundPlayer.cs?rev=81519&view=m

Re: [Mono-dev] System.Media.SoundPlayer silent

2007-08-09 Thread Markus Kilås
I found a solution: SoundPlayer sp = new SoundPlayer(new FileStream("/usr/share/sounds/gaum/send.wav", FileMode.Open, FileAccess.Read, FileShare.Read)); sp.Play(); That one plays the sound but the construnctor taking a string does not. Markus Kilås skrev: > Hi, > > I'm trying to play a wave-fi

Re: [Mono-dev] [PATCH]enableSessionState ReadOnly bugfix

2007-08-09 Thread Joel Reed
Btw, I filled a bug for this. http://bugzilla.ximian.com/show_bug.cgi?id=82392 jr -Original Message- From: Joel Reed Sent: Thu, Aug 09, 2007 at 04:07:20PM -0400 To: To mono-devel Subject: [PATCH]enableSessionState ReadOnly bugfix Given a web.config with: <% Response.Write("IsReadO

[Mono-dev] [PATCH]enableSessionState ReadOnly bugfix

2007-08-09 Thread Joel Reed
Given a web.config with: <% Response.Write("IsReadOnly = " + Session.IsReadOnly.ToString()); %> The Response.Write will report back "false". There are two bugs in System.Web.UI/PageParser.cs that prevents this from working. First, we must properly propagate the page config setting to the pa

[Mono-dev] C# fast fuzzy text search

2007-08-09 Thread pablosantosluac
Hi, I guess this is out of topic but: is there a fast implementation in C# (ok, or anything else) for fuzzy text search? Something like the bitap algorithm or similar? I know dotlucene supports fuzzy search but we need to actually be able to locate big text (some lines) fragments on files, not

Re: [Mono-dev] [Mono-list] Problems getting libgdiplus from subversion repository

2007-08-09 Thread Sebastien Pouliot
Hey, On Thu, 2007-08-09 at 12:11 -0500, Martin Trejo wrote: > Hi, > > I've been trying to get the latest version of libgdiplus from > subversion but I'm having trouble with it. Each time I try get this > message: > > svn: In directory 'cairo/doc/public/html' > svn: Can't copy 'cairo/doc/public/h

Re: [Mono-dev] Cross-platform command-lines

2007-08-09 Thread Charlie Poole
Hi Rafael, > On the Desktop, I've seen both approaches, depending on how > well packaged/versioned the libraries are, put although the > space cost, it's better to pack your binary dependencies with > the program, especially for Windows, until some more > universal dependency-resolving system

[Mono-dev] C# 3.0 support for MonoDevelop ?

2007-08-09 Thread Onur Gumus
Will there be a C#3.0 support for MonoDevelop in anytime soon ? -- Warning: If you are reading this then this warning is for you. Every word you read of this useless fine print is another second off your life. Don't you have other things to do? Is your life so empty that you honestly can't think

Re: [Mono-dev] Cross-platform command-lines

2007-08-09 Thread Rafael Teixeira
Hi Charlie, inline On 8/7/07, Charlie Poole <[EMAIL PROTECTED]> wrote: > Some follow-up questions, now that I've looked at mono.getOptions. > > 1) I like the idea of having the system provide this capablility, > rather than including it in every app. But what do people generally > do for cross-pl