<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1372</id>
	<title>Nabble - Mono - WinForms</title>
	<updated>2009-12-04T23:46:20Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Mono---WinForms-f1372.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mono---WinForms-f1372.html" />
	<subtitle type="html">Used to discuss the Windows.Forms implementatation for Mono.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26653577</id>
	<title>Re: New Winforms in Daily Snapshot?</title>
	<published>2009-12-04T23:46:20Z</published>
	<updated>2009-12-04T23:46:20Z</updated>
	<author>
		<name>Stifu</name>
	</author>
	<content type="html">&amp;quot;Simple question: do I get the updates to the Winforms if I build from the
&lt;br&gt;Mono Daily snapshot? My guess is that I do.&amp;quot;
&lt;br&gt;Yes.
&lt;br&gt;&lt;br&gt;&amp;quot;Also: can I update just Winforms, or does that make no sense?&amp;quot;
&lt;br&gt;Sometimes yes, sometimes no... It depends whether some dependencies changed over the time. It could be that you have more DLLs to update.
&lt;br&gt;&lt;br&gt;By the way, the easy way to update WinForms might be to look around Novell's bugzilla: Ivan has been posting the SVN WinForms DLL (compiled at the posted date) in a few bug reports. Like here: &lt;a href=&quot;https://bugzilla.novell.com/show_bug.cgi?id=540781&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.novell.com/show_bug.cgi?id=540781&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Daniel Rosenstark-4 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Simple question: do I get the updates to the Winforms if I build from the
&lt;br&gt;Mono Daily snapshot? My guess is that I do.
&lt;br&gt;&lt;br&gt;Also: can I update just Winforms, or does that make no sense?
&lt;br&gt;&lt;br&gt;Some of the answers to my last questions pointed to updating my Winforms.
&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;Mono-winforms-list@lists.ximian.com
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Winforms-in-Daily-Snapshot--tp26642644p26653577.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26642644</id>
	<title>New Winforms in Daily Snapshot?</title>
	<published>2009-12-04T05:39:56Z</published>
	<updated>2009-12-04T05:39:56Z</updated>
	<author>
		<name>Daniel Rosenstark-4</name>
	</author>
	<content type="html">Simple question: do I get the updates to the Winforms if I build from the Mono Daily snapshot? My guess is that I do.&lt;br&gt;&lt;br&gt;Also: can I update just Winforms, or does that make no sense?&lt;br&gt;&lt;br&gt;Some of the answers to my last questions pointed to updating my Winforms. Thanks!&lt;br clear=&quot;all&quot;&gt;
&lt;br&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26642644&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Winforms-in-Daily-Snapshot--tp26642644p26642644.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26635826</id>
	<title>Re: Error With Gdi32.dll</title>
	<published>2009-12-04T01:42:57Z</published>
	<updated>2009-12-04T01:42:57Z</updated>
	<author>
		<name>Stifu</name>
	</author>
	<content type="html">For the record, my own app uses PixelOffsetMode to work around a GDI+ problem (rounding issues when zooming in/out), but although this method isn't implemented in Mono, it's not actually needed for me since Mono doesn't have this issue in the first place. So if your case is similar, you can ignore the PixelOffsetMode part of the report.
&lt;br&gt;&lt;br&gt;The real issues are the P/Invokes. If you can't change these parts of the code, this app just won't work out of Windows (Wine aside).
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;darkprince87 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;yes it works on windows and Yes, it't launched with wine (the problem is that I would make a linux version of this application without to touch the GUI part. I've made an analisys with MoMA and I've got these results:
&lt;br&gt;&lt;br&gt;&lt;img src=&quot;http://old.nabble.com/file/p26635819/result.png&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-With-Gdi32.dll-tp26571869p26635826.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26635819</id>
	<title>Re: Error With Gdi32.dll</title>
	<published>2009-12-04T01:21:01Z</published>
	<updated>2009-12-04T01:21:01Z</updated>
	<author>
		<name>darkprince87</name>
	</author>
	<content type="html">yes it works on windows and Yes, it't launched with wine (the problem is that I would make a linux version of this application without to touch the GUI part. I've made an analisys with MoMA and I've got these results:
&lt;br&gt;&lt;br&gt;&lt;img src=&quot;http://old.nabble.com/file/p26635819/result.png&quot; border=&quot;0&quot; /&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-With-Gdi32.dll-tp26571869p26635819.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26588086</id>
	<title>Problem displaying CJK characters in WinForms controls</title>
	<published>2009-12-01T00:46:34Z</published>
	<updated>2009-12-01T00:46:34Z</updated>
	<author>
		<name>mhartmann</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm having a problem when I try to display CJK characters in WinForms controls such like a TreeView or a simple Label.
&lt;br&gt;&lt;br&gt;When I use the following code to create a simple form with a label within, the title of the form is shown correctly while the text of the label is shown as &amp;quot;boxes&amp;quot;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;using System;
&lt;br&gt;using System.Windows.Forms;
&lt;br&gt;&lt;br&gt;class MainClass
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public static void Main(string[] args)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; string text =&amp;quot;\u30C0&amp;quot;; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Form form = new Form();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; form.Text = text;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Label label = new Label();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; label.Text = text;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; form.Controls.Add(label);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Application.Run(form);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Is there something I missed to install or did I forget to set any properties?
&lt;br&gt;&lt;br&gt;Greetings from Germany,
&lt;br&gt;Martin</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-displaying-CJK-characters-in-WinForms-controls-tp26588086p26588086.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26587548</id>
	<title>Re: Error With Gdi32.dll</title>
	<published>2009-11-30T23:15:33Z</published>
	<updated>2009-11-30T23:15:33Z</updated>
	<author>
		<name>Stifu</name>
	</author>
	<content type="html">&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;darkprince87 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Stifu wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;It seems like this project is directly invoking a Windows DLL (P/Invoke), so it won't work with Mono.
