Re: [Mono-winforms-list] Problem with using webbrowser

2008-11-28 Thread colder
I have the same problem. I even reinstall the newest firefox When I check my program with MoMA. There is a warning below: Calling Method Method with [MonoTodo] Reason void .ctor (Uri) void WebBrowser..ctor () Stub, not implemented Is the WebBrowser has not Constructor??? -- View this messa

Re: [Mono-winforms-list] Problem with using webbrowser

2008-11-27 Thread Ira.
Hi Jonathan, Will webBrowser control work on Mac in future? Ira. Jonathan Pobst wrote: > > Unfortunately, WebBrowser does not work on Mac. > > Jonathan > > > Ira. wrote: >> Is it possible to run windows forms application that uses WebBrowser >> control >> on Mac? >> I get such message "li

Re: [Mono-winforms-list] Problem with using webbrowser

2008-11-26 Thread Jonathan Pobst
Unfortunately, WebBrowser does not work on Mac. Jonathan Ira. wrote: > Is it possible to run windows forms application that uses WebBrowser control > on Mac? > I get such message "libgluezilla not found. To have webbrowser support, you > need libgluezilla installed > " > > Could you please how

Re: [Mono-winforms-list] Problem with using webbrowser

2008-11-26 Thread Ira.
Is it possible to run windows forms application that uses WebBrowser control on Mac? I get such message "libgluezilla not found. To have webbrowser support, you need libgluezilla installed " Could you please how to install libgluezilla on Mac? -- View this message in context: http://www.nabble

Re: [Mono-winforms-list] Problem with using webbrowser

2008-11-10 Thread mustufa
I have the same problem (can not see WebBrowser control with a bare Mono installation.) Is there something wrong with Mozilla code? Can't we use WebBrowser control without a .net installation? phallos wrote: > > Hi, > I downloaded tarball of UsingWebbrowser project and compiled it in Mono > 2.0

Re: [Mono-winforms-list] Problem with using webbrowser

2008-11-09 Thread phallos
I want to give more details about my problem with screenshots and code listings. I prepared a very simple form in which there is only a buton and webbrowser control. When the buton is pushed webbrowser control navigates to a test page. Program.cs using System; using System.Collections.Generic;

Re: [Mono-winforms-list] Problem with using webbrowser

2008-11-09 Thread phallos
I want to give more details about my problem with screenshots and code listings. I prepared a very simple form in which there is only a buton and webbrowser control. When the buton is pushed webbrowser control navigates to a test page. Program.cs using System; using System.Collections.Generic;

Re: [Mono-winforms-list] Problem with using webbrowser

2008-11-08 Thread phallos
Hi andreia , Thank you for response. I will call machine1 as both frameworks installed machine, and machine2 as only mono framework installed machine in order to simplify. On machine1 it works correctly on the mono command line. On machine2 mono is installed correctly. Mono installation director

Re: [Mono-winforms-list] Problem with using webbrowser

2008-11-08 Thread Andreia Gaita
On Sat, Nov 8, 2008 at 5:07 PM, phallos <[EMAIL PROTECTED]> wrote: > > Hi, > I downloaded tarball of UsingWebbrowser project and compiled it in Mono > 2.0.1 Command Prompt using the command below: > gmcs *.cs -pkg:dotnet > > It works perfectly in my Windows machine where both .NET Framework and Mon

[Mono-winforms-list] Problem with using webbrowser

2008-11-08 Thread phallos
Hi, I downloaded tarball of UsingWebbrowser project and compiled it in Mono 2.0.1 Command Prompt using the command below: gmcs *.cs -pkg:dotnet It works perfectly in my Windows machine where both .NET Framework and Mono are installed. But it does not work on my second Windows machine where Mono i