[Mono-winforms-list] MonthCalenar Problem with Mono 2.10.6 and WinForms

2011-11-26 Thread Baltasar García Perez-Schofield
Hi, there! I created a WinForms app in Linux, thinking it would work flawlessly in Windows... However, it does only work right (as created) with Mono for Windows, not with .NET in windows. The calendar looks bad, it appears duplicated, and if you click in the next or last arrows, then it always

Re: [Mono-winforms-list] Start an App right after login

2014-03-19 Thread Baltasar García Perez-Schofield
Hi, Assuncao, I tried many different ways to add an executable (winforms) created in C# using mono to start automatically after login, but all my attempts didn't work. Does anyone know how can I do it? I'm running my application on Raspbian (Debian distro). So you

[Mono-winforms-list] Regression in Winforms Support for version 3.0

2014-04-09 Thread Baltasar García Perez-Schofield
Hi, all of you. I've finally found a solution to this problem by myself. Since probably many people will stumble upon this, I think it is better to somehow register it. The problem seems to be in System.Drawing. When you try to launch an application using WinForms, it crashes with: == Unhandled

[Mono-winforms-list] Problem loading WinForms

2014-08-22 Thread Baltasar García Perez-Schofield
Hi, HelenCR, That symptoms seem to corresond with an application compiled for an old .NET version. Recompile the application for .NET 4. -- -- Baltasar ___ Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com

[Mono-winforms-list] [Announcement] Winforms GUI Generator

2014-09-03 Thread Baltasar García Perez-Schofield
Hi, there! This is to announce the work of Adolfo Álvarez, who created a Winforms application which makes it possible to build basic to medium (in complexity) interfaces. It creates an XML file which can be later loaded in your app in order to create the GUI and connect the

[Mono-winforms-list] Building Managed.Windows.forms.dll

2014-09-04 Thread Baltasar García Perez-Schofield
Hi, there, I'm trying to help solve a bug in Windows forms, specifically that unresolved one that makes apps crash when one edits any text field in a DataGridView, after a second time. However, while I was able to compile a DLL thanks to Stifu, when the app is

Re: [Mono-winforms-list] WinForms designer

2015-01-11 Thread Baltasar García Perez-Schofield
http://stackoverflow.com/questions/27884840/what- should-be-done-to-integrate-winforms-editor-into-monodevelop What should be done to integrate WinForms designer into monodevelop? Is there the templates for MonoDevelop to create WinForms applications? What is the current state of these

Re: [Mono-winforms-list] Mono-winforms-list Digest, Vol 110, Issue 2

2016-03-30 Thread Baltasar García Perez-Schofield
Hi, Windows Forms is no longer mantained. The mono team considers Winforms deprecated, in the sense that it should not used to create new software. About your specific issue, this is probably related to the windows forms implementation in mono (via System.Drawing). In this FAQ:

Re: [Mono-winforms-list] WinForms deprecated?

2016-03-31 Thread Baltasar García Perez-Schofield
> > I don't understand how WinForm can be deprecated? > > The whole point is to get to easily cross-platform deployment and > fracturing the GUI element wrecks that capability. > Well, I'm not a Mono Team authority, but yes it is. You can find an e.mail thread in which Miguel de Icaza reports