[Mono-osx] GUI app on OS X
Steve Lessard
s_lessard at yahoo.com
Tue Sep 7 19:04:05 EDT 2010
I have a .NET app that is working great on Windows. I can get this same app with
Mono 2.6.7 on OS X but the performance is absolutely abysmal and makes the app
completely unusable. The GUI for this app is primarily a data grid. When running
under Mono 2.6.7 on OS X the grid often does not correctly respond to
right-clicks or left-clicks of the mouse (when compared to the app running under
.NET 3.5 on Windows.) In addition to the uncooperative GUI controls the app's
overall performance is quite sluggish on my 2.4 GHz Core 2 Duo with 4 GB of RAM
running OS X 10.6.4. Is there anything I can tweak to make this app work better
with Mono?
The app uses the following namespaces:
using Microsoft.Win32;
using System.Collections.Generic;
using System.Collections;
using System.ComponentModel;
using System.Data.SqlClient;
using System.Data;
using System.Diagnostics;
using System.DirectoryServices.ActiveDirectory;
using System.DirectoryServices;
using System.Drawing;
using System.IO.Compression;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
using System.Security.Permissions;
using System.Security;
using System.Text.RegularExpressions;
using System.Text;
using System.Threading;
using System.Windows.Forms;
using System.Xml.Xsl;
using System.Xml;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-osx/attachments/20100907/594514e2/attachment.html
More information about the Mono-osx
mailing list