Re: [Mono-winforms-list] support for winform?

2006-11-02 Thread Alexander Olk
d the source and the exe (maybe as a zip file) Cheers Alexander Olk Am Montag, den 30.10.2006, 10:02 -0800 schrieb Jeff Braunstein: > I’m trying to test a simple winform application originally built in > VS2003 to see if I can get this to run on Unix/Linux. > > > >

Re: [Mono-winforms-list] support for winform?

2006-11-02 Thread Alexander Olk
a zip file) Cheers Alexander Olk Am Montag, den 30.10.2006, 10:02 -0800 schrieb Jeff Braunstein: > I’m trying to test a simple winform application originally built in > VS2003 to see if I can get this to run on Unix/Linux. > > > > I can compile with no errors but get the f

Re: [Mono-winforms-list] Error in (Save)FileDialog

2006-04-25 Thread Alexander Olk
Fixed in r59858. Thanks for the patch... Alexander Olk Am Dienstag, den 25.04.2006, 09:44 -0400 schrieb Emery Conrad: > SaveFileDialog doesn't behave properly. It was relying on a selection > to be made in the FileView widget and was also not setting the name > properly for

Re: [Mono-winforms-list] NumericUpDown event problem

2006-03-16 Thread Alexander Olk
Am Donnerstag, den 16.03.2006, 13:19 -0800 schrieb Jackson Harper: > Alex, since you obviously cleaned up the code to test this do you mind > posting the clean code to the list? > > Thanks! > Jackson 2 semicolons and one s, nothing else... File is attached. Cheers Alexander O

Re: [Mono-winforms-list] NumericUpDown event problem

2006-03-16 Thread Alexander Olk
Am Donnerstag, den 16.03.2006, 17:24 + schrieb Paul: > Hi, > > > And third, no, the event doesn't get called twice. > > Is that the event isn't being called twice under .NET or not twice under > Mono? mono Cheers Alexander Olk _

Re: [Mono-winforms-list] NumericUpDown event problem

