ola | 1 Mar 2011 04:55
Picon

Re: WebBrowser: DocumentText property does not work

Hi, 

Did you have any luck with setting the
System.Windows.Forms.WebBrowser.DocumentText property?
I tried to find some answers in 
http://stackoverflow.com/questions/5144648/setting-a-string-with-the-documenttext-in-forms-webbrowser-in-mono
Stack Overflow  but I haven't found any solution yet.

//OLa

--

-- 
View this message in context: http://mono.1490590.n4.nabble.com/WebBrowser-DocumentText-property-does-not-work-tp1542344p3329199.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Natalia Portillo | 1 Mar 2011 22:26

Re: How to execute my win app built in mono( Windows ) on Mono (Mac OSX)

Hi,

exe extensions belongs to a good couple of systems, not just Windows.
In the case of an app compiled for .NET (with Mono or Visual Studio) that .exe extension exactly corresponds
to a CLR Portable Executable.

You don't need any kind of Windows component to run those, you can just use mono.

mono myapp.exe works on any system with mono, being it Linux or Mac OS X.

El 26/01/2011, a las 07:48, Sudarshan Hegde escribió:

> Though it is a manage app, exe extension belongs to windows hence to run these exes we need to have some
software(other than windows OS) that would execute these exes.
> 
> Regards,
> Sudarshan Hegde
> 
> 
> -----Original Message-----
> From: andresen.nils <at> googlemail.com [mailto:andresen.nils <at> googlemail.com] On Behalf Of Nils Andresen
> Sent: Wednesday, January 26, 2011 1:05 PM
> To: Sudarshan Hegde
> Cc: mono-winforms-list <at> lists.ximian.com
> Subject: Re: [Mono-winforms-list] How to execute my win app built in mono( Windows ) on Mono (Mac OSX)
> 
> Hi,
> I'm no OSX-user so I can not help you there but:
> 
>> I have test the same(exe) on Linux, that was working good with the help of wine software
(Continue reading)

Eric Schaefer | 7 Mar 2011 07:42
Favicon

Re: Transparency and alpha values

2010/12/3 J Arrizza <cppgent0 <at> gmail.com>:
> I have a panel with a background that is partially transparent. The alpha
> value is around 60. On windows I can see through the background to the panel
> and components behind it.  In mono it is opaque.

It looks like Transparency does not work at all. I am using PNG images
with transparent backgrounds and stock brushes with transparent parts
and they all do not work.

Are there any workarounds? Any plans to work on it?

Regards,
Eric
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

DudeFactory | 9 Mar 2011 09:30
Picon

How to take screenshot from Panel ?

I need create image from my Panel. How do this ?

--
View this message in context: http://mono.1490590.n4.nabble.com/How-to-take-screenshot-from-Panel-tp3343044p3343044.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Stifu | 9 Mar 2011 13:49
Picon
Favicon
Gravatar

Re: How to take screenshot from Panel ?

Tried the panel DrawToBitmap method?

DudeFactory wrote:
> 
> I need create image from my Panel. How do this ?
> 

--
View this message in context: http://mono.1490590.n4.nabble.com/How-to-take-screenshot-from-Panel-tp3343044p3343501.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Rhejinald | 9 Mar 2011 15:10
Picon

RichTextBox - SelectionBackColor functionality

I've been searching the documentation (I'm relatively new to the mono
project, 3 months or so using) and I'm finding nothing to answer what I'm
struggling with. I'm developing a winform application, specifically working
with the RichTextBox component. The functionality .SelectionColor operates
fine, and the .SelectionBackColor property seems to be holding the color
value, but the back color is not actually applied to the text in the
component.

I'm building using mono 2.10.1 (after updating from 2.8), and have tried
with stable build 2.6.7 to no avail. Has the feature not been implemented,
or am I (probably!) forgetting something?

Regards

--
View this message in context: http://mono.1490590.n4.nabble.com/RichTextBox-SelectionBackColor-functionality-tp3343644p3343644.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Stifu | 9 Mar 2011 15:58
Picon
Favicon
Gravatar

Re: RichTextBox - SelectionBackColor functionality

This is most likely a bug (the WinForms implementation of Mono has a lot of
rough edges).
Feel free to report it.

Rhejinald wrote:
> 
> I've been searching the documentation (I'm relatively new to the mono
> project, 3 months or so using) and I'm finding nothing to answer what I'm
> struggling with. I'm developing a winform application, specifically
> working with the RichTextBox component. The functionality .SelectionColor
> operates fine, and the .SelectionBackColor property seems to be holding
> the color value, but the back color is not actually applied to the text in
> the component.
> 
> I'm building using mono 2.10.1 (after updating from 2.8), and have tried
> with stable build 2.6.7 to no avail. Has the feature not been implemented,
> or am I (probably!) forgetting something?
> 
> Regards
> 

--
View this message in context: http://mono.1490590.n4.nabble.com/RichTextBox-SelectionBackColor-functionality-tp3343644p3343747.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

OpticTygre | 11 Mar 2011 06:38

System.IEquatable not loading?

Trying to run a simple C# app on Ubuntu.  Project was built in Visual Studio
and copied over.  It also contains a .config file that references the
2.0.50727.

Problem is, every time I try to run it, I get the following error:

** (CrossPlatformTest.exe:2134): WARNING **: The class System.IEquatable`1
could not be loaded, used in mscorlib, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089

Unhandled Exception: System.TypeInitializationException: An exception was
thrown by the type initializer for System.Windows.Forms.XplatUI --->
System.TypeLoadException: A type load exception has occurred.
  --- End of inner exception stack trace ---
  at System.Windows.Forms.Application.EnableVisualStyles () [0x00000] in :0 
  at CrossPlatformTest.Program.Main () [0x00000] in :0 

This application runs successfully on Mono for Windows as well as Mono for
Mac OSX.  Has anyone run across this issue on Ubuntu before?  Is there a way
I can download a newer version of Mono for Ubuntu?  What could be causing
this error, and how can I fix it?

Thanks for any help or advice!

--
View this message in context: http://mono.1490590.n4.nabble.com/System-IEquatable-not-loading-tp3347507p3347507.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list
(Continue reading)

sivakumar samyappan | 13 Mar 2011 01:29
Picon
Favicon

(no subject)

http://malpracticeband.com/i2332.html

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list
sivakumar samyappan | 14 Mar 2011 06:51
Picon
Favicon

(no subject)

http://znot.rutka.net/i2332.html

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Gmane