&lt;br&gt;To work around problems like this, some people use Mono under Wine, but I've never tried it, and it doesn't sound ideal. The best solution would be to modify the project to replace the P/Invoke with a managed equivalent.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
the problem is that even if i try to run the windows file.exe with wine (with terminal) I get the same error... :(
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
Did you try changing the Windows version in Wine?
&lt;br&gt;Does the program actually work on Windows? If it does, you could copy the Gdi32.dll and put it in the application folder, so you're sure it's there for Wine to load (and using Mono, since it's a managed application).</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-With-Gdi32.dll-tp26571869p26587548.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26586092</id>
	<title>Re: Starting Form on top of Child Form Issue - Mono 2.4.2.3 with SUSE 11</title>
	<published>2009-11-30T19:56:00Z</published>
	<updated>2009-11-30T19:56:00Z</updated>
	<author>
		<name>utneflyte</name>
	</author>
	<content type="html">Yes, I used the same libgdiplus version and tried all different versions I could find, but alas nothing seemed to solved it, until the move to openSuse 11.2...&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Nov 30, 2009 at 3:08 PM, Petit Eric &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Did you have same version of libgdiplus ?&lt;br&gt;
&lt;br&gt;
2009/11/30 Steve &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&amp;gt;:&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&amp;gt; Hi All,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Well, you&amp;#39;ll be glad to know that it does not seem to be a Mono issue.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; SLES 11 and openSUSE 11.1 had that Starting Form on top issue.&lt;br&gt;
&amp;gt; But when we used a fresh install of openSUSE 11.2, everything worked&lt;br&gt;
&amp;gt; beautifully using the current release of Mono 2.4.2.3&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I am not sure why, I&amp;#39;m guessing it could be something to do with the&lt;br&gt;
&amp;gt; specific hardware currently in use as when we tried on different hardware&lt;br&gt;
&amp;gt; configuration, everything worked fine in openSUSE 11.1 and Mono 2.4.2.3&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; For you information, this is the hardware that causes issue with version 11&lt;br&gt;
&amp;gt; and 11.1:&lt;br&gt;
&amp;gt; Intel Atom N270 (945GSE + ICH7) with Intel GMA 950 type of system.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Maybe a Gnome pre-2.28 or driver issue... unsure...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Since we dictate what OS goes with our software it does not create an issue&lt;br&gt;
&amp;gt; for us anymore...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks for your help on this issue.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Cheers,&lt;br&gt;
&amp;gt; Steve&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Thu, Nov 26, 2009 at 9:26 PM, Petit Eric &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; How are you playing with ShowDialog(); you use this as Container or&lt;br&gt;
&amp;gt;&amp;gt; anything else, your winforms are TopMost or not in their property, do&lt;br&gt;
&amp;gt;&amp;gt; you have something about this.MdiChildren and this.Parent ?&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; 2009/11/26 Steve &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&amp;gt;:&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Hi All,&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; As Jonathan mentioned, we downloaded Mono 2.6, including the latest&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; MonoDevelop from the site link provided.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Unfortunately, it has not solved our problem of the Starting Form&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; getting&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; stuck on top randomly.  I really wished it was not random...&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; We are compiling our program code in OpenSUSE 11.1 with Mono and&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; MonoDevelop.  Should we compile it another way?&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Maybe the &amp;quot;ShowDialog() method&amp;quot; is not working for us in Mono, is there&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; an&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; alternative method that would achieve the same results and is known to&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; work&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; in Mono?&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Thank you for all your replies so far.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Cheers,&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Steve&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; On Wed, Nov 25, 2009 at 11:17 PM, Jonathan Pobst &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monkey@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt; 2.7 would mean getting the Mono source from SVN and compiling it&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt; yourself.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt; Instead, you can grab the 2.6 preview installer from here and see if it&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt; fixes it:&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://mono.ximian.com/monobuild/preview/download-preview/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://mono.ximian.com/monobuild/preview/download-preview/&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt; Jonathan&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt; Steve wrote:&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Hi All,&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Thank you for your replies.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Can you provide me with a link to the Mono JIT Compiler version 2.7?&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Can only find version 2.4.2.3...&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Once I know where to get it from, I&amp;#39;ll compile and do some testing and&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; will le tyou know the results.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Cheers.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; On Tue, Nov 24, 2009 at 1:25 AM, Petit Eric &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    you could also try to upgrade mono , no ?&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    Mono JIT compiler version 2.7&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    2009/11/23 Carlos Alberto Cortez &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calberto.cortez@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calberto.cortez@...&lt;/a&gt;&amp;gt;&amp;gt;:&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt; That seems like a bug. We have a lot of bug fixes in the new&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; upcoming&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt; versions, but it would of of great help if you could provide a&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    test case or&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt; a VC# solution so we can test.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt; Carlos.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt; 2009/11/23 utneflyte &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Hi All,&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; I am using Mono 2.4.2.3 on OpenSUSE 11.1 and SUSE Linux&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    Enterprise 11&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; I have a kiosk application created with VS2008, compiled in&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    MonoDevelop on&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; OpenSUSE 11.1 and then exported to the machine running SUSE and&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    Mono.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; All forms are of a fixed size taking the full aspect of the&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    screen. Screen&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; resolution 800x600 and so is all form sizes.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; I only have 1 issue left... and need community help.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; The first form (Starting Form) of the program, thus the one&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; that&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    should&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; always be under all other forms... sometimes appears as the&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    top-most form.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; When it does, that form is inactive (in a frozen state) and the&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    only way&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; to&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; close it is via ALT-F4.  Once it&amp;#39;s closed, we can see the form&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    that the&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; user&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; clicked to try to open the other form.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; There is a need to open forms using ShowDialog() method.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    Actually i am&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; using, frm.Owner = this; frm.ShowDialog(this); where frm is the&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    child form&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; to open depending on user action (e.g. button press). That way,&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    there can&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; be&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; 10-15 forms open one after another in a hierarchy. but, as all&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    form are&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; displayed using ShowDialog() method, there can be at most one&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    direct child&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; form open at any given time from a parent form. Also, that&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; child&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    form can&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; open another child form too. This is how navigation goes.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; When the Starting Form on-top stuck issue happens, it occurs&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    randomly when&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; a&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; user clicks and the program opens a form on top of the current&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    form.  It&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; doesn&amp;#39;t matter what is on the form loading or the form that it&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    comes from.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; It is random, the user could be clicking very slowly, one click&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    per minute&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; or 10 clicks per second, it occurs so randomly...&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Anyone experience this type of behavior and have a&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; solution/work-around/different manner that should be used to&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    open these&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; forms?&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Looking forward to your replies.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Thank you.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; --&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; View this message in context:&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;  &lt;a href=&quot;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&lt;/a&gt;&lt;br&gt;

&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Sent from the Mono - WinForms mailing list archive at&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Nabble.com.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Mono-winforms-list maillist  -&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt; Mono-winforms-list maillist  -&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    --&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     Cordially.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     Small Eric Quotations of the days:&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     I have no special talents. I am only passionately curious&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Mono-winforms-list maillist  -  &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; --&lt;br&gt;
&amp;gt;&amp;gt;  Cordially.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;  Small Eric Quotations of the days:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;  ---------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt;  I have no special talents. I am only passionately curious&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;--&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt; Cordially.&lt;br&gt;
&lt;br&gt;
 Small Eric Quotations of the days:&lt;br&gt;
 ---------------------------------------------------------------------------&lt;br&gt;
 I have no special talents. I am only passionately curious&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586092&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26586092.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26583447</id>
	<title>Re: Error With Gdi32.dll</title>
	<published>2009-11-30T14:46:13Z</published>
	<updated>2009-11-30T14:46:13Z</updated>
	<author>
		<name>darkprince87</name>
	</author>
	<content type="html">&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Stifu wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;It seems like this project is directly invoking a Windows DLL (P/Invoke), so it won't work with Mono.
&lt;br&gt;To work around problems like this, some people use Mono under Wine, but I've never tried it, and it doesn't sound ideal. The best solution would be to modify the project to replace the P/Invoke with a managed equivalent.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
the problem is that even if i try to run the windows file.exe with wine (with terminal) I get the same error... :(</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-With-Gdi32.dll-tp26571869p26583447.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26572460</id>
	<title>Re: Error With Gdi32.dll</title>
	<published>2009-11-30T02:34:50Z</published>
	<updated>2009-11-30T02:34:50Z</updated>
	<author>
		<name>Stifu</name>
	</author>
	<content type="html">It seems like this project is directly invoking a Windows DLL (P/Invoke), so it won't work with Mono.
&lt;br&gt;To work around problems like this, some people use Mono under Wine, but I've never tried it, and it doesn't sound ideal. The best solution would be to modify the project to replace the P/Invoke with a managed equivalent.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;darkprince87 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi, I'm trying to compile/execute a project made with VS in windows. I get an error with the dll library gdi32. anyone can suggest me how to solve this? thanks a lot
&lt;br&gt;&lt;br&gt;[Unhandled Exception: System.DllNotFoundException: Gdi32.dll
&lt;br&gt;&amp;nbsp; at (wrapper managed-to-native) fDiscovery.DiscoveryForm:CreateRoundRectRgn (int,int,int,int,int,int)
&lt;br&gt;&amp;nbsp; at fDiscovery.DiscoveryForm.MakeFormRound (Int32 radius) [0x00000] 
&lt;br&gt;&amp;nbsp; at fDiscovery.DiscoveryForm.OnResize (System.EventArgs e) [0x00000] 
&lt;br&gt;&amp;nbsp; at fDiscovery.DiscoveryForm..ctor () [0x00000] 
&lt;br&gt;&amp;nbsp; at fDiscovery.Main..ctor () [0x00000] 
&lt;br&gt;&amp;nbsp; at (wrapper remoting-invoke-with-check) fDiscovery.Main:.ctor ()
&lt;br&gt;&amp;nbsp; at fDiscovery.Program.Main () [0x00000] 
&lt;br&gt;]
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-With-Gdi32.dll-tp26571869p26572460.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26571869</id>
	<title>Error With Gdi32.dll</title>
	<published>2009-11-30T01:52:19Z</published>
	<updated>2009-11-30T01:52:19Z</updated>
	<author>
		<name>darkprince87</name>
	</author>
	<content type="html">Hi, I'm trying to compile/execute a project made with VS in windows. I get an error with the dll library gdi32. anyone can suggest me how to solve this? thanks a lot
&lt;br&gt;&lt;br&gt;[Unhandled Exception: System.DllNotFoundException: Gdi32.dll
&lt;br&gt;&amp;nbsp; at (wrapper managed-to-native) fDiscovery.DiscoveryForm:CreateRoundRectRgn (int,int,int,int,int,int)
&lt;br&gt;&amp;nbsp; at fDiscovery.DiscoveryForm.MakeFormRound (Int32 radius) [0x00000] 
&lt;br&gt;&amp;nbsp; at fDiscovery.DiscoveryForm.OnResize (System.EventArgs e) [0x00000] 
&lt;br&gt;&amp;nbsp; at fDiscovery.DiscoveryForm..ctor () [0x00000] 
&lt;br&gt;&amp;nbsp; at fDiscovery.Main..ctor () [0x00000] 
&lt;br&gt;&amp;nbsp; at (wrapper remoting-invoke-with-check) fDiscovery.Main:.ctor ()
&lt;br&gt;&amp;nbsp; at fDiscovery.Program.Main () [0x00000] 
&lt;br&gt;]</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-With-Gdi32.dll-tp26571869p26571869.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26571364</id>
	<title>Re: Starting Form on top of Child Form Issue - Mono 2.4.2.3 with SUSE 11</title>
	<published>2009-11-30T00:08:17Z</published>
	<updated>2009-11-30T00:08:17Z</updated>
	<author>
		<name>Petit Eric</name>
	</author>
	<content type="html">Did you have same version of libgdiplus ?
&lt;br&gt;&lt;br&gt;2009/11/30 Steve &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571364&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well, you'll be glad to know that it does not seem to be a Mono issue.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; SLES 11 and openSUSE 11.1 had that Starting Form on top issue.
&lt;br&gt;&amp;gt; But when we used a fresh install of openSUSE 11.2, everything worked
&lt;br&gt;&amp;gt; beautifully using the current release of Mono 2.4.2.3
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am not sure why, I'm guessing it could be something to do with the
&lt;br&gt;&amp;gt; specific hardware currently in use as when we tried on different hardware
&lt;br&gt;&amp;gt; configuration, everything worked fine in openSUSE 11.1 and Mono 2.4.2.3
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For you information, this is the hardware that causes issue with version 11
&lt;br&gt;&amp;gt; and 11.1:
&lt;br&gt;&amp;gt; Intel Atom N270 (945GSE + ICH7) with Intel GMA 950 type of system.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Maybe a Gnome pre-2.28 or driver issue... unsure...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Since we dictate what OS goes with our software it does not create an issue
&lt;br&gt;&amp;gt; for us anymore...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for your help on this issue.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; Steve
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Thu, Nov 26, 2009 at 9:26 PM, Petit Eric &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571364&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; How are you playing with ShowDialog(); you use this as Container or
&lt;br&gt;&amp;gt;&amp;gt; anything else, your winforms are TopMost or not in their property, do
&lt;br&gt;&amp;gt;&amp;gt; you have something about this.MdiChildren and this.Parent ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2009/11/26 Steve &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571364&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Hi All,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; As Jonathan mentioned, we downloaded Mono 2.6, including the latest
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; MonoDevelop from the site link provided.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Unfortunately, it has not solved our problem of the Starting Form
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; getting
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; stuck on top randomly.  I really wished it was not random...
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; We are compiling our program code in OpenSUSE 11.1 with Mono and
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; MonoDevelop.  Should we compile it another way?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Maybe the &amp;quot;ShowDialog() method&amp;quot; is not working for us in Mono, is there
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; an
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; alternative method that would achieve the same results and is known to
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; work
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; in Mono?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Thank you for all your replies so far.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Steve
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; On Wed, Nov 25, 2009 at 11:17 PM, Jonathan Pobst &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571364&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monkey@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; 2.7 would mean getting the Mono source from SVN and compiling it
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; yourself.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Instead, you can grab the 2.6 preview installer from here and see if it
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; fixes it:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://mono.ximian.com/monobuild/preview/download-preview/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mono.ximian.com/monobuild/preview/download-preview/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Jonathan
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Steve wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Thank you for your replies.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Can you provide me with a link to the Mono JIT Compiler version 2.7?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Can only find version 2.4.2.3...
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Once I know where to get it from, I'll compile and do some testing and
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; will le tyou know the results.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Cheers.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; On Tue, Nov 24, 2009 at 1:25 AM, Petit Eric &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571364&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571364&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    you could also try to upgrade mono , no ?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    Mono JIT compiler version 2.7
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    2009/11/23 Carlos Alberto Cortez &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571364&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calberto.cortez@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571364&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calberto.cortez@...&lt;/a&gt;&amp;gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt; That seems like a bug. We have a lot of bug fixes in the new
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; upcoming
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt; versions, but it would of of great help if you could provide a
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    test case or
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt; a VC# solution so we can test.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt; Carlos.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt; 2009/11/23 utneflyte &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571364&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571364&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; I am using Mono 2.4.2.3 on OpenSUSE 11.1 and SUSE Linux
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    Enterprise 11
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; I have a kiosk application created with VS2008, compiled in
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    MonoDevelop on
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; OpenSUSE 11.1 and then exported to the machine running SUSE and
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    Mono.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; All forms are of a fixed size taking the full aspect of the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    screen. Screen
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; resolution 800x600 and so is all form sizes.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; I only have 1 issue left... and need community help.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; The first form (Starting Form) of the program, thus the one
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; that
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    should
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; always be under all other forms... sometimes appears as the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    top-most form.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; When it does, that form is inactive (in a frozen state) and the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    only way
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; to
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; close it is via ALT-F4.  Once it's closed, we can see the form
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    that the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; user
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; clicked to try to open the other form.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; There is a need to open forms using ShowDialog() method.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    Actually i am
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; using, frm.Owner = this; frm.ShowDialog(this); where frm is the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    child form
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; to open depending on user action (e.g. button press). That way,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    there can
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; be
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; 10-15 forms open one after another in a hierarchy. but, as all
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    form are
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; displayed using ShowDialog() method, there can be at most one
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    direct child
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; form open at any given time from a parent form. Also, that
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; child
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    form can
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; open another child form too. This is how navigation goes.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; When the Starting Form on-top stuck issue happens, it occurs
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    randomly when
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; a
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; user clicks and the program opens a form on top of the current
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    form.  It
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; doesn't matter what is on the form loading or the form that it
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    comes from.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; It is random, the user could be clicking very slowly, one click
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    per minute
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; or 10 clicks per second, it occurs so randomly...
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Anyone experience this type of behavior and have a
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; solution/work-around/different manner that should be used to
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    open these
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; forms?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Looking forward to your replies.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Thank you.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;  &lt;a href=&quot;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Sent from the Mono - WinForms mailing list archive at
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Mono-winforms-list maillist  -
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571364&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571364&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt; Mono-winforms-list maillist  -
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571364&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571364&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;    --
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     Cordially.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     Small Eric Quotations of the days:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;     I have no special talents. I am only passionately curious
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Mono-winforms-list maillist  -  &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571364&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;  Cordially.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;  Small Eric Quotations of the days:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;  ---------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;  I have no special talents. I am only passionately curious
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;Cordially.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Small Eric Quotations of the days:
&lt;br&gt;&amp;nbsp;---------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp;I have no special talents. I am only passionately curious
&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571364&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26571364.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26569299</id>
	<title>Re: Starting Form on top of Child Form Issue - Mono 2.4.2.3 with SUSE 11</title>
	<published>2009-11-29T19:56:00Z</published>
	<updated>2009-11-29T19:56:00Z</updated>
	<author>
		<name>utneflyte</name>
	</author>
	<content type="html">Hi All,&lt;br&gt;&lt;br&gt;Well, you&amp;#39;ll be glad to know that it does not seem to be a Mono issue.&lt;br&gt;&lt;br&gt;SLES 11 and openSUSE 11.1 had that Starting Form on top issue.&lt;br&gt;But when we used a fresh install of openSUSE 11.2, everything worked beautifully using the current release of Mono 2.4.2.3&lt;br&gt;
&lt;br&gt;I am not sure why, I&amp;#39;m guessing it could be something to do with the specific hardware currently in use as when we tried on different hardware configuration, everything worked fine in openSUSE 11.1 and Mono 2.4.2.3&lt;br&gt;
&lt;br&gt;For you information, this is the hardware that causes issue with version 11 and 11.1:&lt;br&gt;Intel Atom N270 (945GSE + ICH7) with Intel GMA 950 type of system.&lt;br&gt;&lt;br&gt;Maybe a Gnome pre-2.28 or driver issue... unsure...&lt;br&gt;
&lt;br&gt;Since we dictate what OS goes with our software it does not create an issue for us anymore...&lt;br&gt;&lt;br&gt;Thanks for your help on this issue.&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Steve&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 26, 2009 at 9:26 PM, Petit Eric &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569299&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;How are you playing with ShowDialog(); you use this as Container or&lt;br&gt;
anything else, your winforms are TopMost or not in their property, do&lt;br&gt;
you have something about this.MdiChildren and this.Parent ?&lt;br&gt;
&lt;br&gt;
2009/11/26 Steve &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569299&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&amp;gt;:&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&amp;gt; Hi All,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; As Jonathan mentioned, we downloaded Mono 2.6, including the latest&lt;br&gt;
&amp;gt; MonoDevelop from the site link provided.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Unfortunately, it has not solved our problem of the Starting Form getting&lt;br&gt;
&amp;gt; stuck on top randomly.  I really wished it was not random...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; We are compiling our program code in OpenSUSE 11.1 with Mono and&lt;br&gt;
&amp;gt; MonoDevelop.  Should we compile it another way?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Maybe the &amp;quot;ShowDialog() method&amp;quot; is not working for us in Mono, is there an&lt;br&gt;
&amp;gt; alternative method that would achieve the same results and is known to work&lt;br&gt;
&amp;gt; in Mono?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thank you for all your replies so far.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Cheers,&lt;br&gt;
&amp;gt; Steve&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Wed, Nov 25, 2009 at 11:17 PM, Jonathan Pobst &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569299&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monkey@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; 2.7 would mean getting the Mono source from SVN and compiling it yourself.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Instead, you can grab the 2.6 preview installer from here and see if it&lt;br&gt;
&amp;gt;&amp;gt; fixes it:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://mono.ximian.com/monobuild/preview/download-preview/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://mono.ximian.com/monobuild/preview/download-preview/&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Jonathan&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Steve wrote:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Hi All,&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Thank you for your replies.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Can you provide me with a link to the Mono JIT Compiler version 2.7?&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Can only find version 2.4.2.3...&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Once I know where to get it from, I&amp;#39;ll compile and do some testing and&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; will le tyou know the results.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Cheers.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; On Tue, Nov 24, 2009 at 1:25 AM, Petit Eric &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569299&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569299&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    you could also try to upgrade mono , no ?&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    Mono JIT compiler version 2.7&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    2009/11/23 Carlos Alberto Cortez &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569299&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calberto.cortez@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569299&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calberto.cortez@...&lt;/a&gt;&amp;gt;&amp;gt;:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt; That seems like a bug. We have a lot of bug fixes in the new&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; upcoming&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt; versions, but it would of of great help if you could provide a&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    test case or&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt; a VC# solution so we can test.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt; Carlos.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt; 2009/11/23 utneflyte &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569299&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569299&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Hi All,&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; I am using Mono 2.4.2.3 on OpenSUSE 11.1 and SUSE Linux&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    Enterprise 11&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; I have a kiosk application created with VS2008, compiled in&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    MonoDevelop on&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; OpenSUSE 11.1 and then exported to the machine running SUSE and&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    Mono.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; All forms are of a fixed size taking the full aspect of the&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    screen. Screen&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; resolution 800x600 and so is all form sizes.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; I only have 1 issue left... and need community help.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; The first form (Starting Form) of the program, thus the one that&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    should&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; always be under all other forms... sometimes appears as the&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    top-most form.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; When it does, that form is inactive (in a frozen state) and the&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    only way&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; to&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; close it is via ALT-F4.  Once it&amp;#39;s closed, we can see the form&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    that the&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; user&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; clicked to try to open the other form.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; There is a need to open forms using ShowDialog() method.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    Actually i am&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; using, frm.Owner = this; frm.ShowDialog(this); where frm is the&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    child form&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; to open depending on user action (e.g. button press). That way,&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    there can&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; be&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; 10-15 forms open one after another in a hierarchy. but, as all&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    form are&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; displayed using ShowDialog() method, there can be at most one&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    direct child&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; form open at any given time from a parent form. Also, that child&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    form can&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; open another child form too. This is how navigation goes.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; When the Starting Form on-top stuck issue happens, it occurs&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    randomly when&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; a&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; user clicks and the program opens a form on top of the current&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    form.  It&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; doesn&amp;#39;t matter what is on the form loading or the form that it&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    comes from.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; It is random, the user could be clicking very slowly, one click&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    per minute&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; or 10 clicks per second, it occurs so randomly...&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Anyone experience this type of behavior and have a&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; solution/work-around/different manner that should be used to&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    open these&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; forms?&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Looking forward to your replies.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Thank you.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; --&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; View this message in context:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;  &lt;a href=&quot;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&lt;/a&gt;&lt;br&gt;

&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Sent from the Mono - WinForms mailing list archive at Nabble.com.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Mono-winforms-list maillist  -&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569299&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569299&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt; Mono-winforms-list maillist  -&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569299&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569299&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;    --&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     Cordially.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     Small Eric Quotations of the days:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;     I have no special talents. I am only passionately curious&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Mono-winforms-list maillist  -  &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569299&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;--&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt; Cordially.&lt;br&gt;
&lt;br&gt;
 Small Eric Quotations of the days:&lt;br&gt;
 ---------------------------------------------------------------------------&lt;br&gt;
 I have no special talents. I am only passionately curious&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569299&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26569299.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26545644</id>
	<title>Re: Fonts i mono-mwf / wine</title>
	<published>2009-11-28T02:39:52Z</published>
	<updated>2009-11-28T02:39:52Z</updated>
	<author>
		<name>Stifu</name>
	</author>
	<content type="html">It's not that Wine does a better job, it's just that Mono and Wine don't have the same goals, and don't do things the same way. Wine tries its best to act just like Windows, while Mono uses the default OS fonts (and icons, too). So Mono integrates better with the OS, although WinForms isn't really the best example of that (OS integration could be improved some more, especially on OSX, I guess).
&lt;br&gt;&lt;br&gt;Note that Windows users can also change their default font settings, meaning non-flexible apps would also have a &amp;quot;strange look&amp;quot; in that case. So it's not a new issue that Mono introduces, but can also happen with .NET on Windows.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;kuse wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hello, 
&lt;br&gt;&lt;br&gt;One thing that hit me today that I havent thought of before when I was running spotify as usual through wine was that the fonts/sizes was almost the same as on windows.
&lt;br&gt;&lt;br&gt;But in mono winforms on the other hand, this is almost always an issue when I trying different applications using mwf under mono, the fonts/sizes are not the same, resulting in a strange look. 
&lt;br&gt;&lt;br&gt;Why does wine do a better job rendering win32-components than mono does?
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fonts-i-mono-mwf---wine-tp26545641p26545644.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26545641</id>
	<title>Fonts i mono-mwf / wine</title>
	<published>2009-11-28T01:44:57Z</published>
	<updated>2009-11-28T01:44:57Z</updated>
	<author>
		<name>kuse</name>
	</author>
	<content type="html">Hello, 
&lt;br&gt;&lt;br&gt;One thing that hit me today that I havent thought of before when I was running spotify as usual through wine was that the fonts/sizes was almost the same as on windows.
&lt;br&gt;&lt;br&gt;But in mono winforms on the other hand, this is almost always an issue when I trying different applications using mwf under mono, the fonts/sizes are not the same, resulting in a strange look. 
&lt;br&gt;&lt;br&gt;Why does wine do a better job rendering win32-components than mono does?</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fonts-i-mono-mwf---wine-tp26545641p26545641.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26535373</id>
	<title>New to Mono, some advices. Compiling and running code.</title>
	<published>2009-11-26T13:53:56Z</published>
	<updated>2009-11-26T13:53:56Z</updated>
	<author>
		<name>Floydisima</name>
	</author>
	<content type="html">Hello everybody, I've build a pretty big app on C# 2.0 using VS for windows, the thing is that now the client wants to run it on Linux. Some guy at the office offer himself to make the port, but 2 weeks later he didnt make any progress so I have to take over.
&lt;br&gt;So, right now Im on a laptop running Xubuntu and Monodevelop, for some reason I imagine that this guy didnt make the migration analisys. I've fix all his compiling errors, and it's building ok the app, but it's giving me a .exe file. This of course sounds newbie, and because I am one on what linux concern, I need to ask, whats the next step?
&lt;br&gt;&lt;br&gt;I want the app to run nativly not using wine for example. So basically Im asking what direction to take.
&lt;br&gt;&lt;br&gt;Start the project again, pass it thru the migration wizard?
&lt;br&gt;Is it a good news or a bad one, that Im compiling an exe? 
&lt;br&gt;&lt;br&gt;Sorry for the long post.
&lt;br&gt;&lt;br&gt;Thanks</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-to-Mono%2C-some-advices.-Compiling-and-running-code.-tp26535373p26535373.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26530189</id>
	<title>Re: Starting Form on top of Child Form Issue - Mono 2.4.2.3 with SUSE 11</title>
	<published>2009-11-26T06:26:25Z</published>
	<updated>2009-11-26T06:26:25Z</updated>
	<author>
		<name>Petit Eric</name>
	</author>
	<content type="html">How are you playing with ShowDialog(); you use this as Container or
&lt;br&gt;anything else, your winforms are TopMost or not in their property, do
&lt;br&gt;you have something about this.MdiChildren and this.Parent ?
&lt;br&gt;&lt;br&gt;2009/11/26 Steve &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530189&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As Jonathan mentioned, we downloaded Mono 2.6, including the latest
&lt;br&gt;&amp;gt; MonoDevelop from the site link provided.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Unfortunately, it has not solved our problem of the Starting Form getting
&lt;br&gt;&amp;gt; stuck on top randomly.  I really wished it was not random...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We are compiling our program code in OpenSUSE 11.1 with Mono and
&lt;br&gt;&amp;gt; MonoDevelop.  Should we compile it another way?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Maybe the &amp;quot;ShowDialog() method&amp;quot; is not working for us in Mono, is there an
&lt;br&gt;&amp;gt; alternative method that would achieve the same results and is known to work
&lt;br&gt;&amp;gt; in Mono?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thank you for all your replies so far.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; Steve
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Wed, Nov 25, 2009 at 11:17 PM, Jonathan Pobst &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530189&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monkey@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2.7 would mean getting the Mono source from SVN and compiling it yourself.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Instead, you can grab the 2.6 preview installer from here and see if it
&lt;br&gt;&amp;gt;&amp;gt; fixes it:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://mono.ximian.com/monobuild/preview/download-preview/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mono.ximian.com/monobuild/preview/download-preview/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Jonathan
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Steve wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thank you for your replies.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Can you provide me with a link to the Mono JIT Compiler version 2.7?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Can only find version 2.4.2.3...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Once I know where to get it from, I'll compile and do some testing and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; will le tyou know the results.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Cheers.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Tue, Nov 24, 2009 at 1:25 AM, Petit Eric &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530189&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530189&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    you could also try to upgrade mono , no ?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    Mono JIT compiler version 2.7
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    2009/11/23 Carlos Alberto Cortez &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530189&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calberto.cortez@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530189&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calberto.cortez@...&lt;/a&gt;&amp;gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt; That seems like a bug. We have a lot of bug fixes in the new
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; upcoming
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt; versions, but it would of of great help if you could provide a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    test case or
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt; a VC# solution so we can test.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt; Carlos.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt; 2009/11/23 utneflyte &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530189&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530189&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; I am using Mono 2.4.2.3 on OpenSUSE 11.1 and SUSE Linux
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    Enterprise 11
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; I have a kiosk application created with VS2008, compiled in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    MonoDevelop on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; OpenSUSE 11.1 and then exported to the machine running SUSE and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    Mono.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; All forms are of a fixed size taking the full aspect of the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    screen. Screen
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; resolution 800x600 and so is all form sizes.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; I only have 1 issue left... and need community help.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; The first form (Starting Form) of the program, thus the one that
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    should
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; always be under all other forms... sometimes appears as the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    top-most form.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; When it does, that form is inactive (in a frozen state) and the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    only way
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; close it is via ALT-F4.  Once it's closed, we can see the form
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    that the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; user
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; clicked to try to open the other form.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; There is a need to open forms using ShowDialog() method.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    Actually i am
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; using, frm.Owner = this; frm.ShowDialog(this); where frm is the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    child form
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; to open depending on user action (e.g. button press). That way,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    there can
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; be
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; 10-15 forms open one after another in a hierarchy. but, as all
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    form are
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; displayed using ShowDialog() method, there can be at most one
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    direct child
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; form open at any given time from a parent form. Also, that child
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    form can
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; open another child form too. This is how navigation goes.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; When the Starting Form on-top stuck issue happens, it occurs
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    randomly when
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; user clicks and the program opens a form on top of the current
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    form.  It
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; doesn't matter what is on the form loading or the form that it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    comes from.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; It is random, the user could be clicking very slowly, one click
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    per minute
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; or 10 clicks per second, it occurs so randomly...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Anyone experience this type of behavior and have a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; solution/work-around/different manner that should be used to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    open these
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; forms?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Looking forward to your replies.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Thank you.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;  &lt;a href=&quot;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Sent from the Mono - WinForms mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; Mono-winforms-list maillist  -
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530189&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530189&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt; Mono-winforms-list maillist  -
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530189&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530189&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     Cordially.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     Small Eric Quotations of the days:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     I have no special talents. I am only passionately curious
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Mono-winforms-list maillist  -  &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530189&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;Cordially.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Small Eric Quotations of the days:
&lt;br&gt;&amp;nbsp;---------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp;I have no special talents. I am only passionately curious
&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530189&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26530189.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26529590</id>
	<title>Re: Starting Form on top of Child Form Issue - Mono 2.4.2.3 with SUSE 11</title>
	<published>2009-11-26T05:41:55Z</published>
	<updated>2009-11-26T05:41:55Z</updated>
	<author>
		<name>utneflyte</name>
	</author>
	<content type="html">Hi All,&lt;br&gt;&lt;br&gt;As Jonathan mentioned, we downloaded Mono 2.6, including the latest MonoDevelop from the site link provided.&lt;br&gt;&lt;br&gt;Unfortunately, it has not solved our problem of the Starting Form getting stuck on top randomly.  I really wished it was not random...&lt;br&gt;
&lt;br&gt;We are compiling our program code in OpenSUSE 11.1 with Mono and MonoDevelop.  Should we compile it another way?&lt;br&gt;&lt;br&gt;Maybe the &amp;quot;ShowDialog() method&amp;quot; is not working for us in Mono, is there an alternative method that would achieve the same results and is known to work in Mono?&lt;br&gt;
&lt;br&gt;Thank you for all your replies so far.&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Steve&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Nov 25, 2009 at 11:17 PM, Jonathan Pobst &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529590&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;monkey@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;2.7 would mean getting the Mono source from SVN and compiling it yourself.&lt;br&gt;
&lt;br&gt;
Instead, you can grab the 2.6 preview installer from here and see if it fixes it:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://mono.ximian.com/monobuild/preview/download-preview/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://mono.ximian.com/monobuild/preview/download-preview/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Jonathan&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Steve wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;im&quot;&gt;
Hi All,&lt;br&gt;
Thank you for your replies.&lt;br&gt;
&lt;br&gt;
Can you provide me with a link to the Mono JIT Compiler version 2.7?&lt;br&gt;
Can only find version 2.4.2.3...&lt;br&gt;
&lt;br&gt;
Once I know where to get it from, I&amp;#39;ll compile and do some testing and will le tyou know the results.&lt;br&gt;
&lt;br&gt;
Cheers.&lt;br&gt;
&lt;br&gt;&lt;/div&gt;&lt;div class=&quot;im&quot;&gt;
On Tue, Nov 24, 2009 at 1:25 AM, Petit Eric &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529590&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529590&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:&lt;br&gt;

&lt;br&gt;
    you could also try to upgrade mono , no ?&lt;br&gt;
    Mono JIT compiler version 2.7&lt;br&gt;
&lt;br&gt;
    2009/11/23 Carlos Alberto Cortez &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529590&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calberto.cortez@...&lt;/a&gt;&lt;br&gt;&lt;/div&gt;
    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529590&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calberto.cortez@...&lt;/a&gt;&amp;gt;&amp;gt;:&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
     &amp;gt; That seems like a bug. We have a lot of bug fixes in the new upcoming&lt;br&gt;
     &amp;gt; versions, but it would of of great help if you could provide a&lt;br&gt;
    test case or&lt;br&gt;
     &amp;gt; a VC# solution so we can test.&lt;br&gt;
     &amp;gt;&lt;br&gt;
     &amp;gt; Carlos.&lt;br&gt;
     &amp;gt;&lt;br&gt;&lt;/div&gt;
     &amp;gt; 2009/11/23 utneflyte &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529590&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529590&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&amp;gt;&amp;gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;
&lt;br&gt;
     &amp;gt;&amp;gt;&lt;br&gt;
     &amp;gt;&amp;gt; Hi All,&lt;br&gt;
     &amp;gt;&amp;gt;&lt;br&gt;
     &amp;gt;&amp;gt; I am using Mono 2.4.2.3 on OpenSUSE 11.1 and SUSE Linux&lt;br&gt;
    Enterprise 11&lt;br&gt;
     &amp;gt;&amp;gt;&lt;br&gt;
     &amp;gt;&amp;gt; I have a kiosk application created with VS2008, compiled in&lt;br&gt;
    MonoDevelop on&lt;br&gt;
     &amp;gt;&amp;gt; OpenSUSE 11.1 and then exported to the machine running SUSE and&lt;br&gt;
    Mono.&lt;br&gt;
     &amp;gt;&amp;gt;&lt;br&gt;
     &amp;gt;&amp;gt; All forms are of a fixed size taking the full aspect of the&lt;br&gt;
    screen. Screen&lt;br&gt;
     &amp;gt;&amp;gt; resolution 800x600 and so is all form sizes.&lt;br&gt;
     &amp;gt;&amp;gt;&lt;br&gt;
     &amp;gt;&amp;gt; I only have 1 issue left... and need community help.&lt;br&gt;
     &amp;gt;&amp;gt;&lt;br&gt;
     &amp;gt;&amp;gt; The first form (Starting Form) of the program, thus the one that&lt;br&gt;
    should&lt;br&gt;
     &amp;gt;&amp;gt; always be under all other forms... sometimes appears as the&lt;br&gt;
    top-most form.&lt;br&gt;
     &amp;gt;&amp;gt; When it does, that form is inactive (in a frozen state) and the&lt;br&gt;
    only way&lt;br&gt;
     &amp;gt;&amp;gt; to&lt;br&gt;
     &amp;gt;&amp;gt; close it is via ALT-F4.  Once it&amp;#39;s closed, we can see the form&lt;br&gt;
    that the&lt;br&gt;
     &amp;gt;&amp;gt; user&lt;br&gt;
     &amp;gt;&amp;gt; clicked to try to open the other form.&lt;br&gt;
     &amp;gt;&amp;gt;&lt;br&gt;
     &amp;gt;&amp;gt; There is a need to open forms using ShowDialog() method.&lt;br&gt;
    Actually i am&lt;br&gt;
     &amp;gt;&amp;gt; using, frm.Owner = this; frm.ShowDialog(this); where frm is the&lt;br&gt;
    child form&lt;br&gt;
     &amp;gt;&amp;gt; to open depending on user action (e.g. button press). That way,&lt;br&gt;
    there can&lt;br&gt;
     &amp;gt;&amp;gt; be&lt;br&gt;
     &amp;gt;&amp;gt; 10-15 forms open one after another in a hierarchy. but, as all&lt;br&gt;
    form are&lt;br&gt;
     &amp;gt;&amp;gt; displayed using ShowDialog() method, there can be at most one&lt;br&gt;
    direct child&lt;br&gt;
     &amp;gt;&amp;gt; form open at any given time from a parent form. Also, that child&lt;br&gt;
    form can&lt;br&gt;
     &amp;gt;&amp;gt; open another child form too. This is how navigation goes.&lt;br&gt;
     &amp;gt;&amp;gt;&lt;br&gt;
     &amp;gt;&amp;gt; When the Starting Form on-top stuck issue happens, it occurs&lt;br&gt;
    randomly when&lt;br&gt;
     &amp;gt;&amp;gt; a&lt;br&gt;
     &amp;gt;&amp;gt; user clicks and the program opens a form on top of the current&lt;br&gt;
    form.  It&lt;br&gt;
     &amp;gt;&amp;gt; doesn&amp;#39;t matter what is on the form loading or the form that it&lt;br&gt;
    comes from.&lt;br&gt;
     &amp;gt;&amp;gt; It is random, the user could be clicking very slowly, one click&lt;br&gt;
    per minute&lt;br&gt;
     &amp;gt;&amp;gt; or 10 clicks per second, it occurs so randomly...&lt;br&gt;
     &amp;gt;&amp;gt;&lt;br&gt;
     &amp;gt;&amp;gt; Anyone experience this type of behavior and have a&lt;br&gt;
     &amp;gt;&amp;gt; solution/work-around/different manner that should be used to&lt;br&gt;
    open these&lt;br&gt;
     &amp;gt;&amp;gt; forms?&lt;br&gt;
     &amp;gt;&amp;gt;&lt;br&gt;
     &amp;gt;&amp;gt; Looking forward to your replies.&lt;br&gt;
     &amp;gt;&amp;gt;&lt;br&gt;
     &amp;gt;&amp;gt; Thank you.&lt;br&gt;
     &amp;gt;&amp;gt; --&lt;br&gt;
     &amp;gt;&amp;gt; View this message in context:&lt;br&gt;
     &amp;gt;&amp;gt;&lt;br&gt;
    &lt;a href=&quot;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&lt;/a&gt;&lt;br&gt;

     &amp;gt;&amp;gt; Sent from the Mono - WinForms mailing list archive at Nabble.com.&lt;br&gt;
     &amp;gt;&amp;gt;&lt;br&gt;
     &amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
     &amp;gt;&amp;gt; Mono-winforms-list maillist  -&lt;br&gt;
     &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529590&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529590&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&amp;gt;&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
     &amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;
     &amp;gt;&lt;br&gt;
     &amp;gt;&lt;br&gt;
     &amp;gt; _______________________________________________&lt;br&gt;
     &amp;gt; Mono-winforms-list maillist  -&lt;br&gt;
     &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529590&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&lt;br&gt;&lt;/div&gt;
    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529590&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&amp;gt;&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
     &amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;
     &amp;gt;&lt;br&gt;
     &amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
    --&lt;br&gt;
     Cordially.&lt;br&gt;
&lt;br&gt;
     Small Eric Quotations of the days:&lt;br&gt;
     ---------------------------------------------------------------------------&lt;br&gt;
     I have no special talents. I am only passionately curious&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;/div&gt;
------------------------------------------------------------------------&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Mono-winforms-list maillist  -  &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529590&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529590&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26529590.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515598</id>
	<title>Re: Starting Form on top of Child Form Issue -	Mono 2.4.2.3 with SUSE 11</title>
	<published>2009-11-25T08:17:53Z</published>
	<updated>2009-11-25T08:17:53Z</updated>
	<author>
		<name>Alexander Shulgin</name>
	</author>
	<content type="html">Steve wrote:
&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt; Thank you for your replies.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can you provide me with a link to the Mono JIT Compiler version 2.7?
&lt;br&gt;&lt;br&gt;You'll get this version if you build mono from trunk.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Alex
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515598&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26515598.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515604</id>
	<title>Re: Starting Form on top of Child Form Issue -	Mono 2.4.2.3 with SUSE 11</title>
	<published>2009-11-25T08:17:24Z</published>
	<updated>2009-11-25T08:17:24Z</updated>
	<author>
		<name>Jonathan Pobst</name>
	</author>
	<content type="html">2.7 would mean getting the Mono source from SVN and compiling it yourself.
&lt;br&gt;&lt;br&gt;Instead, you can grab the 2.6 preview installer from here and see if it 
&lt;br&gt;fixes it:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://mono.ximian.com/monobuild/preview/download-preview/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mono.ximian.com/monobuild/preview/download-preview/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Jonathan
&lt;br&gt;&lt;br&gt;&lt;br&gt;Steve wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt; Thank you for your replies.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can you provide me with a link to the Mono JIT Compiler version 2.7?
&lt;br&gt;&amp;gt; Can only find version 2.4.2.3...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Once I know where to get it from, I'll compile and do some testing and 
&lt;br&gt;&amp;gt; will le tyou know the results.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Tue, Nov 24, 2009 at 1:25 AM, Petit Eric &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515604&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515604&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; you could also try to upgrade mono , no ?
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Mono JIT compiler version 2.7
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 2009/11/23 Carlos Alberto Cortez &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515604&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calberto.cortez@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515604&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calberto.cortez@...&lt;/a&gt;&amp;gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; That seems like a bug. We have a lot of bug fixes in the new upcoming
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; versions, but it would of of great help if you could provide a
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; test case or
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; a VC# solution so we can test.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; Carlos.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; 2009/11/23 utneflyte &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515604&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515604&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; I am using Mono 2.4.2.3 on OpenSUSE 11.1 and SUSE Linux
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Enterprise 11
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; I have a kiosk application created with VS2008, compiled in
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; MonoDevelop on
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; OpenSUSE 11.1 and then exported to the machine running SUSE and
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Mono.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; All forms are of a fixed size taking the full aspect of the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; screen. Screen
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; resolution 800x600 and so is all form sizes.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; I only have 1 issue left... and need community help.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; The first form (Starting Form) of the program, thus the one that
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; should
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; always be under all other forms... sometimes appears as the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; top-most form.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; When it does, that form is inactive (in a frozen state) and the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; only way
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; to
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; close it is via ALT-F4. &amp;nbsp;Once it's closed, we can see the form
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; that the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; user
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; clicked to try to open the other form.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; There is a need to open forms using ShowDialog() method.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Actually i am
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; using, frm.Owner = this; frm.ShowDialog(this); where frm is the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; child form
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; to open depending on user action (e.g. button press). That way,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; there can
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; be
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; 10-15 forms open one after another in a hierarchy. but, as all
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; form are
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; displayed using ShowDialog() method, there can be at most one
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; direct child
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; form open at any given time from a parent form. Also, that child
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; form can
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; open another child form too. This is how navigation goes.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; When the Starting Form on-top stuck issue happens, it occurs
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; randomly when
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; a
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; user clicks and the program opens a form on top of the current
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; form. &amp;nbsp;It
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; doesn't matter what is on the form loading or the form that it
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; comes from.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; It is random, the user could be clicking very slowly, one click
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; per minute
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; or 10 clicks per second, it occurs so randomly...
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; Anyone experience this type of behavior and have a
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; solution/work-around/different manner that should be used to
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; open these
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; forms?
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; Looking forward to your replies.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; Thank you.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; Sent from the Mono - WinForms mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; Mono-winforms-list maillist &amp;nbsp;-
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515604&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515604&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; Mono-winforms-list maillist &amp;nbsp;-
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515604&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515604&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; --
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Cordially.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Small Eric Quotations of the days:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;---------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;I have no special talents. I am only passionately curious
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515604&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515604&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26515604.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515535</id>
	<title>Re: Starting Form on top of Child Form Issue - Mono 2.4.2.3 with SUSE 11</title>
	<published>2009-11-25T08:13:43Z</published>
	<updated>2009-11-25T08:13:43Z</updated>
	<author>
		<name>utneflyte</name>
	</author>
	<content type="html">Hi All,&lt;br&gt;Thank you for your replies.&lt;br&gt;&lt;br&gt;Can you provide me with a link to the Mono JIT Compiler version 2.7? &lt;br&gt;Can only find version 2.4.2.3...&lt;br&gt;&lt;br&gt;Once I know where to get it from, I&amp;#39;ll compile and do some testing and will le tyou know the results.&lt;br&gt;
&lt;br&gt;Cheers.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 1:25 AM, Petit Eric &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515535&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;surfzoid@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
you could also try to upgrade mono , no ?&lt;br&gt;
Mono JIT compiler version 2.7&lt;br&gt;
&lt;br&gt;
2009/11/23 Carlos Alberto Cortez &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515535&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calberto.cortez@...&lt;/a&gt;&amp;gt;:&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&amp;gt; That seems like a bug. We have a lot of bug fixes in the new upcoming&lt;br&gt;
&amp;gt; versions, but it would of of great help if you could provide a test case or&lt;br&gt;
&amp;gt; a VC# solution so we can test.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Carlos.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; 2009/11/23 utneflyte &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515535&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Hi All,&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I am using Mono 2.4.2.3 on OpenSUSE 11.1 and SUSE Linux Enterprise 11&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I have a kiosk application created with VS2008, compiled in MonoDevelop on&lt;br&gt;
&amp;gt;&amp;gt; OpenSUSE 11.1 and then exported to the machine running SUSE and Mono.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; All forms are of a fixed size taking the full aspect of the screen. Screen&lt;br&gt;
&amp;gt;&amp;gt; resolution 800x600 and so is all form sizes.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I only have 1 issue left... and need community help.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; The first form (Starting Form) of the program, thus the one that should&lt;br&gt;
&amp;gt;&amp;gt; always be under all other forms... sometimes appears as the top-most form.&lt;br&gt;
&amp;gt;&amp;gt; When it does, that form is inactive (in a frozen state) and the only way&lt;br&gt;
&amp;gt;&amp;gt; to&lt;br&gt;
&amp;gt;&amp;gt; close it is via ALT-F4.  Once it&amp;#39;s closed, we can see the form that the&lt;br&gt;
&amp;gt;&amp;gt; user&lt;br&gt;
&amp;gt;&amp;gt; clicked to try to open the other form.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; There is a need to open forms using ShowDialog() method. Actually i am&lt;br&gt;
&amp;gt;&amp;gt; using, frm.Owner = this; frm.ShowDialog(this); where frm is the child form&lt;br&gt;
&amp;gt;&amp;gt; to open depending on user action (e.g. button press). That way, there can&lt;br&gt;
&amp;gt;&amp;gt; be&lt;br&gt;
&amp;gt;&amp;gt; 10-15 forms open one after another in a hierarchy. but, as all form are&lt;br&gt;
&amp;gt;&amp;gt; displayed using ShowDialog() method, there can be at most one direct child&lt;br&gt;
&amp;gt;&amp;gt; form open at any given time from a parent form. Also, that child form can&lt;br&gt;
&amp;gt;&amp;gt; open another child form too. This is how navigation goes.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; When the Starting Form on-top stuck issue happens, it occurs randomly when&lt;br&gt;
&amp;gt;&amp;gt; a&lt;br&gt;
&amp;gt;&amp;gt; user clicks and the program opens a form on top of the current form.  It&lt;br&gt;
&amp;gt;&amp;gt; doesn&amp;#39;t matter what is on the form loading or the form that it comes from.&lt;br&gt;
&amp;gt;&amp;gt; It is random, the user could be clicking very slowly, one click per minute&lt;br&gt;
&amp;gt;&amp;gt; or 10 clicks per second, it occurs so randomly...&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Anyone experience this type of behavior and have a&lt;br&gt;
&amp;gt;&amp;gt; solution/work-around/different manner that should be used to open these&lt;br&gt;
&amp;gt;&amp;gt; forms?&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Looking forward to your replies.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Thank you.&lt;br&gt;
&amp;gt;&amp;gt; --&lt;br&gt;
&amp;gt;&amp;gt; View this message in context:&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&lt;/a&gt;&lt;br&gt;

&amp;gt;&amp;gt; Sent from the Mono - WinForms mailing list archive at Nabble.com.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt; Mono-winforms-list maillist  -  &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515535&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Mono-winforms-list maillist  -  &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515535&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;--&lt;br&gt;
 Cordially.&lt;br&gt;
&lt;br&gt;
 Small Eric Quotations of the days:&lt;br&gt;
 ---------------------------------------------------------------------------&lt;br&gt;
 I have no special talents. I am only passionately curious&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515535&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26515535.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26510643</id>
	<title>Re: translation update failed</title>
	<published>2009-11-25T02:43:35Z</published>
	<updated>2009-11-25T02:43:35Z</updated>
	<author>
		<name>Petit Eric</name>
	</author>
	<content type="html">Why using WINFORMS list for GTK# ?
&lt;br&gt;&lt;br&gt;2009/11/25 Dimitris Karantonis &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510643&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dkarantonis@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The translation project I have added to my gtk# mono project fails to get
&lt;br&gt;&amp;gt; updated and the following message appears:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; “Translation update failed. CodePage 37 not supported”.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The build also fails. Any ideas?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mono-winforms-list maillist  -  &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510643&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;Cordially.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Small Eric Quotations of the days:
&lt;br&gt;&amp;nbsp;---------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp;I have no special talents. I am only passionately curious
&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510643&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/translation-update-failed-tp26510555p26510643.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26510555</id>
	<title>translation update failed</title>
	<published>2009-11-25T02:34:31Z</published>
	<updated>2009-11-25T02:34:31Z</updated>
	<author>
		<name>dkarantonis</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;The translation project I have added to my gtk# mono project
fails to get updated and the following message appears:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&amp;#8220;&lt;span style='color:red'&gt;Translation update failed.
CodePage 37 not supported&lt;/span&gt;&amp;#8221;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;The build also fails. Any ideas?&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Thanks in advance&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510555&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/translation-update-failed-tp26510555p26510555.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26503430</id>
	<title>Re: MonoDevelop and debug</title>
	<published>2009-11-24T13:18:50Z</published>
	<updated>2009-11-24T13:18:50Z</updated>
	<author>
		<name>Julio Cesar Camps</name>
	</author>
	<content type="html">&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;&lt;head&gt;&lt;meta name=Generator content=&quot;Microsoft Word 14 (filtered medium)&quot;&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
&lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
&lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
&lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
&lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;/head&gt;&lt;body lang=EN-US link=blue vlink=purple&gt;&lt;div class=WordSection1&gt;&lt;p class=MsoNormal&gt;&lt;span style='color:#1F497D'&gt;You have to install, mono debugger (mdb), just that.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;i&gt;&lt;span lang=ES style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:navy'&gt;Msc. Julio Cesar Jerez Camps&lt;br&gt;Responsable de la Sección de los Servicios de Gestión de Información Universitaria.&lt;br&gt;Profesor Instructor. Dirección de Servicios de las TIC. DiserTIC&lt;br&gt;Instituto Superior Politécnico José Antonio Echeverría CUJAE&lt;br&gt;Calle 114, No. 11901 entre 119 y 127, Marianao CP 19390, Ciudad de la Habana. Cuba&lt;br&gt;Teléfonos:537-2663323, 537-2663331&lt;/span&gt;&lt;/i&gt;&lt;span style='font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;p class=MsoNormal&gt;&lt;span style='color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'&gt;&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503430&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mono-winforms-list-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503430&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mono-winforms-list-bounces@...&lt;/a&gt;] &lt;b&gt;On Behalf Of &lt;/b&gt;Dimitris Karantonis&lt;br&gt;&lt;b&gt;Sent:&lt;/b&gt; Tuesday, November 24, 2009 9:40 AM&lt;br&gt;&lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503430&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&lt;br&gt;&lt;b&gt;Subject:&lt;/b&gt; [Mono-winforms-list] MonoDevelop and debug&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;I am currently working on a gtk#2 project using MonoDevelop 2 IDE, inside an Ubuntu 9.10 virtual box machine, hosted by Windows 7 OS.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;The problem I have is that the MonoDevelop IDE has not debug project functionality, making my life as a developer difficult.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;Any ideas on how I could fix this problem?&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;Thanks in advance,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;Dimitris&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;'&gt;&lt;br&gt;&lt;br&gt;__________ Information from ESET NOD32 Antivirus, version of virus signature database 4632 (20091124) __________&lt;br&gt;&lt;br&gt;The message was checked by ESET NOD32 Antivirus.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.eset.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eset.com&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503430&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MonoDevelop-and-debug-tp26500327p26503430.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26503293</id>
	<title>Re: MonoDevelop and debug</title>
	<published>2009-11-24T13:08:47Z</published>
	<updated>2009-11-24T13:08:47Z</updated>
	<author>
		<name>Stephen A.</name>
	</author>
	<content type="html">sudo apt-get install monodevelop-debugger-*
&lt;br&gt;&lt;br&gt;You may also wish to add SVN support (sudo apt-get install 
&lt;br&gt;monodevelop-versioncontrol)
&lt;br&gt;&lt;br&gt;Dimitris Karantonis wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am currently working on a gtk#2 project using MonoDevelop 2 IDE, 
&lt;br&gt;&amp;gt; inside an Ubuntu 9.10 virtual box machine, hosted by Windows 7 OS.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The problem I have is that the MonoDevelop IDE has not debug project 
&lt;br&gt;&amp;gt; functionality, making my life as a developer difficult.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any ideas on how I could fix this problem?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dimitris
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503293&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503293&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MonoDevelop-and-debug-tp26500327p26503293.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26500327</id>
	<title>MonoDevelop and debug</title>
	<published>2009-11-24T09:39:53Z</published>
	<updated>2009-11-24T09:39:53Z</updated>
	<author>
		<name>dkarantonis</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;I am currently working on a gtk#2 project using MonoDevelop
2 IDE, inside an Ubuntu 9.10 virtual box machine, hosted by Windows 7 OS.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;The problem I have is that the MonoDevelop IDE has not debug
project functionality, making my life as a developer difficult.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Any ideas on how I could fix this problem?&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Thanks in advance,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Dimitris&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500327&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MonoDevelop-and-debug-tp26500327p26500327.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26493896</id>
	<title>Re: Some Winforms Questions</title>
	<published>2009-11-24T02:55:48Z</published>
	<updated>2009-11-24T02:55:48Z</updated>
	<author>
		<name>Daniel Rosenstark-4</name>
	</author>
	<content type="html">Perfect, thanks Carlos. I&amp;#39;ll need to check it (The RTE component) out and open another thread with what I see/do not see.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 11:26 AM, Carlos Alberto Cortez &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26493896&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calberto.cortez@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hey!&lt;br&gt;&lt;br&gt;I&amp;#39;m not our OSX expert, so I will leave those questions unanswered.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
&lt;div class=&quot;im&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;3) The RichTextEditor in Winforms on Mono is mostly useless. Does GTK# provide something better? Or can anyone recommend any libraries for Winforms? I actually don&amp;#39;t need richtext, but I do need undo, hyperlinks, indenting and bullets....&lt;br&gt;

&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;What are the issues you were/are getting with RichTextBox? I fixed some stuff there some months ago, so it should be working better now. Anyway, it you find any error, please report it so we can fix it. &lt;br&gt;

&lt;br&gt;&lt;/div&gt;&lt;div class=&quot;im&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;5) What is the present/future of Winforms on Mono for IPhone? Android? &lt;br&gt;
&lt;/blockquote&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;No plans on the mobile segment for now.&lt;br&gt; &lt;/div&gt;&lt;/div&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26493896&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Some-Winforms-Questions-tp26493374p26493896.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26493632</id>
	<title>Re: Some Winforms Questions</title>
	<published>2009-11-24T02:33:52Z</published>
	<updated>2009-11-24T02:33:52Z</updated>
	<author>
		<name>Stifu</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;1) I think there's no solution for that, it's been asked before, you may want to look around.
