RE: [Mono-list] Javascript library no longer available in Mono 1.1.9.1

2005-10-05 Thread Gonzalo Paniagua Javier
On Wed, 2005-10-05 at 06:27 -0500, Carl Olsen wrote: > Why doesn't this work in Mono 1.1.9.1? > > Here is the code for my two files: I saw the bug report and could reproduce the problem. I'll keep you updated with my progress fixing this. -Gonzalo __

[Mono-list] Building GUI with glade not working

2005-10-05 Thread Fabian Salamanca Dominguez
Hi! I created a test GUI with Glade in Windows and then I tried to build a mono (1.1.8) app with that GUI using the following code: //*** using System; using Gtk; using Glade; public class GladeApp {     public static void Main (string[] args)     {     new Gl

Re: [Mono-list] Monodevelop on mono 1.1.9.1

2005-10-05 Thread Wade Berrier
Hi Peter, Any progress with this? I've got monodevelop installed on a suse 9.3. Let me know where you're at and we'll try to work something out. Wade On Fri, 2005-09-23 at 21:06 +0100, peter wrote: > Well, I'm still trying to get monodevelop to work, so I downloaded the > latest and had anot

Re: [Mono-list] Re: Can't install Mono 1.1.9.1 from sources!

2005-10-05 Thread johnlopezj
I had the same problem, and followed the advice below and it worked!  I just wanted to contribute that, so hopefully it will work for you as well.   JL  -Original Message-From: Robert Jordan <[EMAIL PROTECTED]>To: Mono-list@lists.ximian.comCc: mono-devel-list@lists.ximian.comSent: Tue, 04

RE: [Mono-list] Javascript library no longer available in Mono 1.1.9.1

2005-10-05 Thread Carl Olsen
Why doesn't this work in Mono 1.1.9.1? Here is the code for my two files: <%@ Page language="c#" AutoEventWireup="false" Inherits="CarlsWebs.CarlOlsen.Web.TestPage" %> TestPage http://schemas.microsoft.c