Re: [Mono-list] 2.4 issues: assertion failure in mini-codegen.c, NRE in DataGridView

2009-06-08 Thread Ivan N. Zlatev
ing system. I think it is worth > to make it work under mono. > > Andrus. > > > - Original Message - From: "Ivan N. Zlatev" > To: "Andrus Moor" > Cc: > Sent: Monday, June 08, 2009 1:03 PM > Subject: Re: [Mono-list] 2.4 issues: assertion failure

Re: [Mono-list] 2.4 issues: assertion failure in mini-codegen.c, NRE in DataGridView

2009-06-08 Thread Ivan N. Zlatev
Hi. Please open a bug for the second issue (DataGridView) using our bug tracker - http://mono-project.com/Bugs so I can take a look. Please zip me up all binaries needed to run RLDViewer and provide a sample file if that's needed for the interaction + steps to reproduce (I haven't ever used RLDVie

Re: [Mono-list] Bug? DataGridView on Mono Crashes (or locks rather)... does not occur on Microsoft platforms

2009-02-26 Thread Ivan N. Zlatev
> >> > Version information for reproduction >> > >> > OpenSuse 11.1 32-bit Linux, Mono 2.2 (freshly released and installed) >> > Microsoft Windows Vista Home Premium edition 32-bit, .NET 2.0 framework >> > compilation for all libs >> > &

Re: [Mono-list] Bug? DataGridView on Mono Crashes (or locks rather)... does not occur on Microsoft platforms

2009-02-26 Thread Ivan N. Zlatev
rlying bound DataTable bound to the > Grid (originally via the DataTable, now just the Grid Display Cell value) > > Thanks, > -A- > > _______ > Mono-list maillist  -  mono-l...@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-list > > --

Re: [Mono-list] Re gistry questions

2009-01-12 Thread Ivan N. Zlatev
Please don't forget to CC the list (Reply to All). > > Thank you. > > > --- On Mon, 1/12/09, Ivan N. Zlatev wrote: > > > From: Ivan N. Zlatev > > Subject: Re: [Mono-list] Re gistry questions > > To: "rg1" > > Cc: mono-list@lists.ximian.com

Re: [Mono-list] Re gistry questions

2009-01-12 Thread Ivan N. Zlatev
you are concerned and as Chris said you don't have to care about this and you should just go ahead and use the Registry API as usual. -- Kind Regards, Ivan N. Zlatev ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] ListBox RemoveAt error.

2009-01-12 Thread Ivan N. Zlatev
-with-check) > System.Windows.Forms.ListBox:ClearSelected () > > > > I have similar code running on Windows boxes and it works fine with MS > .NET. What is the correct way to do this with Mono? > > > > Thanks, > > Steve > This most definitely seems like

Re: [Mono-list] Mono-2.0.1 installation on Sparc (with commands)

2009-01-04 Thread Ivan N. Zlatev
oject.com/Compiling_Mono -- Kind Regards, Ivan N. Zlatev ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Cannot resize a winform

2009-01-04 Thread Ivan N. Zlatev
) fixed > size. > > We tried everything we could in VS to make the main window re-sizable, but > without success. Is this normal ? Any idea how to fix this ? > Very strange. Please file a bug - http://mono-project.com/Bugs with a test case, mono version, etc. -- Kind Regards, Iva

Re: [Mono-list] Announcing Mono 2.2 RC1...

2008-12-23 Thread Ivan N. Zlatev
bug https://bugzilla.novell.com/show_bug.cgi?id=381435 (Castle Project) to your tracking. Thanks. -- Kind Regards, Ivan N. Zlatev ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Swf BUG(?) in Validating event

2008-12-12 Thread Ivan N. Zlatev
tps://bugzilla.novell.com/show_bug.cgi?id=450342 No, this bug is different -- Kind Regards, Ivan N. Zlatev ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Swf BUG(?) in Validating event

2008-12-12 Thread Ivan N. Zlatev
I can work around it. Does > anyone know? > Can't tell without a test case :-). Please file a bug. -- Kind Regards, Ivan N. Zlatev ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] SPAM-LOW: Re: Inheriting from System.Windows.Forms.TextBox

