Re: [Mono-winforms-list] Experience with the Web Browser Control on Ubuntu Linux 8.10, crashes

2009-02-16 Thread Andreia Gaita
On 2/14/09, W Allan Edwards silicon_pla...@hotmail.com wrote: I created a small test app that hosted the web browser control on windows. I then took that test app over to Linux and it did want to try and load Firefox versus IE. The problem though is I did not have the lib necessary to run

Re: [Mono-winforms-list] WebBrowser don't support target='_blank'?

2009-02-16 Thread Andreia Gaita
On 12/15/08, brooklet ezhangli...@163.com wrote: I create a WebBrowser like this: this.webBrowser1 = new System.Windows.Forms.WebBrowser(), but when I click a url in the browser like 'abbao', it don't open a new window,why? It's run well in .NET Framework。I use mono 2.01.

Re: [Mono-winforms-list] Find out if the application window is focused/active

2009-02-16 Thread Andreia Gaita
On 2/8/09, Stifu st...@free.fr wrote: Long story short, I have the exact same problem as the one described here: http://bytes.com/groups/net-c/760728-application-focus I want to know if my application window is currently focused/active, but doing this.Focused doesn't return true if one the

[Mono-winforms-list] [Patch] CausesValidation handling

2009-02-16 Thread Carlos Alberto Cortez
Hey, The attached patch basically adds support for Control.CausesValidation, which means that in some scenarios the validation is postponed (when CausesValidation if false, basically). I'm concerned -specially- about the code readibility (it also includes the description of the algorithm in the

Re: [Mono-winforms-list] Find out if the application window is focused/active

2009-02-16 Thread Stifu
Many thanks! :) Andreia Gaita wrote: On 2/8/09, Stifu st...@free.fr wrote: Long story short, I have the exact same problem as the one described here: http://bytes.com/groups/net-c/760728-application-focus I want to know if my application window is currently focused/active, but doing