Re: [Mono-winforms-list] New install of C Sharp, using System.Winforms not found

2011-02-21 Thread Stifu
You didn't even need Mono or MonoDevelop for Windows, actually (although it can help to do preliminary tests before checking Linux out). What I meant is build your app with Visual Studio, then test it on Linux with Mono. So you use the WinForms designer of Visual Studio. MonoDevelop only has a GT

Re: [Mono-winforms-list] New install of C Sharp, using System.Winforms not found

2011-02-21 Thread Jonathan Pobst
On 2/21/2011 6:50 PM, iBradleyAllen wrote: > Its not acceptable to NOT have the visual designer mode. In the > Microsoft world there is the Expression Blend as an alternative toolbox > designer, using XAML which is awesome, anything like that available? or > is that asking too much? If you are com

Re: [Mono-winforms-list] New install of C Sharp, using System.Winforms not found

2011-02-21 Thread iBradleyAllen
ok cool, I downloaded the files for windows and got it setup in visual studio, then did debug in monodevelop and it worked; then made the file in md. no it didnt have any visual designer for the winforms stuff, i had to open a gtk# new solution and then it did. but i noticed adding items from t

Re: [Mono-winforms-list] New install of C Sharp, using System.Winforms not found

2011-02-21 Thread Stifu
"In the monodevelop there was some kind of design page, although different from visual studio;" It must have been the GTK# designer (an alternative to WinForms). "Can you describe how I would build it in visual studio but then test it on linux??" Just build your application normally on Windows, a

Re: [Mono-winforms-list] New install of C Sharp, using System.Winforms not found

2011-02-21 Thread iBradleyAllen
Hi, yes I meant system.windows.forms In the monodevelop there was some kind of design page, although different from visual studio; Can you describe how I would build it in visual studio but then test it on linux?? this is possible? if I could add emphasis and excitement in a question i would d

Re: [Mono-winforms-list] New install of C Sharp, using System.Winforms not found

2011-02-20 Thread Petit Eric
I beleve, you have just installed the "Mono" rpm, but you also need all other mono rpm, like Mono-winforms, Mono-basic ... 2011/2/20 Stifu > > Just checking: when you say "System.Winforms", you really mean > "System.Windows.Forms", right? > > Also, MonoDevelop has no WinForms designer. So I

Re: [Mono-winforms-list] New install of C Sharp, using System.Winforms not found

2011-02-20 Thread Stifu
Just checking: when you say "System.Winforms", you really mean "System.Windows.Forms", right? Also, MonoDevelop has no WinForms designer. So I suggest you build your UI on Windows (using Visual Studio or something else), then test your app on Linux. The other option would be to build your app wit

[Mono-winforms-list] New install of C Sharp, using System.Winforms not found

2011-02-19 Thread iBradleyAllen
I just downloaded and tried this out in openSuse 11.3 (which is also new to me). Im familiar with C# from Visual Studio and want to make it work on this. In a new solution i made a button, progressbar and double clicked the button in the ide designer view hoping it would generate a method stub f