Re: [Mono-list] [Gtk-sharp-list] Where Did The Gtk# API Documentation Go?

2011-08-05 Thread Miguel de Icaza
Hello, Where has the Gtk# API documentation gone. It is no longer available at http://www.go-mono.com/docs/. In fact the whole gnome# tree has disappeared. We have been migrating the servers to their new home, and there have been a few kinks to sort out during this process. The APIs are now

Re: [Mono-list] GTK-Sharp: Cannot implicitly convert type `Cairo.Context' to `Cairo.Context'

2009-07-14 Thread Alan McGovern
If it was all working before, I'm unsure why it would just stop working after updating from SVN. The best I can offer is that you should check to see if you changed anything on your system or installed new packages which might result in this conflict. Finally, you should follow the guide on

[Mono-list] GTK-Sharp: Cannot implicitly convert type `Cairo.Context' to `Cairo.Context'

2009-07-13 Thread cornholio
hi, i couldn't compile mono (mono-develop) from svn since last week: ./DemoColorSelection.cs(45,30): warning CS0612: `Gtk.Box.PackStart(Gtk.Widget)' is obsolete ./DemoImages.cs(173,42): warning CS0618: `Gtk.Image.FromPixbuf' is obsolete: `Use the Pixbuf property instead'

Re: [Mono-list] GTK-Sharp: Cannot implicitly convert type `Cairo.Context' to `Cairo.Context'

2009-07-13 Thread Alan McGovern
Hey, /usr/local/lib/mono/gac/Mono.Cairo/1.0.5000.0__0738eb9f132ed756/Mono.Cairo.dll (Location of the symbol related to previous error) /usr/local/lib/mono/gac/Mono.Cairo/2.0.0.0__0738eb9f132ed756/Mono.Cairo.dll You appear to be loading both the 1.0 and 2.0 Mono.Cairo assemblies at the same time,

Re: [Mono-list] GTK-Sharp: Cannot implicitly convert type `Cairo.Context' to `Cairo.Context'

2009-07-13 Thread cornholio
Hi Alan, thank you for your response. no, i didn't follow the guideline, but i removed my old mono installation a few weeks ago (via ubuntu apt-get remove), so i thought i have a clean svn installation of mono-svn. it works fine for many days and i did rebuilt the sources every day (on 2

Re: [Mono-list] GTK-Sharp Problems

2009-03-09 Thread Sandy Armstrong
If you're going to install from source, you need to read and follow this: http://www.mono-project.com/Parallel_Mono_Environments Chances are that before, you installed your custom mono into a non-/usr prefix, and Banshee was looking for gtk-sharp and friends in the older /usr-installed Mono.

[Mono-list] GTK-Sharp Problems

2009-03-08 Thread b0wter
I've played around a little with monodevelop and tried downloading and installing the mono 2.2 which worked fine. But then i noticed that i couldnt start [url=http://banshee-project.org/]Banshee[/url], a mono based multi media player, any more. I get lots of text in a terminal but the most

Re: [Mono-list] GTK-Sharp Problems

2009-03-08 Thread Alan McGovern
Hi, Your best bet would be to undo everything you've done to install mono/monodevelop/gtk-sharp and then install the versions supplied in your package manager instead. You have a broken install and I couldn't even begin to offer any sort of hints on how to fix it unless i knew exactly what was on

Re: [Mono-list] GTK-Sharp Problems

