Re: [Mono-dev] Fixing Thread:Abort handling of finally clauses

2010-03-10 Thread Paolo Molaro
On 03/09/10 Rodrigo Kumpera wrote: One is to patch the return address of a finally clause to jump into runtime code that will handle raising the ThreadAbortException. This is very tricky because we need to store precise unwind information to be able to figure out where that value is. The

Re: [Mono-dev] Mono WebBrowser and libgluezilla

2010-03-10 Thread Sharique uddin Ahmed Farooqui
try webkit #. That may help you. Sharique uddin Ahmed Farooqui http://safknw.blogspot.com/ Peace is the Ultimate thing we want. 2010/3/9 Euan MacInnes euan_macin...@hotmail.com: Hi, This may be answered elsewhere, but google isn't revealing any easy answers to this. I'm trying to use the

Re: [Mono-dev] Mono WebBrowser and libgluezilla

2010-03-10 Thread Stefanos A.
There's also a completely managed, CSS-capable HTML renderer to be found here: http://www.codeproject.com/KB/GDI-plus/HtmlRenderer.aspx Might be of use. Την Wed, 10 Mar 2010 16:34:37 +0200,ο(η) Sharique uddin Ahmed Farooqui saf...@gmail.com έγραψε: try webkit #. That may help you.

Re: [Mono-dev] Mono 2.6.x

2010-03-10 Thread Kris Ray
Neither of these fixes have been copied from the trunk to the 2.6 branch - are these going to make it in before the release? Both are relatively small and simple fixes... and are show-stoppers for us... thanks, Kris From: Kris Ray

[Mono-dev] Heads up: building System in trunka and mono-2-6

2010-03-10 Thread Gonzalo Paniagua Javier
If you see any error when compiling System in trunk or 2-6 related to a type mismatch or similar (System.Net), it means that you need to either 'make clean' or 'make make install' in Mono.Security before building System. -Gonzalo ___ Mono-devel-list

Re: [Mono-dev] Mono 2.6.x

2010-03-10 Thread Stifu
About bug 569535, Carlos said he backported it to 2.6. Is it not so? Kris Ray wrote: Neither of these fixes have been copied from the trunk to the 2.6 branch - are these going to make it in before the release? Both are relatively small and simple fixes... and are show-stoppers for

Re: [Mono-list] GTK# max widget size

2010-03-10 Thread Dimitar Dobrev
Did you try AttachOptions.Shrink? -- View this message in context: http://n4.nabble.com/GTK-max-widget-size-tp1586578p1587238.html Sent from the Mono - General mailing list archive at Nabble.com. ___ Mono-list maillist - Mono-list@lists.ximian.com

Re: [Mono-list] Bug with non-secured resources in ASP.NET

2010-03-10 Thread Abe Gillespie
I replaced my System.Web source directory with the latest. Unfortunately this did not fix the problem. After being offline for four days I just decided to roll back to 2.4. At least I'm working again. I'll retry the next official 2.6 release. Thanks. -Abe On Tue, Mar 9, 2010 at 11:46 AM, Abe

Re: [Mono-list] Cannot run C# WinForms on Mac OS X

2010-03-10 Thread aautar
Hey guys, I'm having a similar issue with a WinForms app compiled on VC# 2008. What's really puzzling is that it works fine on my Mac w/ OS X 10.5.8 and Mono 2.6.1, but fails on my friend's Mac which has the same config (same version of OS X and Mono). First, he got the following, at

[Mono-list] RTF printing through Mono

2010-03-10 Thread Bharti
Hi, I am migrating .net application onto open suse 11.1 using Mono latest version. In my project we are using RTF mail merge facility. when I try to print some docs using mono onto Linux. I am getting following error :- An error occured while merging the RTF template with the source data Does

Re: [Mono-list] Cannot run C# WinForms on Mac OS X

2010-03-10 Thread Stifu
Hello, This may not help, but better make sure... I remember there may be conflicts if you have more than one Mono version installed. I take it you only have Mono 2.6.1 installed, and no older version lying around? aautar wrote: Hey guys, I'm having a similar issue with a WinForms app