&lt;br&gt;2) Mixing GTK# and WinForms, although more or less possible, is not a good idea, IMO. Just pick one or the other.
&lt;br&gt;3) No idea.
&lt;br&gt;4) There hasn't been any Mac-specific progress that I could see (there were some plans for Mono 2.6, but they ended up being scrapped, unfortunately). That said, I recently discovered a parameter that makes WinForms apps behave better on Mac. Launch your app by typing: MONO_MWF_MAC_FORCE_X11=1 mono yourapp.exe
&lt;br&gt;and see if some things behave better...
&lt;br&gt;5) WinForms support for iPhone or Android isn't planned. What the Mono devs are opting for is using wrappers around the iPhone / Android UI libs, rather than reusing desktop API like WinForms or GTK#. This has the benefit of really looking native, at the cost of having to write platform-specific code.
&lt;br&gt;6) Dunno.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Daniel Rosenstark-4 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Some simple questions about Winforms on OSX. I should note that I had given
&lt;br&gt;up on my app as being Windows only, but when I tried the port to Mono
&lt;br&gt;Winforms I was totally amazed at how complete it is.
&lt;br&gt;&lt;br&gt;1) My app is running on Winforms on Mono nicely (well, 90% of it), but I
&lt;br&gt;cannot take over the app menu bar like a native app. It says &amp;quot;Mono&amp;quot; with the
&lt;br&gt;Apple to the left. Is it possible to take this over? I do NOT want to run in
&lt;br&gt;a full-screen exclusive mode.
&lt;br&gt;2) If #1 is not possible, it seems GTK# apps can do this. Is it possible to
&lt;br&gt;put my app inside a GTK# app.... in other words, are the two technologies
&lt;br&gt;mixable?
&lt;br&gt;3) The RichTextEditor in Winforms on Mono is mostly useless. Does GTK#
&lt;br&gt;provide something better? Or can anyone recommend any libraries for
&lt;br&gt;Winforms? I actually don't need richtext, but I do need undo, hyperlinks,
&lt;br&gt;indenting and bullets....
&lt;br&gt;4) There were some initial problems with Snow Leopard and Mono Winforms.
&lt;br&gt;Have they all pretty much been resolved by now?
&lt;br&gt;5) What is the present/future of Winforms on Mono for IPhone? Android?
&lt;br&gt;6) I see this link for uninstalling and installing Mono on OSX (
&lt;br&gt;&lt;a href=&quot;http://www.mono-project.com/Mono:OSX&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mono-project.com/Mono:OSX&lt;/a&gt;). What's the best way to update an
&lt;br&gt;installation?
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;Mono-winforms-list@lists.ximian.com
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Some-Winforms-Questions-tp26493374p26493632.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26493556</id>
	<title>Re: Some Winforms Questions</title>
	<published>2009-11-24T02:26:44Z</published>
	<updated>2009-11-24T02:26:44Z</updated>
	<author>
		<name>Carlos Alberto</name>
	</author>
	<content type="html">Hey!&lt;br&gt;&lt;br&gt;I&amp;#39;m not our OSX expert, so I will leave those questions unanswered.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;3) The RichTextEditor in Winforms on Mono is mostly useless. Does GTK# provide something better? Or can anyone recommend any libraries for Winforms? I actually don&amp;#39;t need richtext, but I do need undo, hyperlinks, indenting and bullets....&lt;br&gt;
&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;What are the issues you were/are getting with RichTextBox? I fixed some stuff there some months ago, so it should be working better now. Anyway, it you find any error, please report it so we can fix it. &lt;br&gt;
&lt;br&gt;&lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;5) What is the present/future of Winforms on Mono for IPhone? Android? &lt;br&gt;&lt;/blockquote&gt;
&lt;div&gt;&lt;br&gt;&lt;br&gt;No plans on the mobile segment for now.&lt;br&gt; &lt;/div&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26493556&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Some-Winforms-Questions-tp26493374p26493556.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26493396</id>
	<title>Some Winforms Questions</title>
	<published>2009-11-24T02:14:41Z</published>
	<updated>2009-11-24T02:14:41Z</updated>
	<author>
		<name>Daniel Rosenstark-4</name>
	</author>
	<content type="html">Some simple questions about Winforms on OSX. I should note that I had given up on my app as being Windows only, but when I tried the port to Mono Winforms I was totally amazed at how complete it is. &lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