2008-11-20 Thread Ivan N. Zlatev
On Thu, Nov 20, 2008 at 8:39 PM, Ivan N. Zlatev <[EMAIL PROTECTED]> wrote: > On Thu, Nov 20, 2008 at 7:08 PM, Charlie Poole <[EMAIL PROTECTED]> wrote: >> Hi >> >>> On Thu, Nov 20, 2008 at 4:47 PM, Jb Evain <[EMAIL PROTECTED]> wrote: >>> > Hey,

Re: [Mono-list] SPAM-LOW: Re: Inheriting from System.Windows.Forms.TextBox

2008-11-20 Thread Ivan N. Zlatev
t's definitely not a design bug, but quite the opposite. TextBox(Base) is part of the Windows Forms API, which is part of the .NET Class Library, which we have to be API compatible with. However the public API covers only so much functionality and there

Re: [Mono-list] Inheriting from System.Windows.Forms.TextBox

2008-11-20 Thread Ivan N. Zlatev
BoxBase: internal abstract Color ChangeBackColor (Color backColor); and implemented in the TextBox class: internal override Color ChangeBackColor (Color backColor) { ... } So maybe the F# compiler/interpreter doesn't handle "internal abstract" ? -- Kind Regards, Ivan N. Zlatev __

Re: [Mono-list] Linux Equivalent to Visual Studio?

2008-10-31 Thread Ivan N. Zlatev
ateParams, this has proven to be hell (for me at least) on X/Linux. Everaldo, I remember that you mentioned that you are poking at the transparency again some time ago. Did you get anywhere? Kind Regards, Ivan N. Zlatev ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] About Mono installation in CentOS

2008-09-03 Thread Ivan N. Zlatev
o.9 installed. > > Is this an issue x86_64 issue where I cannot use the downloaded rpms > with this architecture? > It seems you are installing 32bit mono packages on a 64bit system and those packages require 32bit dependencies and not their 64bit equivalents. -- Kind Regards, Ivan N. Zlatev ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] TypeConverter cannot convert from System.String in2.0 preview 1

2008-08-12 Thread Ivan N. Zlatev
source at http://i-nz.net/2006/03/14/compile-mono-svn-head-on-windows/ . I hope that helps. -- Kind Regards, Ivan N. Zlatev ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] TypeConverter cannot convert from System.String in 2.0 preview 1

2008-08-04 Thread Ivan N. Zlatev
ut of your application by extracting only the part that causes the exception and then file a bug with it (attach it to the bug) - http://mono-project.com/Bugs. Then post the bug number. -- Kind Regards, Ivan N. Zlatev > Maybe this is because I store Font object in user set

Re: [Mono-list] Creating file name from string

2008-06-28 Thread Ivan N. Zlatev
On Sat, Jun 28, 2008 at 7:40 PM, Andrus <[EMAIL PROTECTED]> wrote: > I need to create legal file name form any string so that PDF and other > viewers show nice title. > > This code should create legal file name in every platform supported by MONO > and .NET > > I created method LegalFileName() for

Re: [Mono-list] Linux Printers

2008-05-05 Thread Ivan N. Zlatev
On Mon, May 5, 2008 at 3:08 PM, Steve Harp <[EMAIL PROTECTED]> wrote: > > > >On 5/2/08, Steve Harp <[EMAIL PROTECTED]> wrote: > >> Hi All, > >> > >> How do I get list of available printers on a Linux machine? I'm using > >> C#/Mono and trying to populate a ComboBox with printers available on the >

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Ivan N. Zlatev
On Tue, Apr 22, 2008 at 1:35 PM, Paramesh Gunasekaran <[EMAIL PROTECTED]> wrote: > Ohh.. The same issue remains > > my export suffs are the following > > PATH=.:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Program > Files/Mono-1.9/bin:$PATH > #PKG_CONFIG_PATH=.:/lib/pkgconfig:/cy

Re: [Mono-list] [Mono-dev] MonoSummit: Planning the Sessions

2007-10-31 Thread Ivan N. Zlatev
ossible directions (Native Gtk/OSX) >CocoaSharp > > * Existing Use Cases > >Users of the Mono Platform: existing users talk about what >they are using Mono for. > >Show existing success case stories. > > ________