[Mono-dev] [PATCH] mono-basic version additions and fixes

2007-02-23 Thread Kornél Pál
Hi, The attached patch add a Consts.vb file similar to Consts.cs in mcs tree. Version numbers are moved to there. I think that using the package version in vbnc is better so this patch modifies that as well. Note that I was unable to build vbnc using the Makefiles so I don't know if this

[Mono-list] pagckage problems with 1.2.3?

2007-02-23 Thread tom potts
mono-complete-1.2.3.1-0.novell.i586.rpm attempts to install result in missing dependencies for everything its meant to contain! ___ Copy addresses and emails from any email account to Yahoo! Mail - quick, easy and free.

[Mono-list] Widgets (not Gtk.Window) with Glade?

2007-02-23 Thread paulomorfeo
Is it possible to link advanced GUIs with Glade? That is, Glade-Connect something that is not a Gtk.Window to mono? How? I want to add versatility to my GUIs without having to right extensive code. Right now, i am using a method of creating widgets that load the parameters (borderWidth,

[Mono-list] Cairo and Gdk

2007-02-23 Thread Pupeno
In the documentation of Cairo.Context there's an example: http://www.go-mono.com/docs/[EMAIL PROTECTED] that example includes a section at the bottom, in the Gdk namespace, that makes foreign calls (if I understand it correctly, I am just starting with .net, mono and C#) to the Gdk library (the

Re: [Mono-list] error CS0246: The type or namespace name `PrivateKey' could not be found

2007-02-23 Thread Sebastien Pouliot
Hello Viraj, Try: mcs s.cs -r:Mono.Security.dll because, by default, mcs only reference (-r:) very few assemblies. So you need to reference additional ones yourself. On Fri, 2007-02-23 at 09:45 +0530, viraj wrote: hi all, i'm trying to compile a small command line application..

Re: [Mono-list] Widgets (not Gtk.Window) with Glade?

2007-02-23 Thread Arx Cruz
I think you want is create your widget in glade, and deattach this from the top window and put in another container right? if this is what you want, you can do it. monodevelop make this all time. you get the top level window, get his children, unparent this and destroy the top lvl window. then you

Re: [Mono-list] Widgets (not Gtk.Window) with Glade?

2007-02-23 Thread Ben Motmans
In Glade, you can also add a Custom widget basically, this is just a placeholder that is going to call a function inside your application when the widget is added just set the Glade.XML.CustomHandler to a delegate of the type Glade.XMLCustomWidgetHandler, whenever a custom widget is found, this