&lt;br&gt;1) My app is running on Winforms on Mono nicely (well, 90% of it), but I cannot take over the app menu bar like a native app. It says &amp;quot;Mono&amp;quot; with the Apple to the left. Is it possible to take this over? I do NOT want to run in a full-screen exclusive mode.&lt;br&gt;

2) If #1 is not possible, it seems GTK# apps can do this. Is it possible to put my app inside a GTK# app.... in other words, are the two technologies mixable?&lt;br&gt;3) The RichTextEditor in Winforms on Mono is mostly useless. Does GTK# provide something better? Or can anyone recommend any libraries for Winforms? I actually don&amp;#39;t need richtext, but I do need undo, hyperlinks, indenting and bullets....&lt;br&gt;

4) There were some initial problems with Snow Leopard and Mono Winforms. Have they all pretty much been resolved by now?&lt;br&gt;5) What is the present/future of Winforms on Mono for IPhone? Android? &lt;br&gt;6) I see this link for uninstalling and installing Mono on OSX (&lt;a href=&quot;http://www.mono-project.com/Mono:OSX&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.mono-project.com/Mono:OSX&lt;/a&gt;). What&amp;#39;s the best way to update an installation?&lt;br&gt;

&lt;br&gt;Thanks!&lt;br&gt;
&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26493396&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Some-Winforms-Questions-tp26493374p26493396.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26493374</id>
	<title>Some Winforms Questions</title>
	<published>2009-11-24T02:12:34Z</published>
	<updated>2009-11-24T02:12:34Z</updated>
	<author>
		<name>Daniel Rosenstark-4</name>
	</author>
	<content type="html">Some simple questions about Winforms on OSX. I should note that I had given up on my app as being Windows only, but when I tried the port to Mono Winforms I was totally amazed at how complete it is. &lt;br&gt;&lt;br&gt;1) My app is running on Winforms on Mono nicely (well, 90% of it), but I cannot take over the app menu bar like a native app. It says &amp;quot;Mono&amp;quot; with the Apple to the left. Is it possible to take this over? I do NOT want to run in a full-screen exclusive mode.&lt;br&gt;