2009-03-08 Thread b0wter
Hi, thats what i tryed before i posted here. Sorry that i missed to mention that. But i dont know what to do for an all new clean installation. I guessed i have missed some steps the last time i tried (I just used my packet manger to remove all packages that i found searching for mono and having

Re: [Mono-list] [Gtk-sharp-list] pinvoke and benchmarks

2008-09-17 Thread Martin (OPENGeoMap)
Hi: On Fri, Sep 12, 2008 at 11:22 AM, Martin (OpenGeoMap) [EMAIL PROTECTED] wrote: is it better used a library only created with C or the pinvoke is fast??? In my imagination i see the pinvoke system trying to find a funtion every time and if i have 10 million of lidar data perhaps this

Re: [Mono-list] [Gtk-sharp-list] pinvoke and benchmarks

2008-09-16 Thread Chris Howie
On Fri, Sep 12, 2008 at 11:22 AM, Martin (OpenGeoMap) [EMAIL PROTECTED] wrote: is it better used a library only created with C or the pinvoke is fast??? In my imagination i see the pinvoke system trying to find a funtion every time and if i have 10 million of lidar data perhaps this is really

Re: [Mono-list] [Gtk-sharp-list] Need help in compilation

2008-02-26 Thread Mike Kestner
On Mon, 2008-02-25 at 16:25 +0800, Marc Glenn wrote: Hello folks, I installed the mono-1.2.5.1 installer for windows xp. It has gtk-sharp 2.10 and gnome 2.16 included. I also found PrintSample.cs in the samples directory. This PrintSample.cs uses the Gnome namespace to

Re: [Mono-list] [Gtk-sharp-list] Need help in compilation

2008-02-25 Thread Marc Glenn
Thanks for the reply. :) Actually, I tried using the example in the GtkDemo first. But when I try to use the PrintOperationAction.PrintDialog property, I can't seem to find a way to make the dialog modal with the parent because I don't have a reference to the actual dialog widget. I also

Re: [Mono-list] [Gtk-sharp-list] Check Process state in an GUI app

2008-01-21 Thread Chris Howie
On Jan 21, 2008 11:58 AM, hellboy195 [EMAIL PROTECTED] wrote: hi, I'm currently trying to write a very very simple front-end for ffmpeg with gtk#. My Code looks like this: First I check if a file already exits with File.Exits(path) MessageDialog - Overwrite YesNO. Then the I start ffmpeg

[Mono-list] gtk-sharp packages available for openmoko phone

