[Mono-dev] Trouble with Build Action

2007-09-05 Thread xiii29
Hi, With the last version of MD (0.15), I've trouble with Build Action. When I set the property to Embed Ressource, the value is not keeped between two use of MD ... Any idea ? Thanks ! ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.co

[Mono-dev] Book On Mono

2006-10-13 Thread xiii29
Hi, I'm looking for a good book on Mono / Gtk#. I found Mono: A Developer's Notebook. *another idea ? Thanks ! * ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] DataSet : Trouble with Relation and ForeignKey ...

2006-08-24 Thread xiii29
net? > Can you drop a test case reproducing the problem? > > Regards, > Konstantin Triger > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of xiii29 > Sent: Wednesday, August 23, 2006 11:55 PM > To: mono-devel-list@lists.ximi

[Mono-dev] DataSet : Trouble with Relation and ForeignKey ...

2006-08-23 Thread xiii29
Hi, My applications uses a DataSet with DataRelations to store information. After created a relation, I also create a ForeignKey between the same two columns. With the 1.1.13.4 version of mono : no trouble everything is working. With the 1.1.16.1 version of mono : I get this messages : /Unhandl

[Mono-dev] [Fwd: Question about DataRelations and ForeignKeyConstraint]

2006-08-19 Thread xiii29
Hi, My applications uses a DataSet with DataRelations to store information. After created a relation, I also create a ForeignKey between the same two columns. With the 1.1.13.4 version of mono : no trouble everything is working. With the 1.1.16.1 version of mono : I get this messages : /Unhandl

Re: [Mono-dev] GUI questions and advices !

2006-08-16 Thread xiii29
Hi, Thanks for the answer ! I was not sure that it was possible to create card game with Gtk ... But I will look at your exemple. Thanks again ! C.J. Adams-Collier a écrit : > Howdy xii29, > > Check out Aisle Riot for a good example on how to build a card game. > It's written in C and has been

[Mono-dev] GUI questions and advices !

2006-08-14 Thread xiii29
Hi, I would like to implements a card Game and I'm looking about the technical part. I'm wondering if some of you could give me some advices about the Gui Part ... i'm new to Gtk# and do not know other Gui for Mono (except Windows Forms ...) so if someone can direct me ... Thanks for any help !

[Mono-dev] NHibernate + DynamicProxies + Mono trouble

2006-06-05 Thread xiii29
Hello ! I'm working with NHibernate for my application. I have some trouble but step by step I'm able to find solution (Thanks to google). The last one was a problem of compatibility between Mono and DynamicProxies (from castle project). All info are here : http://support.castleproject.org/j

Re: [Mono-dev] DataSet Regression with lasted version

2006-03-10 Thread xiii29
I've tried only the 1.1.13.4 ! Miguel de Icaza a écrit : Hello, I've a part of my soft which used data column expression with calculated column. It was working (and it is again :-)) fine with 1.1.13 but when I setup the lastet version it seems not able to find the calculated column ...

[Mono-dev] DataSet Regression with lasted version

2006-03-10 Thread xiii29
Hi, I've a part of my soft which used data column expression with calculated column. It was working (and it is again :-)) fine with 1.1.13 but when I setup the lastet version it seems not able to find the calculated column ... I'm wondering if it is a know bug ? Thanks ! _

Re: [Mono-dev] SWF, gtk#, OSX, Linux, Win32, GUI's thougths?

2005-11-23 Thread xiii29
Miguel de Icaza wrote: CODY RUSSELL <[EMAIL PROTECTED]> wrote: I think OSX support for GTK just went into cvs recently. with no need for X11? can anyone confirm this? That is correct. Miguel. ___ Mo

[Mono-dev] DataView.RowFilter trouble

2005-09-19 Thread xiii29
Hi, I got a strange problem with RowFilter. I want filter on a column which type is double. When I try : MyColumn > 5.5 ==> Unhandled Exception: System.FormatException: Unknown char: . So I try : MyColumn > 5,5 ==> Unhandled Exception: System.Data.SyntaxErrorException: Expression '[MyColumn

Re: [Mono-devel-list] development of monodevelop: why? :P

2005-07-13 Thread xiii29
I will not answer to the question but I know there is already a C# plugin for Eclipse ... http://www.improve-technologies.com/alpha/ressources/usingTheUpdateManager.html (Maybe some others exist ...) and there is a link on gotmono ... http://www.gotmono.com/docs/ide/eclipse.html Selon Dominik Pi

[Mono-devel-list] Trouble With the Gtk.ComboBx

2005-07-04 Thread xiii29
Hi, I got some trouble with events the Gtk.ComboBox. I was thinking that this object inherited from Gtk.Widget so was able to raise FocusIn and FocusOut event. But I'm not able to catch them ... I've looked in the generated code (after en configure and a make on the 1.9.3GtkSharp version) but I

[Mono-devel-list] MonoDevelop : looking for mozilla

2005-06-22 Thread xiii29
Hi, When I launch Monodevellop, I get this message : which: no mozilla in (/usr/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/home/maitrebn/bin) Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory ... Is there a way to use Monodevelo

Re: [Mono-devel-list] DataSet and DataRelation problems ...

2005-03-12 Thread xiii29
from source: http://mono.ximian.com/daily/ If you still have problem, please file a bug details here, with sample runnable code and expected output: http://bugzilla.ximian.com/ Thanks Atsushi Eno xiii29 wrote: Hello ! I've a strange problem with DataRelation ... When I set some relations

[Mono-devel-list] DataSet and DataRelation problems ...

2005-03-11 Thread xiii29
Hello ! I've a strange problem with DataRelation ... When I set some relations on my DataSet, I'm not able to save info when I do .WriteXML ... The strange things is when I execute the binary on Microsoft .Net everything goes fine ... Here is a sample of code when I set the DataRelation : DataC