2006-03-16 Thread Alexander Olk
First of all, your sample misses some semicolons (using System.Windows.Forms; Name = "simpletest";). Second, it is Controls.Add(... and not Control.Add( And third, no, the event doesn't get called twice. Cheers Alexander Olk Am Donnerstag, den 16.03.2006, 17:02 + sch

Re: [Mono-winforms-list] RE: porting System.Windows.Forms applications fromWindows to Linux

2006-02-26 Thread Alexander Olk
Jackson, you are right. It is related to the icon stuff. Just go ahead and add a try/catch block or remove it completely. Cheers Alexander Olk Am Samstag, den 25.02.2006, 17:50 -0800 schrieb Jackson Harper: > Are you guys sure that the initial directory has anything to do with > thi

Re: [Mono-winforms-list] RE: porting System.Windows.Forms applications fromWindows to Linux

2006-02-25 Thread Alexander Olk
urrent directory. My guess is, that your installation picks up the wrong System.Windows.Forms dll as I fixed this not so long ago... Cheers Alexander Olk ___ Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Re: [Mono-winforms-list] RE: porting System.Windows.Forms applications fromWindows to Linux

2006-02-25 Thread Alexander Olk
Which mono/mcs version are you using ? --->>>>> System.ArgumentException: The Path does not have a valid format Are you sure that your path is correct ? Setting InitialDirectory to "/root" works as expected here. Cheers Alexander Olk Am Freitag, den 24.02.2006, 22

Re: [Mono-winforms-list] GDI+ bug

2006-02-18 Thread Alexander Olk
Attached is a diff for Graphics.cs that fixes the problem. Someone please approve. Cheers Alexander Olk Am Freitag, den 17.02.2006, 23:15 +0100 schrieb Pascal Fresnay: > Hi, > I attached a simple GDI+ apps that works well on .NET, but failed with > mono, both on Windows and Linux (

Re: [Mono-winforms-list] Threading and richtypeboxes

2006-01-20 Thread Alexander Olk
Am Freitag, den 20.01.2006, 13:30 -0800 schrieb Jackson Harper: > I'm not 100% sure about opacity and RTB so I'll leave that to peter to > answer... On linux, be aware that you have to use xcompmgr and add some settings to xorg.conf. Concerning opacity, your sample programm runs just fine here on

[Mono-winforms-list] ToolTip patch

2006-01-10 Thread Alexander Olk
Someone please approve. Currently the ToolTipWindow text doesn't get updated when the mouse is over the control that calls SetToolTip. This patch corrects it. Cheers Alexander Index: ToolTip.cs === --- ToolTip.cs (revision 55225) +

Re: [Mono-winforms-list] Patch for bugs 76857 and 76788

2006-01-09 Thread Alexander Olk
Am Sonntag, den 08.01.2006, 11:35 -0500 schrieb Jonathan S. Chambers: > Someone please approve (and close bugs if acceptable). Jonathan, your patch broke ComboBox. When I press the combobox button in an empty combobox I get: Unhandled Exception: System.ArgumentOutOfRangeException: Argument is ou

[Mono-winforms-list] X11DesktopColors patch

2005-11-13 Thread Alexander Olk
h value "KDE" or the environment variable "KDE_FULL_SESSION" then "desktop" is set to Desktop.KDE. If nobody complains I'll check it in... Cheers Alexander Olk --- X11DesktopColors.cs.orig 2005-11-13 17:48:36.0 +0100 +++ X11DesktopColors.cs 2005-11-13 17:43

Re: [Mono-winforms-list] [PATCH] ListBox etc....

2005-09-17 Thread Alexander Olk
is there something missing in your patch ? Alexander Olk Am Freitag, den 16.09.2005, 12:22 +0200 schrieb Jordi Mas: > El dv 16 de 09 del 2005 a les 00:12 +0900, en/na Kazuki Oikawa va > escriure: > > Kazuki Oikawa > > Thanks a lot for your work. It has been committed in SVN r

Re: [Mono-winforms-list] Default OpenDialog icons

2005-09-10 Thread Alexander Olk
s.Forms.en.resx > But the MWFResourceEditor/ tool dumps me out this when trying to save the > changes: Bugfix is in svn. Please checkout the new version of the resource editor and try again... Regards Alexander Olk ___ Mono-winforms-list

Re: [Mono-winforms-list] Landing: libgdiplus cairo 1.0 update

2005-08-25 Thread Alexander Olk
Am Donnerstag, den 25.08.2005, 12:42 -0600 schrieb Peter Dennis Bartok: > Uh, did you test with the branch? Because we haven't switched, and won't > until tomorrow. Yep... Alexander Olk ___ Mono-winforms-list maillist - Mo

Re: [Mono-winforms-list] Landing: libgdiplus cairo 1.0 update

2005-08-25 Thread Alexander Olk
); else lgbr = new LinearGradientBrush( new Point( 0, 0 ), new Point( 0, height ), Color.White, use_color ); dc.FillRectangle( lgbr, lgbRectangle ); lgbr.Dispose( ); FillRectangle is in line 211 in Them

Re: [Mono-winforms-list] FileDialog.cs bug fix suggestion

2005-07-19 Thread Alexander Olk
w, which OS or platform are you using ? Regards Alexander Olk ___ Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Re: [Mono-winforms-list] Problem with MWF

2005-07-01 Thread Alexander Olk
that I mailed you some days ago... Alexander Olk ___ Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Re: [Mono-winforms-list] OpenFileDialog throwing ArgumentNullException

2005-03-30 Thread Alexander Olk
Am Mittwoch, den 30.03.2005, 10:10 -0800 schrieb Bill Medland: > Hm. Now you really have me confused. I hope that's a typo. In the > System.Windows.Forms.resx I have a http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Re: [Mono-winforms-list] OpenFileDialog throwing ArgumentNullException

2005-03-30 Thread Alexander Olk
Am Mittwoch, den 30.03.2005, 06:52 -0800 schrieb Bill Medland: > On March 29, 2005 12:04 pm, Bill Medland wrote: > > On March 29, 2005 06:40 am, Alexander Olk wrote: > > > Am Montag, den 28.03.2005, 16:36 -0800 schrieb Bill Medland: > > > > Can anyone tell me, is th

Re: [Mono-winforms-list] OpenFileDialog throwing ArgumentNullException

2005-03-30 Thread Alexander Olk
the newest ones. Regards Alexander Olk Am Dienstag, den 29.03.2005, 12:04 -0800 schrieb Bill Medland: > On March 29, 2005 06:40 am, Alexander Olk wrote: > > Am Montag, den 28.03.2005, 16:36 -0800 schrieb Bill Medland: > > > Can anyone tell me, is this me doing something wrong

Re: [Mono-winforms-list] OpenFileDialog throwing ArgumentNullException

2005-03-29 Thread Alexander Olk
favour and write a simple test program that uses a MessageBox. Does it run ??? MessageBox uses images from the same resource files. The resources can be found in mcs/class/Managed.Windows.Forms/resources. Open-/SaveFileDialog work fine on Linux (that's where I'm writing and testing it

Re: [Mono-winforms-list] colordialog

2005-03-11 Thread Alexander Olk
Am Freitag, den 11.03.2005, 10:34 -0500 schrieb jeromy dean: > my mistake on the wording, but still fact is it is not yet working No problem :) Can you post a log of the errors that you get ? Alexander Olk ___ Mono-winforms-list maillist - M

Re: [Mono-winforms-list] colordialog

2005-03-11 Thread Alexander Olk
Am Freitag, den 11.03.2005, 10:02 -0500 schrieb jeromy dean: > i thought the colordialog was complete. when i place this control on > the form i receive multiple errors. i am using the latest mwf build, > revision 41680. ColorDialog is a dialog, not a control... Alex