Re: [Gtk-sharp-list] GLib.Global.ProgramName shouldn't be freed

2012-04-22 Thread Mike Kestner
by gdk_pixdata_serialize *should* be freed. I have attached the diff. Thanks for the patch. I've committed the fix to 2-12-branch and master. -- Mike Kestner ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com

Re: [Gtk-sharp-list] Xml Document

2012-04-22 Thread Mike Kestner
On Sat, Apr 21, 2012 at 9:49 AM, mono-a-mono develo...@hawkvalley-solutions.com wrote: I am not able to see the System.Xml namespace with my project, ideas? Mono for Android project. You should ask on a mono for android list. -- Mike Kestner ___ Gtk

Re: [Gtk-sharp-list] GLib.Global.ProgramName shouldn't be freed

2012-04-21 Thread Mike Kestner
__**_ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.**comGtk-sharp-list@lists.ximian.com http://lists.ximian.com/**mailman/listinfo/gtk-sharp-**listhttp://lists.ximian.com/mailman/listinfo/gtk-sharp-list -- Mike Kestner ___ Gtk-sharp-list

Re: [Gtk-sharp-list] Class derived from Gtk.Bin does not get Mouse Events

2012-01-05 Thread Mike Kestner
@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list -- Mike Kestner ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Gtk# 3.0 and GObject Introspection

2011-11-22 Thread Mike Kestner
On Tue, Nov 22, 2011 at 1:19 PM, Daniel Espinosa eso...@gmail.com wrote: Are there any plan to continue on Gtk# 3.0 Yes, it's in master. and use GObject Introspection on Mono and Gtk# ? No, it uses GAPI XML, though there are 2 or 3 projects to support gir2gapi conversion in varying states

Re: [Gtk-sharp-list] GTK# 3.0 Assistance

2011-08-23 Thread Mike Kestner
, and there are few things I learned to enjoy less than maintain msbuild files. -Gabe McArthur On Aug 22, 2011, at 7:07 AM, Mike Kestner mkest...@gmail.com mailto:mkest...@gmail.com wrote: Hi Gabe, On Fri, Aug 19, 2011 at 8:15 PM, Gabe Mc mailto:madeona...@gmail.commadeonamac@gmail

Re: [Gtk-sharp-list] GTK# 3.0 Assistance

2011-08-23 Thread Mike Kestner
Hi Gabe, On Tue, Aug 23, 2011 at 2:03 PM, Gabe McArthur madeona...@gmail.com wrote: I'm fine with getting rid of the perl and porting it all to .net. Any chance I could use F# for some of the heavy lifting? I don't want to be a dick (warning: about to be a dick) but the less time I spent

Re: [Gtk-sharp-list] GTK# 3.0 Assistance

2011-08-22 Thread Mike Kestner
Hi Gabe, On Fri, Aug 19, 2011 at 8:15 PM, Gabe Mc madeona...@gmail.com wrote: Hey, I'm looking to contribute to mono in some way, and I thought that I could start with GTK#. I wanted to dig in and see what's involved and possibly make some fixes to make the system compatible with downstream

Re: [Gtk-sharp-list] Cairo to Pixbuf

2011-07-25 Thread Mike Kestner
On Mon, Jul 25, 2011 at 6:04 PM, chewyraver all_wa...@hotmail.com wrote: Hi Nicholas, Yes, Cairo isn't the fastest, but it's good enough I think. I cannot find anything to teach me what I want, if you know of any sources, please share! :) There is a cairo sample in the gtk-sharp module

Re: [Gtk-sharp-list] Mono.Cairo DllImport calling convention

2011-07-24 Thread Mike Kestner
On Sun, Jul 24, 2011 at 3:53 PM, diekleinekuh markus-hensc...@gmx.dewrote: Hi there, while tracking bug https://bugzilla.novell.com/show_bug.cgi?id=583901 I tried to understand how gtksharp handles calling conventions of all the native GTK functions on windows. It seems like a perl script

Re: [Gtk-sharp-list] Mono.Cairo DllImport calling convention