2007-10-05 Thread Cliff Brake
Henryk Plötz has finished the gtk-sharp package and it is now available in the mono feed: add the following to a /etc/ipkg/*-feed.conf file: src/gz mono-armv4t http://dev.bec-systems.com/feed/openmoko/mono ipkg update ipkg install libgtk2.0-cil I have tested a simple mono gtk single window

[Mono-list] gtk-sharp with directfb backend

2007-08-22 Thread Spencer, Matthew
Hi All I am trying to get gtk-sharp working without X support (ie by using the directfb version of gtk). The demo app gtk-demo works fine. To achieve this, I have changed the dll mapping in gtk-sharp.dll.config to: dllmap dll=libgtk-win32-2.0-0.dll target=libgtk-directfb-2.0.so.0/ I have

Re: [Mono-list] gtk-sharp with directfb backend

2007-08-22 Thread Paolo Molaro
On 08/22/07 Spencer, Matthew wrote: I am trying to get gtk-sharp working without X support (ie by using the directfb version of gtk). The demo app gtk-demo works fine. To achieve this, I have changed the dll mapping in gtk-sharp.dll.config to: dllmap dll=libgtk-win32-2.0-0.dll

Re: [Mono-list] [Gtk-sharp-list] Thread-safe GUI update

2007-03-22 Thread Chris Seaton
You want to use a semaphore. After AppendAvalues you signal. In place of Thread.Sleep you wait on that signal. Something vaguely like Semaphore semaphore = new Semaphore(0, 1); while (Messages.Count 0) { msg = (Message) Messages.Dequeue(); send(msg);

[Mono-list] Gtk-sharp-2.10.0.0 for MS Windows

2007-03-03 Thread Adam Wood
Hi, Can anyone please tell me where I can download the gtk-sharp runtime for windows version 2.10.0.0. I can only find 2.8.3 and I've looked everywhere I can think of. Thanks in advance for any help. Adam Wood ___ Mono-list maillist -

Re: [Mono-list] Gtk-sharp-2.10.0.0 for MS Windows

2007-03-03 Thread David Anes
Hi Adam. As far as I know, Gtk# 2.10 for Windows has some bugs and so there is no current version available. Recently has been a discussion about that in the list. I CP the explanation that gave Cody recently: Hi Matteo, I'm also from Medsphere, and I just want to point out that this is

Re: [Mono-list] Gtk-sharp-2.10.0.0 for MS Windows

2007-03-03 Thread David Anes
Well, that discussion was actually in the gtk# mailing list, I've forgot to mention this. David Anes. 2007/3/3, David Anes [EMAIL PROTECTED]: Hi Adam. As far as I know, Gtk# 2.10 for Windows has some bugs and so there is no current version available. Recently has been a discussion about that

[Mono-list] gtk-sharp was not found

2006-12-13 Thread kamel
Hi,, Linux jihbedunix.openunix.local 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:39:22 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux $ mcs test.cs -pkg:gtk-sharp Package gtk-sharp was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk-sharp.pc' to the

Re: [Mono-list] gtk-sharp was not found

2006-12-13 Thread Maciej Piechotka
On Wed, 13 Dec 2006 05:14:06 -0800, kamel wrote: Hi,, Linux jihbedunix.openunix.local 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:39:22 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux $ mcs test.cs -pkg:gtk-sharp Package gtk-sharp was not found in the pkg-config search path. Perhaps you should

Re: [Mono-list] gtk-sharp on macos

2004-12-08 Thread Jamil Geor
Hi, I had this problem too, but then I updated my /etc/mono/config file with some extra dll maps like this: dllmap dll=libgtk-win32-2.0-0.dll target=libgtk-x11-2.0.so.0/ dllmap dll=libgobject-2.0-0.dll target=libgobject-2.0.so.0/ dllmap dll=libglade-2.0-0.dll target=libglade-2.0.so.0/

[Mono-list] gtk-sharp on macos

2004-12-07 Thread Javier Diaz
Hello guys I've just compiled and installed gtk-sharp-1.0.4 on my macos system, I also have Mono 1.0.4 $ pkg-config --libs gtk-sharp -r:/Library/Frameworks/Mono.framework/Versions/1.0.4/lib/mono/gtk-sharp/glib-sharp.dll

Re: [Mono-list] Gtk-sharp and mono

2004-10-17 Thread Dmitry Kostenko
On Thursday 14 October 2004 21:27, Butler, Jennifer M. wrote: All - [Skipped] (unknown:2120): libglade-WARNING **: unknown property `decorated' for class `G tkWindow' Most probably you use Gtk+ 2.4 or newer under Linux (You should have with Glade 2.6.x). And AFAIK Gtk# officially supports

[Mono-list] Gtk-sharp and mono

2004-10-15 Thread Butler, Jennifer M.
All - I'm working on a project in Visual Studio .Net that uses Glade to produce a gtk-sharp gui. Everything works fine for me when I compile with .Net and run against the .Net GAC. But I also need this project to work in Linux, so I have been trying to make it run on Mono. I've tried several

Re: [Mono-list] gtk-sharp CVS build failing

2004-06-28 Thread Marc Recht
[...] When doing the compilation, you need to pass the option '--optimize=loop' to mono. I had to go into the Makefile for each assembly in gtk-sharp, change the RUNTIME variable from MY_PATH_TO_MONO/bin/mono to MY_PATH_TO_MONO/bin/mono --optimize=loop. This is a known mono bug and

Re: [Mono-list] gtk-sharp CVS build failing

2004-06-27 Thread Chris Turchin
Hi Fawad, thanks for the tip (off the list) on how to solve this. if anyone else is having this problem (and I just saw on IRC that others are) then try this suggestion from fawad: When doing the compilation, you need to pass the option '--optimize=loop' to mono. I had to go into the Makefile

[Mono-list] gtk-sharp CVS build failing

2004-06-27 Thread Fawad Halim
Hi, gtk-sharp build is failing for me with this error: Name: pattern Type: FcPattern* in callback PangoFT2SubstituteFunc Stubbing it out Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object in 0x0005d

Re: [Mono-list] gtk-sharp CVS build failing

2004-06-27 Thread Marc Recht
I'm getting this same error on both FC2 and Debian Unstable. mono and gtk-sharp source was gotten from CVS. I'm getting the same error on NetBSD with mono 0.97 and Gtk# 0.99. Marc pgpZ0zhAmL0e6.pgp Description: PGP signature !DSPAM:40df1752270552020415896!

Re: [Mono-list] gtk-sharp CVS build failing

2004-06-27 Thread Gert Kello
I'm getting this same error on both FC2 and Debian Unstable. mono and gtk-sharp source was gotten from CVS. I'm getting the same error on NetBSD with mono 0.97 and Gtk# 0.99. Same here on Debian unstable. Also noticed that building libgdiplus gives many errors like ../libtool: line 3975: test:

Re: [Mono-list] gtk-sharp CVS build failing

2004-06-27 Thread Francisco Figueiredo Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gert Kello wrote: | I'm getting this same error on both FC2 and Debian Unstable. mono and | gtk-sharp source was gotten from CVS. | | | | I'm getting the same error on NetBSD with mono 0.97 and Gtk# 0.99. | | | Same here on Debian unstable. Also

Re: [Mono-list] gtk-sharp CVS build failing

2004-06-27 Thread Mark Gimelfarb
I have followed the advice on adding the --optimize=loop option when compiling and it worked for me. This option will be required for building gtk-sharp and gecko-sharp. While at it, there were other issues compiling gtkmozembed-sharp. In order to fix those, a patch to MozWindow.custom will

[Mono-list] gtk-sharp CVS build failing

2004-06-26 Thread Fawad Halim
Hi, gtk-sharp build is failing for me with this error: Name: pattern Type: FcPattern* in callback PangoFT2SubstituteFunc Stubbing it out Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object in 0x0005d

Re: [Gtk-sharp-list] Re: [Mono-list] gtk-sharp monodoc package for mac os x

2004-06-24 Thread Chris Ridd
On 23/6/04 11:27 pm, Paolo Molaro [EMAIL PROTECTED] wrote: On 06/22/04 Elfred Pagan wrote: I am, for some reason gtk# didn't compile for me. [...] On 06/22/04 [EMAIL PROTECTED] wrote: Same here. gtk# didn't compile. [...] What if you both detail the issues you found? This is free

Re: [Gtk-sharp-list] Re: [Mono-list] gtk-sharp monodoc package for mac os x

2004-06-23 Thread Paolo Molaro
On 06/22/04 Elfred Pagan wrote: I am, for some reason gtk# didn't compile for me. [...] On 06/22/04 [EMAIL PROTECTED] wrote: Same here. gtk# didn't compile. [...] What if you both detail the issues you found? This is free software: useful bug reports from the users are important to get things

[Mono-list] gtk-sharp monodoc package for mac os x

2004-06-22 Thread Attila Balogh
hello, i have built a gtk-sharp.mpkg (0.98) and a monodoc.mpg (0.17) for mac os x, with all dependencies. anyone interested in testing? regards; Attila Balogh ___ Mono-list maillist - [EMAIL PROTECTED]

Re: [Mono-list] gtk-sharp monodoc package for mac os x

2004-06-22 Thread Elfred Pagan
I am, for some reason gtk# didn't compile for me. On Wed, 23 Jun 2004 05:37:52 +0200, Attila Balogh [EMAIL PROTECTED] wrote: hello, i have built a gtk-sharp.mpkg (0.98) and a monodoc.mpg (0.17) for mac os x, with all dependencies. anyone interested in testing? regards; Attila Balogh

Re: [Mono-list] gtk-sharp monodoc package for mac os x

2004-06-22 Thread steve
: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 8:45 PM Subject: Re: [Mono-list] gtk-sharp monodoc package for mac os x I am, for some reason gtk# didn't compile for me. On Wed, 23 Jun 2004 05:37:52 +0200, Attila Balogh [EMAIL PROTECTED] wrote: hello, i have built

[Mono-list] [Gtk-sharp-list] glade-sharp: Cannot get resources file

2004-03-26 Thread Trent Lloyd
Hi Guys, I have a problem, it happens in Mono from CVS, the latest nightly build and the one in debian unstable Occurs in my own test code + the glade test sample [EMAIL PROTECTED] ~/cvs/mono/gtk-sharp/sample] (348)% mono ./glade-test.exe Unhandled Exception: System.ArgumentException: Cannot

[Mono-list] gtk-sharp+HIBRID

2004-01-13 Thread felipe maya
The Answer is: ¿Can System.Windows.Form to combine with gtk-sharp? Consigue tu correo GRATIS en Manizales.com, dale vida a tus mensajes con ms de 300 motivos gráficos. Busca el portal de tu ciudad en http://www.enredese.net ___ Mono-list

[Mono-list] gtk sharp

2003-10-16 Thread Shawn Vose
I installed the latest mono rpms last week. mono-0.28-1.ximian.6.1.i386.rpm mono-devel-0.28-1.ximian.6.1.i386.rpm mono-debuginfo-0.28-1.i386.rpm mono-wine-20030318-1.ximian.6.4.i386.rpm mono-wine-debuginfo-20030318-1.ximian.6.4.i386.rpm do these contain the gtk bindings?

Re: [Mono-list] gtk sharp

2003-10-16 Thread Luciano Callero
-XML-LibXML-Common-0.12-1.i386.rpm and the others. They are in the same url. You must first install (or maybe you already have) gda, gtk+, and other package... kat0. From: Shawn Vose [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Mono-list] gtk sharp Date: 16 Oct

Re: [Mono-list] gtk sharp

2003-10-16 Thread Shawn Vose
PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Mono-list] gtk sharp Date: 16 Oct 2003 08:29:49 -0400 MIME-Version: 1.0 Received: from mc9-f28.hotmail.com ([65.54.166.35]) by mc9-s21.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Thu, 16 Oct 2003 05:55:42 -0700

[Mono-list] Gtk-Sharp

2003-10-07 Thread Giuseppe Greco
Hi all, when do you plan to make the latest version of Gtk-Sharp available via Red Carpet? For instance, when do you think we'll be able to setup the monodoc rendering engine on our web server via Red Carpet? Thanks, j3d. -- Giuseppe Greco ::agamura::

Re: [Mono-list] Gtk-Sharp

2003-10-07 Thread Duncan Mak
Giuseppe, On Tue, 2003-10-07 at 05:37, Giuseppe Greco wrote: when do you plan to make the latest version of Gtk-Sharp available via Red Carpet? I got started building RPMs, but I don't have them done for all the distributions we support actively (redhat-9-i386, redhat-80-i386,

Re: [Mono-list] Gtk-Sharp

2003-10-07 Thread Miguel de Icaza
Hello, Giuseppe, On Tue, 2003-10-07 at 05:37, Giuseppe Greco wrote: when do you plan to make the latest version of Gtk-Sharp available via Red Carpet? I got started building RPMs, but I don't have them done for all the distributions we support actively (redhat-9-i386, redhat-80-i386,

[Mono-list] Gtk-Sharp from CVS request

2003-08-22 Thread Willem . Smit
Hey guys, can anyone please do me a huge favour and email me the cvs source of gtk-sharp ? I'm parked off behind a corporate firewall at work, and my phoneline isn't set up from home yet (and like i know our phone company that's gonna take a while still). I really want to get the new monodoc

Re: [Mono-list] Gtk-Sharp from CVS request

2003-08-22 Thread Willem . Smit
Thanx dude, you da man ! Willem Smit SL IT 9471637 0724872442 *** Any views expressed in this message are those of the individual sender, and Sanlam accepts no liability therefore, except where the sender specifically states them to be those of Sanlam. Enige sienswyses of stellings

[Mono-list] gtk-sharp+Combo+Entry+windows

2003-08-05 Thread Felipe . Maya
Hello, I have a problem with Combo... i try to use combo.Entry on Windows but don't work. The exception is Unable to find Entry of the Combo in Gtksharpglue. This widget on linux work very good. Can help me? ___ Mono-list maillist - [EMAIL

Re: [Mono-list] gtk-sharp and gc

2003-02-03 Thread Paolo Molaro
On 02/01/03 Martin Baulig wrote: Is it possible to run gtk-sharp without a garbage collection enabled, I have still not been able to install the garbage collector. Mono complains about GCHandles when I run a gtk-sharp program, and they used to work before Please, explain what are the

Re: [Mono-list] gtk-sharp and gc

2003-02-01 Thread Martin Baulig
kojoadams [EMAIL PROTECTED] writes: Is it possible to run gtk-sharp without a garbage collection enabled, I have still not been able to install the garbage collector. Mono complains about GCHandles when I run a gtk-sharp program, and they used to work before Hi, at the moment, it is not