[gktbuilder+glade3.4]Child-window can not recreat

2009-04-27 Thread 施德来delai
I wirte a sample application use GktBuilder + glade3. there are one main-window(top level) and some other child-window (top level too, creat and show when the menu item is actived, in my code it is named window_rank). after close the child-window for first time, i click the menu item again. But thi

Re: Treeview CRITICAL Error

2009-04-27 Thread Carlos Pereira
dhk wrote: only seems to compile when the -O (Optimization) option is present. However the options is set as -O0 (that's Dash-Oh-Zero) which should turn optimization off. I'd like to be able to compile the program without optimization, but so far this has just been an annoyance. In my opinion

Re: g_spawn and files left locked on windows.

2009-04-27 Thread Tor Lillqvist
> My application invokes the lilypond program using the g_spawn... > functions. This works fine on linux, but on windows the files created by > lilypond are left locked when lilypond has exited. That sounds very odd and in fact impossible. Are you confusing file protection with locking? Please fi

g_spawn and files left locked on windows.

2009-04-27 Thread Richard Shann
My application invokes the lilypond program using the g_spawn... functions. This works fine on linux, but on windows the files created by lilypond are left locked when lilypond has exited. I can't re-use them on the next invocation, for example. Should I be exploring this as a possible bug in lilyp