pangomm split and documentation files

2008-08-26 Thread Denis Leroy
Hi gtkmm team, How is the documentation going to be split between the gtkmm tarball and the new pangomm one ? Things seems to be somewhat in flux right now, with redundant devhelp files pointing to a missing index.html file. -denis, working on the Fedora 10 packages.

spawn processes in windows

2008-08-26 Thread Martin (OpenGeoMap)
hi: Yesterday a guy have a problem with this: GError *error; gboolean ii=g_spawn_command_line_async (g_strdup_printf("\"%s\" \"%s\"",executable,argument),&error); //gboolean ii=g_spawn_command_line_async ("\"C:/Archivos de programa/GlobalMapper8/global_mapper8.exe\" \"C:/Archivos de progr

Gtkmm-forge Digest, Vol 27, Issue 18

2008-08-26 Thread gtkmm-forge-request
Send Gtkmm-forge mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/gtkmm-forge or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach th

Re: Current choices of D-Bus C++ APIs

2008-08-26 Thread Andreas Volz
Am Tue, 26 Aug 2008 01:01:25 +0200 schrieb Marko Anastasov: > Andreas Volz wrote: > > Am Mon, 25 Aug 2008 13:27:37 -0400 schrieb Eric Jonas: > > > >>> Has this changed? I'm about to start a project where there will > >>> would be a desktop service over D-Bus. What you would do, > >>> what are the

Re: problem deleting derived widgets ...

2008-08-26 Thread teratux
Ok I may have found a solution, I think that the problem lies in calling the Base object's constructor in your derived object. You have to call it to ensure proper destruction of both base and son. Surely it applies to all relations of this type, meaning, not a GTKMM problem but my own in program

problem deleting derived widgets ...

2008-08-26 Thread teratux
Hi ... I'm trying out an application that I want to create that uses a glade file to load some widgets. I noticed that when I use several Dialogs in my application an I load'em all up when my app starts, my memory usage sort of rises a little. I want to manage my own dialog creation and destructi

Re: Glib::spawn on Windows

2008-08-26 Thread Martin (OpenGeoMap)
HI: I had the same problem... Tomorrow i will paste the code. I don have the code here today. Regards. Hi Armin, Thanks for the reply. To execute my application on Windows I just installed gtk and gtk runtime. Where is this gspawn-win32-helper? Where do I find the installer? I install g

Re: Glib::spawn on Windows

2008-08-26 Thread Paulo Flabiano Smorigo
Hi Armin, Thanks for the reply. To execute my application on Windows I just installed gtk and gtk runtime. Where is this gspawn-win32-helper? Where do I find the installer? I install gtk and gtkmm from this two links: http://ufpr.dl.sourceforge.net/sourceforge/gladewin32/gtk-2.12.9-win32-2.exe

Re: Glib::spawn on Windows

2008-08-26 Thread Armin Burgmeier
On Tue, 2008-08-26 at 10:30 -0300, Paulo Flabiano Smorigo wrote: > Hi everybody, > > I'm trying to execute a program in my application using the Glib > Spawning Proccess library. > On linux works perfect but on windows I get a "No such file or > directory" error. > > The command is: > Glib::spawn

Gtkmm-forge Digest, Vol 27, Issue 17

2008-08-26 Thread gtkmm-forge-request
Send Gtkmm-forge mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/gtkmm-forge or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach th

Glib::spawn on Windows

2008-08-26 Thread Paulo Flabiano Smorigo
Hi everybody, I'm trying to execute a program in my application using the Glib Spawning Proccess library. On linux works perfect but on windows I get a "No such file or directory" error. The command is: Glib::spawn_command_line_async("c:\\windows\\NOTEPAD.EXE"); And the error on Windows is: (pla