2011-07-24 Thread Mike Kestner
On Sun, Jul 24, 2011 at 7:30 PM, diekleinekuh markus-hensc...@gmx.dewrote: Oh, Ok. So gapi-cdecl-insert is not used for cairo in 2.12 because there are no callback delegates there? And how are native function calls handled in 2.12 then? I didn't see any CallingConvention set for the native

Re: [Gtk-sharp-list] Pango.Global.ExtentsToPixels

2011-05-19 Thread Mike Kestner
Thanks. I pushed a fix for this to trunk and gtk-sharp-2-12-branch. Mike On Thu, May 19, 2011 at 3:43 AM, Olivier olivier-m.p...@laposte.net wrote: Hello, The fonction's arguments shouldn't be by ref in order to work ? Pango.Rectangle is a value type. Olivier -- View this message in

Re: [Gtk-sharp-list] widget destruction

2011-03-08 Thread Mike Kestner
On Tue, Mar 8, 2011 at 1:15 PM, Lluis Sanchez Gual slluis.de...@gmail.comwrote: GObject doesn't have a Dispose method and doesn't use the IDispose pattern, so we are free to give to Dispose the meaning that better fits our needs. Not exactly true. GObjectClass does have a dispose virtual

Re: [Gtk-sharp-list] widget destruction

2011-03-07 Thread Mike Kestner
You should only need to call Destroy on the widget you are removing. Destroying AFTER Dispose would be bad. Dispose releases Gtk#'s reference to the object and so Destroying after Dispose is bad practice. Dispose says you are done with an object. Calling another method on it is not supported.

Re: [Gtk-sharp-list] widget destruction

2011-03-07 Thread Mike Kestner
2011/3/7 Andrés G. Aragoneses kno...@gmail.com This brings up again the debate: should GTK# change the API in the 3.x release to make Dispose() methods call Destroy() now that Gtk+3 broke API anyway? I know many people would like to see this. If someone wants to take the lead and actually

Re: [Gtk-sharp-list] widget destruction

2011-03-07 Thread Mike Kestner
2011/3/7 Nicholas Frechette zeno...@gmail.com If we want to bring up the debate of how gtk resources are destroyed, I would strongly like to suggest _NOT_ piggy backing on the finalizers to garbage collect GTK objects. This will play very poorly with the GC heuristics. GTK native resources

Re: [Gtk-sharp-list] Icon on a button

2011-01-08 Thread Mike Kestner
From the webpage you cited: We are using the mono-...@lists.ximian.com mailing listhttp://lists.ximian.com/mailman/listinfo/mono-osx to discuss. The problem you describe does not appear to be related to Gtk#. On Fri, Jan 7, 2011 at 11:36 PM, Matthew Hazlett hazl...@gmail.com wrote: I am

Re: [Gtk-sharp-list] Gtk+ 3.0 and Gtk#

2010-11-15 Thread Mike Kestner
the toolchain for new binding efforts. I will check that in to github in case anyone wants to play with it. Any GIR file is still likely to require some markup to make it C# friendly, though. And rewriting the GAPI code generator to consume GIR directly would be a rather large effort. -- Mike

Re: [Gtk-sharp-list] gtk-dotnet on Mac OS X

2010-09-15 Thread Mike Kestner
On Tue, 2010-09-14 at 04:34 -0700, Dimitar Dobrev wrote: Hi, I'm trying to use gtk-dotnet, the latest version, on Mac OS X. I am using the following DLL map saved in a file called gtk-dotnet.dll.config, located in the same folder as gtk-dotnet.dll: configuration dllmap

Re: [Gtk-sharp-list] gapi not including correct function signature?

2010-08-15 Thread Mike Kestner
On Sun, 2010-08-15 at 11:03 -0400, Alex Launi wrote: but the generated code looks like this. Shouldn't the IntPtr separator param be a char type? [DllImport(libglib-2.0.dll)] static extern void g_key_file_set_list_separator(IntPtr raw, IntPtr separator); public string ListSeparator

Re: [Gtk-sharp-list] GLib property change notification?

2010-07-24 Thread Mike Kestner
On Sat, 2010-07-24 at 00:07 -0700, Zach Bean wrote: Hi all, Pardon my ignorance, but is there any way in Gtk# to get notified when an one of an object's GLib properties gets changed? In other languages, I'd connect to GObject's notify::property signal, but there doesn't seem to be a

