Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Will source compile for Mono .NET (Mac target)? (Read 1128 times)
Jeff Lindborg
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 6
Joined: Jun 11th, 2012
Will source compile for Mono .NET (Mac target)?
Jun 11th, 2012 at 6:33pm
Print Post  
Sorry if this has been covered before - searched a bit for "mono" and didn't get any hits.

Just curious if anyone has tried compiling the source for the diagraming tool in Mono for use on Mac tool?  Is the source all straight .NET code itself or is there any platform specific items in there that would trip it up?

thanks...
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Will source compile for Mono .NET (Mac target)?
Reply #1 - Jun 11th, 2012 at 6:47pm
Print Post  
Last time we tried, a couple of years ago, it compiled but threw a "member not implemented" exception at runtime when trying to set System.Drawing.Graphics.PageUnit. The control uses it to implement the diagram's MeasureUnit property. This could probably be replaced with a ScaleTransform, but we haven't tried it and don't know if there won't be problems with other members.

If you haven't already started developing your tool in Mono/WinForms, you might consider Silverlight - our Silverlight control works fine on Mac and you can also use it for desktop (out-of-browser) applications.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint