[Mono-list] sharp glue problems

2004-05-14 Thread Rob Brown-Bayliss
-glue package anywhere. has any one got this to work on rh8? -- Rob Brown-Bayliss = ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] sharp glue problems

2004-05-14 Thread Rob Brown-Bayliss
On Sat, 2004-05-15 at 09:01, Rob Brown-Bayliss wrote: Hi, I recently installed the mono beta stuff on redhat 8, I used the rh9 rpms then recompiled the mono runtime source to get mono to work Solved. updated Xfree libs -- Rob Brown-Bayliss

[Mono-list] cant find gtk-sharp.dlls

2004-06-09 Thread Rob Brown-Bayliss
Hi, I just installed the latest mono beta2 via yum for fedora core 2, The most noticeable change for me since beta 1 is projects in monodevelop wont compile... It seems that mono cant find many libs that are installed, mono path is set. So I am stumped, any clues? -- Rob Brown-Bayliss

RE: [Mono-list] cant find gtk-sharp.dlls

2004-06-09 Thread Rob Brown-Bayliss
source... -- Rob Brown-Bayliss = ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] FileSystemWatcher

2004-06-24 Thread Rob Brown-Bayliss
the app to continue on, and events to be triggered if the file system is modified. -- Rob Brown-Bayliss = ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Re: [MonoDevelop] gst-sharp and a newbie

2004-07-15 Thread Rob Brown-Bayliss
(missing assembly reference?)(CS0246) error. -- Rob Brown-Bayliss The liar's punishment is not in the least that he is not believed, but that he cannot believe anyone else

[Mono-list] GST obliterates namespaces.

2004-07-15 Thread Rob Brown-Bayliss
() even though I have using MySpace; in the code. I am using a version of gst-sharp pulled from cvs toady. -- Rob Brown-Bayliss I gotta go. There's a dude next to me and he's watching me type, which is sort of starting to creep

[Mono-list] Keyword this or base expected(CS1018)

2004-08-21 Thread Rob Brown-Bayliss
Why does this: public MyClass() : base (Glade.XML gxml, Database database) give me this error? Keyword this or base expected(CS1018) -- Rob Brown-Bayliss

Re: [Mono-list] Keyword this or base expected(CS1018)

2004-08-21 Thread Rob Brown-Bayliss
that Glade.XML is not enum. Cheers, Gaurav Vaish http://gallery.mastergaurav.net --- On Sun, 22 Aug 2004 16:19:03 +1200, Rob Brown-Bayliss [EMAIL PROTECTED] wrote: Why does this: public MyClass() : base (Glade.XML gxml, Database database

Re: [Mono-list] Keyword this or base expected(CS1018)

2004-08-22 Thread Rob Brown-Bayliss
On Sun, 2004-08-22 at 19:54, Gaurav Vaish wrote: Thanks People. I have that working now :-) -- Rob Brown-Bayliss Some days you wake up with her complaining Some sunny days you wish it was raining Some days are sulky, some

Re: [Mono-list] Keyword this or base expected(CS1018)

2004-08-22 Thread Rob Brown-Bayliss
classes... -- Rob Brown-Bayliss ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] popt

2004-08-26 Thread Rob Brown-Bayliss
Hi, is there a c# version of popt for handling command line options? -- Rob Brown-Bayliss ___ Mono-list

Re: [Mono-list] popt

2004-08-26 Thread Rob Brown-Bayliss
to set them. So I have had a look, and on the web found this example: http://talios.blog-city.com/read/579685.htm But I cant find any mention of Mono.GetOptions in monodoc, and I get this error with the example: Cannot find type `Options'(CS0246) Any clues? -- Rob Brown-Bayliss

[Mono-list] popt

2004-08-28 Thread Rob Brown-Bayliss
get all the mono stuff via Yum (using fedora) so any other ideas as to why this is failing? -- Rob Brown-Bayliss ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] glade signal connections

2004-08-30 Thread Rob Brown-Bayliss
rather than in the C# main class. how would I do this in C#? eg, of a user clicks on a line in a list view have a class that handles the list view events... -- Rob Brown-Bayliss

Re: [Mono-list] glade signal connections

2004-08-31 Thread Rob Brown-Bayliss
that clear? I am trying to avoid a lot of functions in the main app class that simply take some args and pass them to another function in another class, it seems like a lot of extra typeing and overhead... -- Rob Brown-Bayliss ___ Mono-list maillist - [EMAIL

Re: [Mono-list] glade signal connections

2004-08-31 Thread Rob Brown-Bayliss
row_activated(object o, EventArgs args) { Console.WriteLine(o.ToString(), args.ToString()); } Can any one tell me where I am going wrong please? -- Rob Brown-Bayliss

Re: [Mono-list] glade signal connections

2004-08-31 Thread Rob Brown-Bayliss
On Tue, 2004-08-31 at 22:46, Iain McCoy wrote: tree_view.RowActivated += new RowActivatedHandler (row_activated); Thanks guys... -- Rob Brown-Bayliss ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Re: Yum repository for 1.0.2 release for Fedora Core 2 does not work

2004-09-24 Thread Rob Brown-Bayliss
On Thu, 2004-09-23 at 15:54 -0400, Duncan Mak wrote: On Thu, 2004-09-23 at 00:18 -0700, Radu Cornea wrote: Yes, now it gets the list of files but still something is wrong: When I run yum update I get: Downloading needed headers Resolving dependencies Unable to satisfy

Re: [Mono-list] Re: Yum repository for 1.0.2 release for Fedora Core 2 does not work

2004-09-25 Thread Rob Brown-Bayliss
-mono.com/archive/yum-repository/fedora-2-i386/mono-winforms-1.0.2-1.ximian.8.1.i686.rpm [Errno -1] RPM /var/cache/yum/mono/packages/mono-winforms-1.0.2-1.ximian.8.1.i686.rpm fails md5 check -- Rob Brown-Bayliss The best way to avoid responsibility is to say, I've got responsibilities.

[Mono-list] ToTitleCase

2004-10-14 Thread Rob Brown-Bayliss
= name.ToLower(); if (name.StartsWith(the )) { name = name.Remove(0,4); name = name + , the; } return textInfo.ToTitleCase(name); } -- Rob Brown-Bayliss The liar's punishment is not in the least that he is not believed, but that he cannot believe anyone else.