Re: [Gtk-sharp-list] gtk-sharp 2.12.10 win32

2010-07-20 Thread Mike Kestner
+. The installer does still tout the huge reduction in size associated with the removal of all the C development files, which is what dramatically reduced the size before. -- Mike Kestner mkest...@gmail.com ___ Gtk-sharp-list maillist - Gtk-sharp-list

Re: [Gtk-sharp-list] gtk-sharp 2.12.10 win32

2010-07-09 Thread Mike Kestner
On Sun, 2010-07-04 at 23:33 -0700, Dimitar Dobrev wrote: Any news on the installer? It's available on the Downloads page now. -- Mike Kestner mkest...@gmail.com ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com

Re: [Gtk-sharp-list] gtk-sharp 2.12.10 win32

2010-06-28 Thread Mike Kestner
the cracks when I got distracted by other priorities. I have sent out some queries regarding status of those updates and hopefully we can get this published this week. Thanks for the reminder. -- Mike Kestner mkest...@gmail.com ___ Gtk-sharp-list

Re: [Gtk-sharp-list] GTK# 2.14: official release?

2010-06-04 Thread Mike Kestner
-2.12 additions like builder and gio-sharp bindings. -- Mike Kestner mkest...@gmail.com ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Building svn gtk#: where is bootstrap

2010-05-27 Thread Mike Kestner
bootstrap. Generic tells me to use 'bootstrap', insane builds but then mono.addins cant find gtk#. So, where is this bootstrap file? You want to build branches/gtk-sharp-2-12-branch and use bootstrap-2.12. Or download a 2.12.10 tarball and use configure. -- Mike Kestner mkest...@gmail.com

Re: [Gtk-sharp-list] gtk-sharp 2.12.10 win32

2010-03-27 Thread Mike Kestner
issues. The good news is that the new installer has a substantial update of the underlying gtk+ version along with i18n functionality and some other installer bugfixes. Look for a new installer sometime this week probably. -- Mike Kestner mkest...@gmail.com

Re: [Gtk-sharp-list] The state of GTK#

2010-03-07 Thread Mike Kestner
it is what the majority of our users want. -- Mike Kestner mkest...@gmail.com ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] GInterfaces not working

2010-03-01 Thread Mike Kestner
in the newest releases. If anyone has encountered this, are there any workarounds? I commented on the bug already, but is this only on win32? I cannot reproduce any problem on linux with 2.4 or 2.6 branch tip using the treemodeldemo sample in gtk-sharp. -- Mike Kestner mkest...@gmail.com

Re: [Gtk-sharp-list] GTK# on Mac Field Report

2009-12-10 Thread Mike Kestner
willing to contribute anything to make it work. -- Mike Kestner mkest...@gmail.com ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Updating online mono docs [was: Re: Associate user data object with a widget]

2009-11-28 Thread Mike Kestner
frequently the on-line docs are updated. It will be fixed in the next push. -- Mike Kestner mkest...@novell.com ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Leaving the Gtk# project

2009-09-30 Thread Mike Kestner
On Wed, 2009-09-30 at 18:29 +0200, Christian Hoff wrote: Hi all, after working on Gtk# for over a year, I now have to leave the project for my study at IBM starting at October 1st. Christian, Thanks again for all your work on the project. You've tackled some tricky issues and done a great

Re: [Gtk-sharp-list] Gtk#DataBindings v2.0 rc1 released

2009-07-24 Thread Mike Kestner
to the community. -- Mike Kestner mkest...@gmail.com ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Build fixes

2009-07-23 Thread Mike Kestner
is the supported branch. If you want to track svn versions, that's the branch to track. -- Mike Kestner mkest...@gmail.com ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Getting the string of the selected item of a TreeView

