Re: [win32] Spawning process : Invalid argument

2008-09-19 Thread Tor Lillqvist
Do you have gspawn-win32-helper.exe and gspawn-win32-helper-console.exe in your PATH, or in the "bin" folder under your GLib installation directory? Try running the program with the environment variable G_SPAWN_WIN32_DEBUG set to some value and you will see debugging information printed to stdout

[win32] Spawning process : Invalid argument

2008-09-19 Thread gege2061
Hello, I have a specific MS Windows problem when I launch a process. The code : string command = "%s -n --sort=no --fields=-k-f-s-t+K+l+n -f - \"%s\"" .printf (Config.VALIDE_CTAGS_EXEC, filename); Process.spawn_command_line_sync (command, out output, null, null);

Re: GtkTreeView and lazy population

2008-09-19 Thread Kristian Rietveld
Hi, On Tue, Sep 16, 2008 at 3:48 PM, Sam Thursfield <[EMAIL PROTECTED]> wrote: > It seems as though the first thing GtkTreeView does on receiving the > model is to iterate through every root node, calling iter_has_child > and iter_next for each until iter_next returns FALSE. This then leads > to m

Re: how to modify the GnomeDbDataWidgetInfo?

2008-09-19 Thread Vivien Malerba
2008/9/19 Daniel Espinosa <[EMAIL PROTECTED]> > May be could be usefull to modify the code at GnomeDbDataWidgetInfo in > order to add properties that allows to hide this objects, in order to share > this functionality. > Yes, I'll note that on my TODO list. Vivien ___