[Mono-list] Re: System.Data missing in 1.1.9.2

2005-10-27 Thread Raúl Reina Molina
Thank you. Now I know how can I do it in a terminal, and also I know that adding System.Data to the references section of MonoDevelop wil solve my problem. __ Renovamos el Correo Yahoo! Nuevos servicios, más seguridad http://correo.y

[Mono-list] System.Data missing in 1.1.9.2

2005-10-26 Thread Raúl Reina Molina
I need developing DataBase app's in Mono, so I include the "using System.Data;" line and the one related to the DB server I use. First: The code completion tool doesn't recognize "Data" as a subspace of "System". Second: When I try to compile the code I get an error of type "Missing namespace Syst

[Mono-list] Re: Glade.WidgetAttribute problem

2005-10-26 Thread Raúl Reina Molina
Thank's to everybody. I've just corrected the problem. I'l give my solution in order to avoid another one having the same problem. The [Glade.WidgetAttribute]sentence need to be in the definition part of a class, not in the implementation one of any method, I mean, it must define a property of

[Mono-list] Glade.WidgetAttribute problem

2005-10-24 Thread Raúl Reina Molina
I am trying to learn Linux programming using Mono, that's ok but I can't do so much things because I can't link code objects (variables) to Glade objects (widgets). I know that I've to declare one variable per widget I want to use in my code, and I've to write a "[Glade.WidgetAttribute]" before tha

[Mono-list] Glade.WidgetAttribute problem

2005-10-22 Thread Raúl Reina
I am trying to learn Linux programming using Mono, that's ok but I can't do so much things because I can't link code objects (variables) to Glade objects (widgets). I know that I've to declare one variable per widget I want to use in my code, and I've to write a "[Glade.WidgetAttribute]" before tha