2009-07-21 Thread Mike Kestner
On Tue, 2009-07-21 at 14:38 -0400, Ronaldo Nascimento wrote: I am trying to get the text of an item in a TreeView. The sample code provides the following: static void OnCursorChanged(object obj, EventArgs e) { TreeSelection selection = (obj as TreeView).Selection;

[Gtk-sharp-list] Gtk# 2.x release status and thoughts on 3.0

2009-05-27 Thread Mike Kestner
will of course communicate any changes as they develop. Thanks to everyone for your support and use of gtk-sharp. -- Mike Kestner mkest...@gmail.com ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk

Re: [Gtk-sharp-list] Adding sorting and filtering to nodeview/nodestore

2009-05-05 Thread Mike Kestner
With an example of how a TreeModel could be implemented. -- Mike Kestner mkest...@gmail.com ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Heterogeneous Nodes In Gtk.NodeView / Gtk.NodeStore

2009-04-20 Thread Mike Kestner
been scanned for TreeNodeValueAttributes, if not, scan the type and cache the accessors somehow), but it would result in a loss of performance. If you consider to fix that yourself, you should write a mail to Mike Kestner (mkest...@gmail.com) to ask him whether we want to fix that in Gtk

Re: [Gtk-sharp-list] problems running gtk# app on windows

2009-04-20 Thread Mike Kestner
, Mono.GetOptions, monodoc, Mono.Addins and maybe a couple other libs from the mono stack for use on .Net. This is part of an effort to support building MonoDevelop on .Net. -- Mike Kestner mkest...@gmail.com ___ Gtk-sharp-list maillist - Gtk-sharp-list

Re: [Gtk-sharp-list] Problem with threaded GTK# Application on Windows

2009-02-23 Thread Mike Kestner
Application.Invoke, especially in the case of cross-platform applications. -- Mike Kestner mkest...@gmail.com ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Visual studio claims TreeView.SetCellDataFunc deprecated??

2009-02-19 Thread Mike Kestner
find. I'm surprised VS doesn't report the Replaced by message we've included. We deprecated this overload since it exposes the func_data and destroy notification delegate which are C persistence mechanisms which we can handle automatically in C#. -- Mike Kestner mkest...@gmail.com

[Gtk-sharp-list] Gtk# 2.12.8 and Gtk# for .Net installer released

2009-02-03 Thread Mike Kestner
-list@lists.ximian.com for discussion. -- Mike Kestner mkest...@gmail.com ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Novell GTK# installers - wrong Mono.Cairo reference

2009-01-07 Thread Mike Kestner
against its local build of Mono.Cairo. For the .net standalone installer, we need to ship the gtk-sharp local version of the assembly. Thanks for opening the bug report. I'll see if I can get some updated installers packaged today. -- Mike Kestner mkest...@gmail.com

Re: [Gtk-sharp-list] GTK# Breaks MonoDevelop and Banshee

2009-01-05 Thread Mike Kestner
On Mon, 2008-12-29 at 18:06 -0500, Bojan Rajkovic wrote: - Mike Kestner mkest...@gmail.com wrote: Odd, I've been running MD trunk on that glue removal patch for weeks and haven't noticed any trouble. I'll take a look in a couple days when I get back from vacation. If you have

Re: [Gtk-sharp-list] Printing from a Gtk# application ?

2008-12-21 Thread Mike Kestner
the new years at this point. Thanks for the document. -- Mike Kestner mkest...@gmail.com ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

[Gtk-sharp-list] 2.12 branched

2008-12-19 Thread Mike Kestner
. Those running 2.12 distros will need to switch to 2-12-branch. -- Mike Kestner mkest...@gmail.com ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Printing from a Gtk# application ?

2008-12-19 Thread Mike Kestner
On Thu, 2008-12-18 at 15:31 -0600, Austin Winstanley wrote: I'll be happy to write up a tutorial for that... Nice, send it to me when you have something cooked up and I'll put it on the wiki. Thanks for volunteering. :-) -- Mike Kestner mkest...@gmail.com

Re: [Gtk-sharp-list] Printing from a Gtk# application ?

