[Mono-docs-list] Patch for pasting in monodoc

2004-07-27 Thread Peter Williams
Hi, The attached patch adds a menu item to allow pasting when editing in Monodoc. Otherwise it's disabled. Ok for me to commit? Peter -- Peter Williams [EMAIL PROTECTED] [Ninjas] are cool; and by cool, I mean totally sweet. -- REAL

Re: [Mono-list] WebService, SessionState and CookieContainer

2004-07-27 Thread beniniva
I'm sorry, I had not understood. Thanks, Valentina. Scrive Lluis Sanchez [EMAIL PROTECTED]: Valentina: You already reported this bug and it has already been fixed. You only need to wait for the next Mono release or compile it yourself from CVS. There is no need to send this bug report

Re: [Mono-list] Cross-platform GUI.

2004-07-27 Thread Fabian Fagerholm
On Mon, 2004-07-26 at 22:44 +0100, David Burnett wrote: With X11 GTK# you're going to have to explain what Gtk-WARNING **: cannot open display: means to a million OSX users and why OSX users need to run open-x11 mono myapp.exe {I get -bash: open-x11: command not found ??} or start X11.app

[Mono-list] ByteFX, mysql and UTF-8?

2004-07-27 Thread Keith Dreibelbis
Hi there, Has anyone had success with getting ByteFX (mysql) to work with UTF-8? I am using ByteFX 7.6 with mysql 4.1. I know there are a bunch of places to tell mysql to use UTF-8, (character_set_client, character_set_database, individual columns/tables etc) and I have tried setting just about

[Mono-list] Re: [MonoDevelop] What Is Most Reliable Mono Install for Fedora Core 2

2004-07-27 Thread Mark Lewis
I've installed everything on FC2 using the rpms. One fc2 computer installed fine, but another I installed a week or two later didn't pull in all the required dependencies and I needed to manually install a bunch of them. Maybe there was a bad set of RPMs put up with broken deps? -- Mark On

[Mono-list] Class status page

2004-07-27 Thread Jochen Wezel
Title: Class status page Hi! Is there a possibility for the class status page to show the differences for the several .NET version? For example: Microsoft.VisualBasic.MyServices is shown there, but I think you should notice that this is an element of NET_2_0. If you currently see the

[Mono-list] xsp-1.0 tarball

2004-07-27 Thread lamyae Benabdeljalil
i installed the mono beta 3 version, and it worked fine. xsp and mod-mono were working perfectly. ii removed everything and i installed the mono 1.0. the runtime works fine, xsp-1.0 tarball generates errors, so i installed the packages mono-xsp, and asp.net-examples. when i try to execute the

[Mono-list] Problem with System.Drawing.GDIPlus

2004-07-27 Thread Guilherme A. Mendes
Hello, I have been experiencing problems while trying to run a test with Dundas Chart for .NET (dundas.com) and Mono. As I explained at Ximian Bugzilla (http://bugzilla.ximian.com/show_bug.cgi?id=61957) I got a NullRefereceException when I run my test. Please, see the link above where I put the

[Mono-list] Gtk# on windows crashed ...

2004-07-27 Thread Petr Reichl
Hi all, I've installed Mono 1.0 (Gtk# included) package from Novell site. Every Gtk# official samples has same problem with exception by end of programs. Application has generated an exception that could not be handled. Process id=0xa14 (2580), Thread id=0xa10 (2576) What is wrong? Are the Gtk#

Re: [Mono-list] typeof and sizeof pointer types

2004-07-27 Thread Paolo Molaro
On 07/25/04 Alan Jenkins wrote: typeof (float) == typeof (float*) This is fixed in cvs. Thanks for the report. sizeof (float) == sizeof (float*) This is correct on 32 bit systems. lupus -- - [EMAIL PROTECTED]

[Mono-list] mod_mono problem

2004-07-27 Thread Guido Müller
I use SuSE Linux 9.0 with Apache/2.0.48 mod_mono compiles without problems. When I try to access http://localhost/demo/index.aspx I get HTTP 403 Access forbidden When I put Allow from all into the Location directive, I get the aspx source code displayed. I checked this issue on two different

[Mono-list] xsp-1.0 tarball

2004-07-27 Thread lamyae Benabdeljalil
thank you for the help actually, i have a 2.4.25 kernel version. so i am ready to change it if it sis sure it will work. when i untar the xsp-1.0 tarball i run ./configure --prefix=/usr then i do make, i get this error ** (/usr/share/dotnet/bin/mcs/mcs.exe:4649): WARNING **: implement me 0xc0

Re: [Mono-list] xsp-1.0 tarball

2004-07-27 Thread Pablo Fischer
Ew the error is part of mcs, I think. If you do not have any problems upgrading your kernel to 2.6 branch, please do it. :-) Pablo El mar, 27-07-2004 a las 10:42, lamyae Benabdeljalil escribió: thank you for the help actually, i have a 2.4.25 kernel version. so i am ready to change it if