[Mono-list] Sqlite dll not found error.

2004-09-27 Thread Rob Brown-Bayliss
Hi, I am getting this error having installed mono-data-sqlite Unhandled Exception: System.DllNotFoundException: sqlite in 0x00053 (wrapper managed-to-native) Mono.Data.SqliteClient.SqliteConnection:sqlite_open (string,int,string) in [0x00031] (at

Re: [Mono-list] Sqlite dll not found error.

2004-09-27 Thread Rob Brown-Bayliss
On Mon, 2004-09-27 at 19:36 -0700, Bryan Bulten wrote: You are missing libsqlite. Download and install it from http://sqlite.org/. actually no I am not: [EMAIL PROTECTED] rob]$ locate libsqlite /usr/lib/libsqlite.so.0.8.6 /usr/lib/libsqlite.so.0 [EMAIL PROTECTED] rob]$ sqlite SQLite

Re: [Mono-list] Sqlite dll not found error.

2004-09-29 Thread Rob Brown-Bayliss
On Mon, 2004-09-27 at 20:57 -0700, Todd Berman wrote: Install the -devel packages. Thanks, that sorted it... -- Rob Brown-Bayliss I want to die peacefully in my sleep, like my grandfather. Not screaming in terror like his passengers.

[Mono-list] nice value

2004-10-24 Thread Rob Brown-Bayliss
Hi, how would I go about changing the nice value of an app I have written in mono from within the app it's self?

[Mono-list] remoting tips and info

2004-11-06 Thread Rob Brown-Bayliss
Hi, I am looking to use remoting, and would like some good in depth info, not the hello world exapmles that show how to remote a single instance of an object, but some thing more in depth, like how to dynamically create instances of an object on the server adn have them made available to a

[Mono-list] Stetic and Monodevelop

2006-08-24 Thread Rob Brown-Bayliss
Hi, How do I use stetic to edit a window? If I add a new gnome or gtk window to a project I can't edit access the gui desginer view , but if I add a new dialogue I can. Also, if I create a new gnome project I cant edit the gui in stetitc, but if I create a new gtk project I can. -- Rob

[Mono-list] Reference problem or misunderstanding

2006-09-09 Thread Rob Brown-Bayliss
Hi, I am getting a null reference error when trying to set a value in Gconf. But I am sure the problem is my misunderstanding of the way c# handles classes etc. I have a Prefs class which deals with GConf. in my main app class I have the following: public Prefs prefs;

Re: [Mono-list] Reference problem or misunderstanding

2006-09-09 Thread Rob Brown-Bayliss
On 9/10/06, Robert Jordan [EMAIL PROTECTED] wrote: Prefs prefs = new Prefs() is hiding the outer prefs field defined at class scope. Try this: this.prefs = new Prefs(); Thanks, yes that is excelent. -- Rob ___ Mono-list maillist -

[Mono-list] setting combobox from gconf value

2006-09-09 Thread Rob Brown-Bayliss
Hi. I am using monodevelop and stetic to build an app. I have some comboboxes, with the text entered in the gui designer of monodevelop. When the app starts I want to set tyhe vlaues from a key in gconf, and I assume I have to do this with combobbox.SetActiveIter. But first I need to know the

[Mono-list] Gconf and serilization of liststore

2006-09-10 Thread Rob Brown-Bayliss
Hi, I am working on a small app as a way of learning c# and gtk#. I have at present a Gtk.ComboboxEntry widget, with a liststore that has 3 (string) columns which I want to some how load and save from gconf. How would I go about some thing like that? Would it be possible to serialize the

[Mono-list] Monodevelop and tooltips

2006-09-17 Thread Rob Brown-Bayliss
Hi, I have an app with the gui built in monodevelop (stetic). I have set some text in the tooltip field for a widget, but it does not display when I hold the mouse over the widget. How is this achieved with monodevelop and stetic or are tooltips not yet fully implemented? -- Rob

[Mono-list] External processes and Paths

2006-09-23 Thread Rob Brown-Bayliss
Hi, I am having a path problem when running an external process. The problem is that the application I am atempting to start is in the path as given by the error, but then it suggests I check the path. Here is the error: ApplicationName='gconftool-2 ', CommandLine=' -a /apps/',

Re: [Mono-list] External processes and Paths

2006-09-23 Thread Rob Brown-Bayliss
On 9/23/06, Robert Jordan [EMAIL PROTECTED] wrote: Rob Brown-Bayliss wrote: Hi, I am having a path problem when running an external process. The problem is that the application I am atempting to start is in the path as given by the error, but then it suggests I check the path

[Mono-list] RSS readers

2006-10-01 Thread Rob Brown-Bayliss
Hi, I am using a dll called Rss.NET from http://rss-net.sourceforge.net/ I can't find any contact on their web site so I thought I would ask here: I have this sample of an rss feed: // item // pubDateSun, 01 Oct 2006 20:06:41 GMT/pubDate