2008-12-18 Thread Mike Kestner
On Thu, 2008-12-18 at 19:45 +0100, Jesper K. Pedersen wrote: Any ideas on where to look for help on this? (I just spent the last several hours looking through applications on Sourceforge.net to find any examples but none of the Gtk# based applications had any printing functions).

Re: [Gtk-sharp-list] Printing from a Gtk# application ?

2008-12-18 Thread Mike Kestner
On Thu, 2008-12-18 at 13:29 -0600, Mike Kestner wrote: On Thu, 2008-12-18 at 19:45 +0100, Jesper K. Pedersen wrote: Any ideas on where to look for help on this? (I just spent the last several hours looking through applications on Sourceforge.net to find any examples but none of the Gtk

[Gtk-sharp-list] 2.12.6 installers for .Net

2008-12-10 Thread Mike Kestner
friendly win32 build process, and the new gio APIs (thanks to Stephane) plus all the new gtk+ goodies. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] wrong ELF class

2008-11-26 Thread Mike Kestner
On Mon, 2008-11-24 at 17:45 -0600, Zachary Richmond wrote: I have been trying to get monodevelop to run on OpenSolaris. I have finally busted through to success. However, what I discovered along the way is that when building/installing gtk-sharp on a 64-bit machine is very troublesome

Re: [Gtk-sharp-list] Compilation glade-sharp

2008-11-18 Thread Mike Kestner
On Tue, 2008-11-18 at 19:22 +0300, Alexander M. Batishchev wrote: Optional assemblies included in the build: * glade-sharp.dll: no * gtk-dotnet.dll: yes As i could understand this actually means that glade-sharp was not included to compile. There is /usr/lib/gtk-sharp-2.0 but nothing like

Re: [Gtk-sharp-list] Compiling gtk-sharp-2.12 on Centos 5.1 fails looking for csc.exe

2008-10-15 Thread Mike Kestner
-sharp-list/2008-October/009110.html You need to set up PKG_CONFIG_PATH so that it detects mono.pc. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Building on OpenSolaris

2008-10-13 Thread Mike Kestner
that pkg-config can find the mono.pc file. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Migrating to CMake?

2008-10-11 Thread Mike Kestner
that leads me to believe that's the case. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Please reopen bug 429866

2008-09-30 Thread Mike Kestner
to convince Tor of that, and said he would take it back up with him. I left the bug resolved|invalid for now, because I still believe this is an upstream bug in gtk+. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list

Re: [Gtk-sharp-list] Crash when closing a gtk window

2008-09-16 Thread Mike Kestner
On Tue, 2008-09-16 at 18:01 +0200, Anders Rune Jensen wrote: Hi I have a problem where closing a Gtk.Window (not the main) of a program crashes with mono 2.0 rc1 and gtk-sharp svn but not with mono 1.2.6 and older version of gtk-sharp. So problem in installation, mono or gtk-sharp? The

Re: [Gtk-sharp-list] 64bit Gtk# for windows

2008-09-16 Thread Mike Kestner
On Tue, 2008-09-16 at 13:45 +0200, Jaroslav Šmíd wrote: Ok, no one is interested, no one answered ... I made it alone. It wasn't as tough as I thought it'd be. I took *-sharp.dll libraries from ArchLinux and only compiled *glue.dll libraries against 64bit Gtk+ libraries using mingw-w64.

Re: [Gtk-sharp-list] Sorting a NodeStore/NodeView

2008-09-12 Thread Mike Kestner
at it and provide a patch. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Gtk# 2.12 for Windows

2008-08-20 Thread Mike Kestner
On Wed, 2008-08-20 at 15:52 +0200, Christian Hoff wrote: Getting Gtk# to work took me about 7 full-time days mainly because of the broken gapi-cdecl-insert script(see https://bugzilla.novell.com/show_bug.cgi?id=417615) I commented on the bug, but I suspect some of the problems you

[Gtk-sharp-list] Announcing Gtk# release 2.12.2

2008-08-20 Thread Mike Kestner
) GObject Property Registration (Christian Hoff) Interface and VirtualMethod improvements (Christian Hoff) Bugfixing (Andres Aragoneses, Stephane Delcroix, Lluis Sanchez Gual, Christian Hoff MK) My thanks to all the contributors. -- Mike Kestner [EMAIL PROTECTED

Re: [Gtk-sharp-list] NEED URGENT HELP:Gnome-sharp 2.16.0 build fails

2008-07-26 Thread Mike Kestner
On Sat, 2008-07-26 at 10:26 +0530, svalbard colaco wrote: Hi all; I could sucessfully build gtk-sharp-2.11.91 and was compiling gnome-sharp-2.16.0 . what are the dependencies for gnome-sharp? It configures properly but fails during make giving the following error. Your choice of versions

Re: [Gtk-sharp-list] Data grid comparable to the data grid control in MS/VS

2008-07-23 Thread Mike Kestner
On Tue, 2008-07-22 at 07:59 +0200, Christian Hoff wrote: I have written a custom TreeModel to display DataTables. With this one it should be easy to display a DataTable in a Gtk.TreeView or any other widget you want. Maybe it's even compatible with the Medsphere widget. However, I had to

Re: [Gtk-sharp-list] Removing all the widgets from a table Mac OSX GTK#

2008-06-28 Thread Mike Kestner
On Sat, 2008-06-28 at 21:58 -0400, Billy Schoenberg wrote: I changed it so that each object I have has its own version of this table, this table is packed into HBox, so when I want to change which table I display I remove the table, destroy it, then pack in the new one, this works on Windows,

Re: [Gtk-sharp-list] Compiling dynamic dll on windows

2008-06-18 Thread Mike Kestner
On Wed, 2008-06-18 at 17:05 +0200, Andoni Morales Alastruey wrote: I've thinking about this, and I think I don't need to do anything special for Windows as I don't use any glue code. Generating the bindings is just generating the C# code. I'll try to explain the situation a little bit. Since

Re: [Gtk-sharp-list] Compiling dynamic dll on windows

2008-06-18 Thread Mike Kestner
On Wed, 2008-06-18 at 21:38 +0200, Andoni Morales Alastruey wrote: wow!!! You got it Just have a look to this, it's even simpler http://themonkeysgrinder.blogspot.com/2007/07/using-glib-callbacks-with-managed.html You just have to replace the [GLib.CDeclCallback] attribute with this

Re: [Gtk-sharp-list] pixbuf/pixbufloader from stream help

2008-06-03 Thread Mike Kestner
On Tue, 2008-06-03 at 09:39 -0400, Mauricio Henriquez wrote: Hi Guys: As I explain in my previous post, right now gtk#/mono have issues about build a pixbuf using the byte[] contrcutor, so I 'm searching for alternatives, right now focused in build the pixbuf from a stream adn I realy

Re: [Gtk-sharp-list] Gapi2 question

2008-05-21 Thread Mike Kestner
contact me and I'd be happy to help get you started. Depending on how many ctors you have to .custom though, it may be quicker to just go that route. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http

Re: [Gtk-sharp-list] Gtk.TreePath double free / TreeModelImplementor

2008-05-04 Thread Mike Kestner
On Sun, 2008-05-04 at 12:04 +0100, David A Knight wrote: On Tue, 2008-03-04 at 21:17 +, David A Knight wrote: I have recently installed gtk-sharp from svn to play with Gtk.TreeModelImplementor and have hit a slightly annoying problem, not sure if it is my code at fault or a problem

Re: [Gtk-sharp-list] Make Run() of a Dialog return imediately

2008-04-30 Thread Mike Kestner
with the program? Use Dialog.Show () and connect to the Response event to determine when the user closes it so you can destroy it then. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http

Re: [Gtk-sharp-list] removing Maximize

2008-04-17 Thread Mike Kestner
if an insane one did, what harm will it do? ;-) Perhaps others have some specific hacks they've discovered to accomplish things like this. If so, a tutorial on the wiki at http://mono-project.com would be great, so that I can refer people to that from now on. ;-) -- Mike Kestner [EMAIL