Re: [Mono-list] What Is Most Reliable Mono Install for Fedora Core 2

2004-07-27 Thread Antonio Santana
I seem to have everything working now. I have Apache running and Monodevelop working. What a relief. Now I want to know what the best method is for serving up ASP.NET web pages. Is XSP the best solution or is there another method that will perform better? Thanks! From: Weiqi Gao [EMAIL

[Mono-list] about kernel

2004-07-27 Thread lamyae Benabdeljalil
i will try and see thank you ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] kernel 2.2.6

2004-07-27 Thread Pablo Fischer
Cause xconfig needs QT libraries, there's also a Gnome mode, but I do not remember how to call it. I allways use menuconfig (ncurses) El mar, 27-07-2004 a las 12:26, lamyae Benabdeljalil escribió: i have a problem in making xconfig i downloaded kernel-source-2.2.6, untarde it, when i do make

Re: [Mono-list] kernel 2.2.6

2004-07-27 Thread Pedro Villavicencio
On Tue, 2004-07-27 at 12:21 -0500, Pablo Fischer wrote: Cause xconfig needs QT libraries, there's also a Gnome mode, but I do not remember how to call it. I allways use menuconfig (ncurses) is called gconfig El mar, 27-07-2004 a las 12:26, lamyae Benabdeljalil escribió: i have a problem

[Mono-list] Events / Assign Variable Event

2004-07-27 Thread Pablo Fischer
Hi! I have a class that returns a Stream of a downloaded image, so one the image is downloaded I just assign it to a pixbuf for example Pixbuf p = new Pixbuf (RemoteImage.Image); However, I need to Close the request, is there an event that can be executed once I pass a variable to another

RE: [Mono-list] Class status page

2004-07-27 Thread Rob . Tillie
Title: Class status page Hey all, Perhaps is time to add a couple more features to the status pages, like the one you mentioned. I believe a couple of things still dont work how they should work in the status pages And automatic updating (every hour or so) would be quite kewl too

[Mono-list] Cross-platform GUI.

2004-07-27 Thread David Burnett
Fabian Fagerholm wrote: You may want to take a look at the following: http://www.apple.com/macosx/features/x11/ http://www.apple.com/macosx/features/x11/download/ I know about them thank you. typical old school mac user Unfortunately double clicking of the gimp executable I got from darwinports

RE: [Mono-list] Events / Assign Variable Event

2004-07-27 Thread Dan Maltes
Wouldn't a simple try..catch..finally work for you? Or a using statement? -Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pablo Fischer Sent: Tuesday, July 27, 2004 1:58 PM To: [EMAIL PROTECTED] Subject: [Mono-list] Events / Assign Variable Event

RE: [Mono-list] Class status page

