[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.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[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
Hi !

Ok one for me !!! I misunderstood the exception message. It seems that 
we can't add a Constraint if there an equivalent Relation ...

MS.Net does the same ... so it's ok : one for me !

Sorry for the disturb ...


Konstantin Triger a écrit :
 Hi,

 Does it work on ms .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.ximian.com
 Subject: [Mono-dev] DataSet : Trouble with Relation and ForeignKey ...

 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 :
 /Unhandled Exception: System.Data.DataException: Constraint matches 
 contraint named 'Name' already in collection/

 I think I'm doing something twice by creating a DataRelation and a 
 Constraint, so which one include the other one ?

 Thanks for answer !








 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list


   

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[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 :
/Unhandled Exception: System.Data.DataException: Constraint matches 
contraint named 'Name' already in collection/

I think I'm doing something twice by creating a DataRelation and a 
Constraint, so which one include the other one ?

Thanks for answer !








___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[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 :
/Unhandled Exception: System.Data.DataException: Constraint matches 
contraint named 'Name' already in collection/

I think I'm doing something twice by creating a DataRelation and a 
Constraint, so which one include the other one ?

Thanks for answer !







___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[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-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[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/jira/browse/DYNPROXY-21.


Now : I've this exception which seems coming from the mscorlib on mono ?

** 
(/donnees/Documents/Projets/MonoDevelop/NHibernate_Exemple/SourceCode/OrderSystem/OrderSystem.UI/bin/Debug/OrderSystem.UI.exe:10433): 
WARNING **: Missing member Equals in type OpCode, assembly 
/donnees/Applications/Dev/Mono/mono-1.1.13.4/lib/mono/1.0/mscorlib.dll


Unhandled Exception: NHibernate.LazyInitializationException: Failed to 
lazily initialize a collection --- NHibernate.HibernateException: 
Creating a proxy instance failed --- System.MissingMethodException: 
Method not found: 'System.Reflection.Emit.OpCode.Equals'.

in 0x0 unknown method

But when I look in the methods ... I find it ...

ANy idea ?

Thanks

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[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 !

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


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 ...



Which version introduced the regression?

  

I'm wondering if it is a know bug ?

Thanks !

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list




___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


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.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


  

More info :
http://developer.imendio.com/wiki/Gtk_Mac_OS_X




___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[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]5,5' is 
invalid.



If someone what I can do ...

Thanks !



___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


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 Pich [EMAIL PROTECTED]:

 I understand monodevelop is a project 'porting' sharpdevelop to mono.
 The question I ask myself why is that effort made instead of taking
 advantage of code already there: eclipse. Made for java it should be
 ideal for a managed language like c# and with its plugin architecture
 should be also well suited to be expanded.
 Besides it is open source.

 So I wonder why have monodevelop (which is awefully complicated to
 set up and doesn't feel native therefore. [Im on OSX btw]

 Im sure there is a reason behind it all and I'd appreciate it if
 somone could tell me (a newbie with mono) why we need our own IDE
 instead of writing a plugin for eclipse like it was done for C/C++
 and php.

 Regards,
 Dominik

 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list



___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[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 cannot see why such event are not raised ... (it's
working fine with Entry)...

Thanks for any help ...

Ps1 : I've already send an email on the GtkSharp List but no answer ...

Ps2 : Gtk.ComboBox is not anymore in the ApiDocs list for Gtk ... only Combo ...
I'm sure it used to be listed ...


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[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 Monodevelop with FireFox ?

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


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

2005-03-12 Thread xiii29
Okie dokie !
Everything seems to be ok !
Thanks for yor help !
Bye !
Ps : The installer is just great  Thanks !!!
Atsushi Eno wrote:
Hello,
mono 1.0.2 is pretty old. I fixed several bugs around DataSet XML
processing in mono 1.1.4 and later. It would be best if you try
the latest daily build 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 on my DataSet, I'm not able to save info when I do 
MyDataSet.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 :
DataColumn dclFather = this.TableFather.Columns[ID]; DataColumn 
dclSon = this.TableSon.Columns[FK_ID];

this.Data.Relations.Add(dclFather, dclSon);
For info, I'm using the 1.0.2 version ...
Thanks !

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list