Re: [Gtk-sharp-list] Gnome.Print

2008-04-15 Thread Mike Kestner
of unstable libraries, so this should be our last compat break until gtk+ and gnome start breaking platform compat in a few years. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman

[Gtk-sharp-list] Gnome.Print

2008-03-31 Thread Mike Kestner
bug in this upcoming release. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] printing multiple pages with Gtk#

2008-03-22 Thread Mike Kestner
% Args.Context.Height 0) { nPages++; } PrintOperation Op = sender as PrintOperation; Op.NPages = nPages; // OUT OF SCOPE } -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list

Re: [Gtk-sharp-list] A question on using TreeView

2008-03-04 Thread Mike Kestner
a collapsable toplevel node, don't insert one. Just insert your real toplevel nodes into the view. You don't have to have a single root node. You can insert nodes with a null parent. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk

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

2008-02-25 Thread Mike Kestner
to print. You should use the Gtk printing capability. Gnome.Print is deprecated now and relies on libgnomeprintui which is probably not available for win32. There is a sample of how to use Gtk.Print in the GtkDemo application located in gtk-sharp/samples. -- Mike Kestner [EMAIL PROTECTED

[Gtk-sharp-list] Announcing Gtk# release 2.8.5

2008-02-13 Thread Mike Kestner
. - Numerous bugfixes Thanks to the contributors to this release: Wade Berrier, Eskil Bylund, Sebastian Dröge, Michael Hutchinson, Lluis Sanchez Gaul, and myself. Discussion of Gtk# occurs on gtk-sharp-list@lists.ximian.com and defects can be reported to bugzilla.novell.com, module gtk#. -- Mike Kestner

Re: [Gtk-sharp-list] Handling errors when generating binding code for asynchronous APIs

2008-02-10 Thread Mike Kestner
On Sun, 2008-02-10 at 15:27 +0100, Philip Van Hoof wrote: The GError based error being passed to the callback (which in C is a function pointer typedeffed as TnyGetMsgCallback) is not being converted to an Exception type. First, I'm not convinced there's a real advantage to using an

Re: [Gtk-sharp-list] Printing in Gtk#

2008-02-07 Thread Mike Kestner
On Wed, 2008-02-06 at 09:17 -0500, Adam Tauno Williams wrote: I am trying to do some printing with Gtk# and I am having some problems. Can anyone point me to a good reference for this. The mono documentation is giving me much help and I can't really find any examples. If you could

Re: [Gtk-sharp-list] Why does gtk sharp still use mcs (.NET 1.1)

2008-02-07 Thread Mike Kestner
On Thu, 2008-02-07 at 23:17 +0100, Anders Rune Jensen wrote: On Feb 7, 2008 8:39 PM, Christian Hergert [EMAIL PROTECTED] wrote: Remember there are a lot of people that don't target the 2.0 runtime yet. Going to generics would totally alienate them. And keeping with 1.1 only will falsely

Re: [Gtk-sharp-list] Automatically updating via ListStore.RowChanged event? (beginning C#/Gtk# programming)

2008-02-04 Thread Mike Kestner
in the CellRenderer.Edited scenario until you post the changed value back to the ListStore. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] I can make it crash!

2008-01-30 Thread Mike Kestner
On Jan 30, 2008 4:05 AM, Philip Van Hoof [EMAIL PROTECTED] wrote: Unhandled Exception: System.NullReferenceException: A null value was found where an object instance was required. at GtkSharp.Generation.ClassBase.GetMethodRecursively (System.Stringname, Boolean check_self) [0x0]--

Re: [Gtk-sharp-list] Tinymail DotNet bindings update

2008-01-30 Thread Mike Kestner
On Jan 30, 2008 4:47 AM, Philip Van Hoof [EMAIL PROTECTED] wrote: Tinymail's -sharp install directory doesn't have these .config files installed. I'm not really immediately finding what in the build of gtk-sharp is installing them (I kept the Makefile.include identical for that part of the

[Gtk-sharp-list] Announcing the 2nd Preview Release for Gtk 2.12 and Gnome 2.20 bindings

2008-01-28 Thread Mike Kestner
to bugzilla.novell.com module gtk#. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Gtk.AboutDialog

2008-01-25 Thread Mike Kestner
On Jan 25, 2008 8:16 AM, Bjoern Schiessle [EMAIL PROTECTED] wrote: But i wonder what is the correct behaviour? The example here[1] doesn't uses the destroy() statement at the end. Intuitional i would say that the example is correct and that i don't need this statement. The behaviour of the

[Gtk-sharp-list] Announcing Preview Release for Gtk 2.12 and Gnome 2.20 bindings

2008-01-24 Thread Mike Kestner
:/mkestner/ Source tarballs are available from ftp.gnome.org. We expect to move rapidly toward the 2.12 and 2.20 final release, with possibly one more preview depending on the number of issues identified. Issues can be reported to bugzilla.novell.com module gtk#. -- Mike Kestner [EMAIL PROTECTED

Re: [Gtk-sharp-list] Compile the SVN version. Need help!!

2008-01-23 Thread Mike Kestner
On Jan 23, 2008 2:22 PM, Paulo Aboim Pinto [EMAIL PROTECTED] wrote: When I do ./configure --prefix=/usr I get this output: I'm assuming you meant ./bootstrap-2.12 --prefix=/usr. BTW, installing an svn version of any software into /usr is a tremendously bad idea. How can I compile this? To

Re: [Gtk-sharp-list] problem in compiling gtk-sharp for Moonlight

2007-12-13 Thread Mike Kestner
preview release for the adventurous in the next couple weeks. BTW, I would strongly advise against installing a private build in /usr, especially of a non-released svn image. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list

Re: [Gtk-sharp-list] [Mono-docs-list] monodoc search bar

2007-12-09 Thread Mike Kestner
patch suggested, but you might want to verify that. Thanks for the patch. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] [Mono-docs-list] monodoc search bar