2004-07-27 Thread Duncan Mak
On Tue, 2004-07-27 at 14:10, [EMAIL PROTECTED] wrote: And automatic updating (every hour or so) would be quite kewl too Right now, our buildbot (http://www.go-mono.com/build-status) updates the class status page after every sucessful build on the i386 build nodes. You can get the pages at:

[Mono-list] XSP or MOD-MONO-SERVER error

2004-07-27 Thread Antonio Santana
I am getting the following when trying to run XSP or MOD-MONO-SERVER. Can anyone help? [EMAIL PROTECTED] /]# mono xsp.exe cannot open assembly xsp.exe or [EMAIL PROTECTED] /]# mono mod-mono-server.exe cannot open assembly mod-mono-server.exe I have checked to make sure the XSP Package is

Re: [Mono-list] XSP or MOD-MONO-SERVER error

2004-07-27 Thread Jackson Harper
Are you running that command from the directory xsp.exe is in? On Tue, 2004-07-27 at 12:50, Antonio Santana wrote: I am getting the following when trying to run XSP or MOD-MONO-SERVER. Can anyone help? [EMAIL PROTECTED] /]# mono xsp.exe cannot open assembly xsp.exe or [EMAIL

Re: [Mono-list] XSP or MOD-MONO-SERVER error

2004-07-27 Thread Antonio Santana
Sorry guys! I wasn't using my head this time. It was in /usr/bin/ . Thank you! From: Jackson Harper [EMAIL PROTECTED] To: Antonio Santana [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [Mono-list] XSP or MOD-MONO-SERVER error Date: Tue, 27 Jul 2004 12:49:46 -0700 Are you running that

RE: [Mono-list] Class status page

2004-07-27 Thread Dan Maltes
Perhaps xsl transforms so they can be edited independent of the perl buildbot? -Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Duncan Mak Sent: Tuesday, July 27, 2004 3:33 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject:

[mono-list] Patch to Mono HEAD for approval -- configure.in

2004-07-27 Thread John Merryweather Cooper
See Changelog patch (attached) for details. jmc Index: ChangeLog === RCS file: /cvs/public/mono/ChangeLog,v retrieving revision 1.385 diff -u -r1.385 ChangeLog --- ChangeLog 23 Jul 2004 19:32:10 - 1.385 +++ ChangeLog 28

[mono-list] Patch to Mono mono-1-0 for approval -- configure.in

2004-07-27 Thread John Merryweather Cooper
See changelog patch (attached) for details. jmc Index: mono/ChangeLog === RCS file: /cvs/public/mono/ChangeLog,v retrieving revision 1.377.2.4 diff -u -r1.377.2.4 ChangeLog --- mono/ChangeLog 23 Jul 2004 19:32:12 -

Re: [Mono-list] Mono can't use LayoutKind.Explicit ?

2004-07-27 Thread Foole
Have you tried SDL.NET? (http://sourceforge.net/projects/cs-sdl/) I have been a contributor to the project and did all my development and testing with mono. If you had any problems getting it to work with mono, please post about it on the SDL.NET forums. Kele On Sat, 24 Jul 2004 02:46:36

[mono-list] Patch to Mono HEAD for approval -- libgc/configure.in

2004-07-27 Thread John Merryweather Cooper
See attached Changelog in patch for details. This patch selects the correct compiler flags for compiling libgc with pthreads on FreeBSD. jmc Index: ChangeLog === RCS file: /cvs/public/libgc/ChangeLog,v retrieving revision 1.46 diff

[mono-list] Patch to mono-1-0 Mono for approval -- libgc/configure.in

2004-07-27 Thread John Merryweather Cooper
See Changelog patch in attached diff for details. This patch selects the correct compiler flags for compiling libgc with pthreads on FreeBSD. jmc Index: ChangeLog === RCS file: /cvs/public/libgc/ChangeLog,v retrieving revision

RE: [Mono-list] Class status page

2004-07-27 Thread Jambunathan Jambunathan
Duncan I could see two links 1.0 Class Status and 2.0 Class Status. But there seems to be no page content under those links. Regards, Jambunathan K. Duncan Mak [EMAIL PROTECTED] 7/28/2004 1:03:27 AM On Tue, 2004-07-27 at 14:10, [EMAIL PROTECTED] wrote: And automatic updating (every hour