2) If #1 is not possible, it seems GTK# apps can do this. Is it possible to put my app inside a GTK# app.... in other words, are the two technologies mixable?&lt;br&gt;3) The RichTextEditor in Winforms on Mono is mostly useless. Does GTK# provide something better? Or can anyone recommend any libraries for Winforms? I actually don&amp;#39;t need richtext, but I do need undo, hyperlinks, indenting and bullets....&lt;br&gt;
4) There were some initial problems with Snow Leopard and Mono Winforms. Have they all pretty much been resolved by now?&lt;br&gt;5) What is the present/future of Winforms on Mono for IPhone? Android? &lt;br&gt;6) I see this link for uninstalling and installing Mono on OSX (&lt;a href=&quot;http://www.mono-project.com/Mono:OSX&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mono-project.com/Mono:OSX&lt;/a&gt;). What&amp;#39;s the best way to update an installation?&lt;br&gt;
&lt;br&gt;Thanks!&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26493374&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Some-Winforms-Questions-tp26493374p26493374.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26483422</id>
	<title>Re: Starting Form on top of Child Form Issue - Mono 2.4.2.3 with SUSE 11</title>
	<published>2009-11-23T10:25:00Z</published>
	<updated>2009-11-23T10:25:00Z</updated>
	<author>
		<name>Petit Eric</name>
	</author>
	<content type="html">you could also try to upgrade mono , no ?
&lt;br&gt;Mono JIT compiler version 2.7
&lt;br&gt;&lt;br&gt;2009/11/23 Carlos Alberto Cortez &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26483422&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calberto.cortez@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; That seems like a bug. We have a lot of bug fixes in the new upcoming
&lt;br&gt;&amp;gt; versions, but it would of of great help if you could provide a test case or
&lt;br&gt;&amp;gt; a VC# solution so we can test.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Carlos.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/11/23 utneflyte &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26483422&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I am using Mono 2.4.2.3 on OpenSUSE 11.1 and SUSE Linux Enterprise 11
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have a kiosk application created with VS2008, compiled in MonoDevelop on
&lt;br&gt;&amp;gt;&amp;gt; OpenSUSE 11.1 and then exported to the machine running SUSE and Mono.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; All forms are of a fixed size taking the full aspect of the screen. Screen
&lt;br&gt;&amp;gt;&amp;gt; resolution 800x600 and so is all form sizes.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I only have 1 issue left... and need community help.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The first form (Starting Form) of the program, thus the one that should
&lt;br&gt;&amp;gt;&amp;gt; always be under all other forms... sometimes appears as the top-most form.
&lt;br&gt;&amp;gt;&amp;gt; When it does, that form is inactive (in a frozen state) and the only way
&lt;br&gt;&amp;gt;&amp;gt; to
&lt;br&gt;&amp;gt;&amp;gt; close it is via ALT-F4.  Once it's closed, we can see the form that the
&lt;br&gt;&amp;gt;&amp;gt; user
&lt;br&gt;&amp;gt;&amp;gt; clicked to try to open the other form.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; There is a need to open forms using ShowDialog() method. Actually i am
&lt;br&gt;&amp;gt;&amp;gt; using, frm.Owner = this; frm.ShowDialog(this); where frm is the child form
&lt;br&gt;&amp;gt;&amp;gt; to open depending on user action (e.g. button press). That way, there can
&lt;br&gt;&amp;gt;&amp;gt; be
&lt;br&gt;&amp;gt;&amp;gt; 10-15 forms open one after another in a hierarchy. but, as all form are
&lt;br&gt;&amp;gt;&amp;gt; displayed using ShowDialog() method, there can be at most one direct child
&lt;br&gt;&amp;gt;&amp;gt; form open at any given time from a parent form. Also, that child form can
&lt;br&gt;&amp;gt;&amp;gt; open another child form too. This is how navigation goes.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; When the Starting Form on-top stuck issue happens, it occurs randomly when
&lt;br&gt;&amp;gt;&amp;gt; a
&lt;br&gt;&amp;gt;&amp;gt; user clicks and the program opens a form on top of the current form.  It
&lt;br&gt;&amp;gt;&amp;gt; doesn't matter what is on the form loading or the form that it comes from.
&lt;br&gt;&amp;gt;&amp;gt; It is random, the user could be clicking very slowly, one click per minute
&lt;br&gt;&amp;gt;&amp;gt; or 10 clicks per second, it occurs so randomly...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Anyone experience this type of behavior and have a
&lt;br&gt;&amp;gt;&amp;gt; solution/work-around/different manner that should be used to open these
&lt;br&gt;&amp;gt;&amp;gt; forms?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Looking forward to your replies.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thank you.
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; Sent from the Mono - WinForms mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Mono-winforms-list maillist  -  &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26483422&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mono-winforms-list maillist  -  &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26483422&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;Cordially.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Small Eric Quotations of the days:
&lt;br&gt;&amp;nbsp;---------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp;I have no special talents. I am only passionately curious
&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26483422&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26483422.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26483374</id>
	<title>Re: Starting Form on top of Child Form Issue - Mono 2.4.2.3 with SUSE 11</title>
	<published>2009-11-23T10:22:22Z</published>
	<updated>2009-11-23T10:22:22Z</updated>
	<author>
		<name>Carlos Alberto</name>
	</author>
	<content type="html">That seems like a bug. We have a lot of bug fixes in the new upcoming versions, but it would of of great help if you could provide a test case or a VC# solution so we can test.&lt;br&gt;&lt;br&gt;Carlos.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
2009/11/23 utneflyte &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26483374&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;utnsteve@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
Hi All,&lt;br&gt;
&lt;br&gt;
I am using Mono 2.4.2.3 on OpenSUSE 11.1 and SUSE Linux Enterprise 11&lt;br&gt;
&lt;br&gt;
I have a kiosk application created with VS2008, compiled in MonoDevelop on&lt;br&gt;
OpenSUSE 11.1 and then exported to the machine running SUSE and Mono.&lt;br&gt;
&lt;br&gt;
All forms are of a fixed size taking the full aspect of the screen. Screen&lt;br&gt;
resolution 800x600 and so is all form sizes.&lt;br&gt;
&lt;br&gt;
I only have 1 issue left... and need community help.&lt;br&gt;
&lt;br&gt;
The first form (Starting Form) of the program, thus the one that should&lt;br&gt;
always be under all other forms... sometimes appears as the top-most form.&lt;br&gt;
When it does, that form is inactive (in a frozen state) and the only way to&lt;br&gt;
close it is via ALT-F4.  Once it&amp;#39;s closed, we can see the form that the user&lt;br&gt;
clicked to try to open the other form.&lt;br&gt;
&lt;br&gt;
There is a need to open forms using ShowDialog() method. Actually i am&lt;br&gt;
using, frm.Owner = this; frm.ShowDialog(this); where frm is the child form&lt;br&gt;
to open depending on user action (e.g. button press). That way, there can be&lt;br&gt;
10-15 forms open one after another in a hierarchy. but, as all form are&lt;br&gt;
displayed using ShowDialog() method, there can be at most one direct child&lt;br&gt;
form open at any given time from a parent form. Also, that child form can&lt;br&gt;
open another child form too. This is how navigation goes.&lt;br&gt;
&lt;br&gt;
When the Starting Form on-top stuck issue happens, it occurs randomly when a&lt;br&gt;
user clicks and the program opens a form on top of the current form.  It&lt;br&gt;
doesn&amp;#39;t matter what is on the form loading or the form that it comes from.&lt;br&gt;
It is random, the user could be clicking very slowly, one click per minute&lt;br&gt;
or 10 clicks per second, it occurs so randomly...&lt;br&gt;
&lt;br&gt;
Anyone experience this type of behavior and have a&lt;br&gt;
solution/work-around/different manner that should be used to open these&lt;br&gt;
forms?&lt;br&gt;
&lt;br&gt;
Looking forward to your replies.&lt;br&gt;
&lt;br&gt;
Thank you.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html&lt;/a&gt;&lt;br&gt;

Sent from the Mono - WinForms mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Mono-winforms-list maillist  -  &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26483374&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26483374&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26483374.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26479869</id>
	<title>Starting Form on top of Child Form Issue - Mono 2.4.2.3 with SUSE 11</title>
	<published>2009-11-23T07:16:49Z</published>
	<updated>2009-11-23T10:14:22Z</updated>
	<author>
		<name>utneflyte</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&lt;br&gt;I am using Mono 2.4.2.3 on OpenSUSE 11.1 and SUSE Linux Enterprise 11
&lt;br&gt;&lt;br&gt;I have a kiosk application created with VS2008, compiled in MonoDevelop on OpenSUSE 11.1 and then exported to the machine running SUSE and Mono.
&lt;br&gt;&lt;br&gt;All forms are of a fixed size taking the full aspect of the screen. Screen resolution 800x600 and so is all form sizes.
&lt;br&gt;&lt;br&gt;I only have 1 issue left... and need community help.
&lt;br&gt;&lt;br&gt;The first form (Starting Form) of the program, thus the one that should always be under all other forms... sometimes appears as the top-most form. &amp;nbsp;When it does, that form is inactive (in a frozen state) and the only way to close it is via ALT-F4. &amp;nbsp;Once it's closed, we can see the form that the user clicked to try to open the other form. 
&lt;br&gt;&lt;br&gt;There is a need to open forms using ShowDialog() method. Actually i am using, frm.Owner = this; frm.ShowDialog(this); where frm is the child form to open depending on user action (e.g. button press). That way, there can be 10-15 forms open one after another in a hierarchy. but, as all form are displayed using ShowDialog() method, there can be at most one direct child form open at any given time from a parent form. Also, that child form can open another child form too. This is how navigation goes.
&lt;br&gt;&lt;br&gt;When the Starting Form on-top stuck issue happens, it occurs randomly when a user clicks and the program opens a form on top of the current form. &amp;nbsp;It doesn't matter what is on the form loading or the form that it comes from. &amp;nbsp;It is random, the user could be clicking very slowly, one click per minute or 10 clicks per second, it occurs so randomly...
&lt;br&gt;&lt;br&gt;Anyone experience this type of behavior and have a solution/work-around/different manner that should be used to open these forms?
&lt;br&gt;&lt;br&gt;Looking forward to your replies.
&lt;br&gt;&lt;br&gt;Thank you.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-Form-on-top-of-Child-Form-Issue---Mono-2.4.2.3-with-SUSE-11-tp26479869p26479869.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26446295</id>
	<title>Re: [Mono-dev] on-the-spot Input method editing in mono WinForms</title>
	<published>2009-11-20T08:31:22Z</published>
	<updated>2009-11-20T08:31:22Z</updated>
	<author>
		<name>tom_hindle</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I redone this in a more sensible way, rather than adding 
&lt;br&gt;programmatic hooks into System.Windows.Forms.dll, win messages are
&lt;br&gt;emitted by mono for preedit notification when doing on-the-spot IME.
&lt;br&gt;&lt;br&gt;Hence no publicly visible api has changed. A user application can 
&lt;br&gt;just override winproc if it cares about on-the-spot preediting.
&lt;br&gt;&lt;br&gt;Please could someone review (and commit if ok) this patch?
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://bugzilla.novell.com/show_bug.cgi?id=557268&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.novell.com/show_bug.cgi?id=557268&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;Tom
&lt;br&gt;&lt;br&gt;On Mon, 2009-11-09 at 16:38 -0700, Tom Hindle wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I need to implement in a custom control on-the-spot Input method
&lt;br&gt;&amp;gt; editing. The Control is driven by WinForm events - although all the
&lt;br&gt;&amp;gt; drawing is completely custom.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have had a first stab at adding support to mono's X11 classes to allow
&lt;br&gt;&amp;gt; a custom control to get at this information. I've attached the (not
&lt;br&gt;&amp;gt; finished) initial patch for comments and suggestions.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have also attached a small test program which I use for testing this.
&lt;br&gt;&amp;gt; For which I run it with:
&lt;br&gt;&amp;gt; XMODIFIERS=&amp;quot;@im=SCIM&amp;quot; 
&lt;br&gt;&amp;gt; MONO_WINFORMS_XIM_STYLE=on-the-spot mono TestApp.exe
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have been testing with Scim using 'Amharic' and 'Chinese (Simplified)
&lt;br&gt;&amp;gt; - Wubi' (note: mono winforms seems to have problems rending Amharic -
&lt;br&gt;&amp;gt; but it's good enough for testing).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What I would like to know is what are the changes of accepting a patch
&lt;br&gt;&amp;gt; which allows custom controls to hook into mono's XIM use? 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have currently put externally access-able classes in a
&lt;br&gt;&amp;gt; System.Windows.Forms.X11 namespace, it this the right thing to do?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Another thing which I think may be necessary is the ability to have a
&lt;br&gt;&amp;gt; control specific xim or a least to be able to switch xim in application
&lt;br&gt;&amp;gt; code ( currently it seems to be one per applications) This would allow
&lt;br&gt;&amp;gt; some controls to do on-the-spot and some to do an alternative method
&lt;br&gt;&amp;gt; like off-the-spot.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; Tom
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mono-devel-list mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26446295&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-devel-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-devel-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-devel-list&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26446295&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--Mono-dev--on-the-spot-Input-method-editing-in-mono-WinForms-tp26446295p26446295.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26446177</id>
	<title>Re: [PATCH] Re: [Mono-dev] Input method context switch</title>
	<published>2009-11-20T08:24:48Z</published>
	<updated>2009-11-20T08:24:48Z</updated>
	<author>
		<name>tom_hindle</name>
	</author>
	<content type="html">Updated patch attached to bugzilla entry.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://bugzilla.novell.com/show_bug.cgi?id=557277&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.novell.com/show_bug.cgi?id=557277&lt;/a&gt;&lt;br&gt;&lt;br&gt;On Thu, 2009-11-12 at 16:55 -0700, Tom Hindle wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Cross posting as this belongs on the mono-winforms list.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Attaching patch for review.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; Tom
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Tue, 2009-11-03 at 16:50 +0700, Tim Armstrong wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi mono team,
&lt;br&gt;&amp;gt; &amp;gt; in developing software for linguistic applications our team recently 
&lt;br&gt;&amp;gt; &amp;gt; developed a patch for the SCIM input method manager that allows us to 
&lt;br&gt;&amp;gt; &amp;gt; programmatically change the selected Input Method (IM). The key idea is 
&lt;br&gt;&amp;gt; &amp;gt; that when a user switches from a textbox that expects English input to, 
&lt;br&gt;&amp;gt; &amp;gt; say, a textbox that expects Thai, the Input Method is automatically 
&lt;br&gt;&amp;gt; &amp;gt; switched.
&lt;br&gt;&amp;gt; &amp;gt; We do this switch in the OnEnter eventhandler. Unfortunately, it seems 
&lt;br&gt;&amp;gt; &amp;gt; that the X Input Context is switched AFTER the OnEntry event is fired. 
&lt;br&gt;&amp;gt; &amp;gt; As a result we end up switching the IM for the previous context (ie the 
&lt;br&gt;&amp;gt; &amp;gt; English textbox) rather than the new one (ie the Thai textbox). Can you 
&lt;br&gt;&amp;gt; &amp;gt; give any insight into this behavior or do have any thoughts?
&lt;br&gt;&amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt; Tim
&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; Mono-devel-list mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26446177&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-devel-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-devel-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-devel-list&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26446177&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-winforms-list maillist &amp;nbsp;- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26446177&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-winforms-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-winforms-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-PATCH--Re%3A--Mono-dev--Input-method-context-switch-tp26328823p26446177.html" />
</entry>

</feed>