2007-12-02 Thread Mike Kestner
optional via configure magic to allow building against older gtk-sharp/gnome-sharp releases. At the very least, you need to bump the configure version check in mono-tools to identify the new dependency. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list

Re: [Gtk-sharp-list] Model for TreeView

2007-10-19 Thread Mike Kestner
both C and C# hacking. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] gnome# does not install correctly

2007-07-27 Thread Mike Kestner
. I added a blurb about the required libs. Hopefully people will be able to figure out which packages provide them. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman

Re: [Gtk-sharp-list] Exception in ListStore

2007-05-16 Thread Mike Kestner
On Wed, 2007-05-16 at 17:00 +0200, Elmar Haneke wrote: I do get an Exception from ListStore object. The Exception does raise on resorting an TreeView by clicing the column headers. The Error does occur after an new row has been added. Pretty sure this is fixed in trunk already. -- Mike

Re: [Gtk-sharp-list] Fwd: Re: Gtk# instability nightmares

2007-04-07 Thread Mike Kestner
of the quoted discussion, but I think that's what you are asking. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Fwd: Re: Gtk# instability nightmares

2007-04-07 Thread Mike Kestner
things a bit. Thanks. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Fwd: Re: Gtk# instability nightmares

2007-04-06 Thread Mike Kestner
. Every Gtk# application uses threads, because of the GC thread interactions. I thought the g_timeout calls were exempt from the restriction, but now I know otherwise. It's on my list to fix next week. -- Mike Kestner [EMAIL PROTECTED] ___ Gtk-sharp-list

