[Mono-list] Change Cursor in Gtk.Window

2007-08-28 Thread Austin Winstanley
Coming from Windows Forms, it was easy to change a cursor. this.Cursor = Cursors.WaitCursor; this.Cursor = Cursors.Default; I am having a lot of trouble trying to figure out how to do this in a Gtk Window. I have searched google and looked through the documentation and seen that the Gtk.Window c

[Mono-list] XML Notepad on Mono?

2007-08-28 Thread Adam Monsen
Anyone have XML Notepad[1] compiled and/or running on Mono? 1. http://www.codeplex.com/xmlnotepad/Wiki/View.aspx -- Adam Monsen ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] [Mono-dev] Bugzilla: important.

2007-08-28 Thread Thomas Wiest
As some of you have pointed out, there was text on the create account page that said that by creating an account you were giving them permission to contact you regarding "Novell products and services." We agree that you should not have to accept advertisements in order to file bugs. Thus, we have

Re: [Mono-list] Change Cursor in Gtk.Window

2007-08-28 Thread Eskil Bylund
> I am having a lot of trouble trying to figure out how to do this in a Gtk > Window. I have searched google and looked through the documentation and seen > that the Gtk.Window class doesn't have a Cursor associated with it. The > closest I found was: > > this.GdkWindow.Cursor = new Gdk.Cursor(Gdk

Re: [Mono-list] Npgsql License changed to BSD!!

2007-08-28 Thread Glenn Martin
I think this is great news, thanks for the update. I always thought it weird you didnt match licenses with PostgreSQL. Glenn R. Martin http://www.technicalstressings.com Francisco Figueiredo Jr. wrote: > > > Hi, all!! > > We finally moved from LGPL to BSD. > > Please, check this blog post for

[Mono-list] Monologue not updating

2007-08-28 Thread Alan McGovern
Just giving people a heads-up that monologue hasn't updated in over two days. Someone needs to give it a kickstart i think. Alan. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Pooling=false in connectionString cause Unhandled Exception: System.EntryPointNotFoundException: CreateSemaphore

2007-08-28 Thread Robert Jordan
Hi, Well, the build script is intended to be used with the latest connection version: http://dev.mysql.com/downloads/connector/net/5.0.html I thought it's self-evident, sorry. Robert enzo wrote: > I downloaded the file mysql-connector-net-1.0.10.1-src.zip from page > http://dev.mysql.com/dow

Re: [Mono-list] Pooling=false in connectionString cause Unhandled Exception: System.EntryPointNotFoundException: CreateSemaphore

2007-08-28 Thread Robert Jordan
Robert Jordan wrote: > Hi, > > > Well, the build script is intended to be used with the latest > connection version: I meant "connector version". Robert ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mo

Re: [Mono-list] Inaccessible due to protection?

2007-08-28 Thread Robert Jordan
Brandon Perry wrote: > The following code for some reason is not able to be used because of > protection, but I can't figure out what on earth it could be. Google > comes up with things like using predefined var names and such, but I > don't think I am using any... [...] > > UInt16

[Mono-list] DLLMapping for ASP.NET based projects

2007-08-28 Thread R. Tyler Ballance
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've been trying to figure this one out for a while, but I can't seem to crack it. Apple distributes a crap version of SQLite so I'm trying to get Mono.Data.Sqlite.dll to map properly to my own version (more recent, etc) with my ASP.NET based pro

[Mono-list] "Invalid IL code" error message

2007-08-28 Thread Frederik Carlier
Hi, I am trying to compile and run Open Dental (SVN: https://70.90.133.65:23793/svn/opendental/head/) on Mono/Linux. Compiling using nant/mcs runs fine, but when executing, I get the following error message: "Invalid IL code in OpenDentBusiness.AppointmentB:GetPeriodApptsTable (string,string,

Re: [Mono-list] XML Notepad on Mono?

2007-08-28 Thread Jonathan Pobst
Running MoMA on it shows there are several things XML Notepad requires that Mono does not support yet, like the WebBrowser control. It also reports many TODO's on the XML schema stuff. And of course the P/Invokes would have to be removed. I doubt anyone has ported it to Mono. Jonathan Adam

Re: [Mono-list] Cross-compiling Mono 1.2.4 with OpenEmbedded (MIPS)

2007-08-28 Thread Cliff Brake
On 8/27/07, Harald Krapfenbauer <[EMAIL PROTECTED]> wrote: > Hi, > > I want to compile Mono 1.2.4 with OpenEmbedded for my MIPS platform. > Package "mono-native-1.2.4" compiles without errors, but "mono-1.2.4" > tells me while configuring the following error: > > checking for preceeding underscore

Re: [Mono-list] Cross-compiling Mono 1.2.4 with OpenEmbedded (MIPS)

2007-08-28 Thread Cliff Brake
On 8/28/07, Cliff Brake <[EMAIL PROTECTED]> wrote: > On 8/27/07, Harald Krapfenbauer <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I want to compile Mono 1.2.4 with OpenEmbedded for my MIPS platform. > > Package "mono-native-1.2.4" compiles without errors, but "mono-1.2.4" > > tells me while configuri

Re: [Mono-list] Pooling=false in connectionString cause Unhandled Exception: System.EntryPointNotFoundException: CreateSemaphore

2007-08-28 Thread enzo
Robert Jordan wrote: > Hi, > > > Well, the build script is intended to be used with the latest > connection version: > > http://dev.mysql.com/downloads/connector/net/5.0.html > > I thought it's self-evident, sorry. > > Robert But for a real 'mono' beginner as I'm there is still a lot of self-evid

Re: [Mono-list] Pooling=false in connectionString cause Unhandled Exception: System.EntryPointNotFoundException: CreateSemaphore

2007-08-28 Thread Robert Jordan
Hi, enzo wrote: sometimes hang when is tring to do Open(), other times it report the following errors [EMAIL PROTECTED] gtk1]$ mono test1-mysql.exe Main start Main dbcon.Open() Unhandled Exception: System.Resources.MissingManifestResourceException: Could not find any resource appropiate fo

Re: [Mono-list] "Invalid IL code" error message

2007-08-28 Thread Rodrigo Kumpera
Hi Frederik, What version of mono are you using? A similar bug in mcs was fixed recently, so could you please test with mono from svn trunk? If the bug persist, please fill a bug report. Rodrigo. On 8/28/07, Frederik Carlier <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to compile and run O

Re: [Mono-list] Pooling=false in connectionString cause Unhandled Exception: System.EntryPointNotFoundException: CreateSemaphore

2007-08-28 Thread enzo
Robert Jordan wrote: > Hi, > > enzo wrote: >> sometimes hang when is tring to do Open(), other times it report the >> following errors >> >> [EMAIL PROTECTED] gtk1]$ mono test1-mysql.exe >> Main start >> Main dbcon.Open() >> >> Unhandled Exception: >> System.Resources.MissingManifestResourceE

Re: [Mono-list] Monologue not updating

2007-08-28 Thread Zac Bowling
I updated the template to fix a url but I'm not sure if that was pushed to the server yet or not. I'm pretty sure my change could of killed the monologue process anywhere though. Zac On Tue, 2007-08-28 at 11:26 +0100, Alan McGovern wrote: > Just giving people a heads-up that monologue hasn't u

Re: [Mono-list] Monologue not updating

2007-08-28 Thread Miguel de Icaza
Hello, I think it might have been my blog entry with accents, I removed it, but at some point we need to fix that RSS.NET.dll > I updated the template to fix a url but I'm not sure if that was pushed > to the server yet or not. I'm pretty sure my change could of killed the > monologue process