Re: [Gtk-sharp-list] Cross platform drawing

2007-03-11 Thread Mike Kestner
at Cairo, but I can't seem to find the right reference to add in order to compile. Mono.Cairo.dll. You should be able to keep your System.Drawing code though using the Gtk.Dotnet.Graphics.FromDrawable method to obtain an S.D.Graphics object. -- Mike Kestner [EMAIL PROTECTED

Re: [Gtk-sharp-list] OpenVista: Gtk# 2.10 for Windows

2007-02-27 Thread Mike Kestner
://bugzilla.ximian.com/show_bug.cgi?id=79993 Wow, that's news to me. I thought the problem as described in the bug was with using Gtk+ 2.10. That's bizarre that Gtk# 2.10 would be causing problems with existing code, as it was just a parse/generate of the new APIs. -- Mike Kestner [EMAIL PROTECTED] SUSE® Linux

Re: [Gtk-sharp-list] Gtk.Dialog Response event

2007-01-23 Thread Mike Kestner
base.OnResponse, otherwise do nothing. -- Mike Kestner [EMAIL PROTECTED] SUSE® Linux Enterprise 10 Your Linux is ready™ www.novell.com/linux ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp

Re: [Gtk-sharp-list] override TreeDragSource Interface method in TreeStore sub-class

2007-01-12 Thread Mike Kestner
{ GInterface registration is not implemented yet, so the native object doesn't know you implemented the method. The feature is on top of the list for the current development cycle, so hopefully it will be available in the next stable release. -- Mike Kestner [EMAIL PROTECTED] SUSE® Linux

  1   2   >