Re: [Gimp-developer] Odd problem

2017-07-07 Thread Partha Bagchi
On Fri, Jul 7, 2017 at 4:55 PM, Paul Thompson wrote: > I am working on a script recorder for gimp. I am writing out debug > statements to attempt to learn this and that. The problem is that debug > statements in some files print as expected, while the same statement placed >

Re: [Gimp-developer] Odd problem

2017-07-07 Thread Bill Skaggs
Let me quote from the glib documentation for g_print(): Outputs a formatted message via the print handler. The default print handler simply outputs the message to stdout. g_print() should not be used from

[Gimp-developer] Odd problem

2017-07-07 Thread Paul Thompson
I am working on a script recorder for gimp. I am writing out debug statements to attempt to learn this and that. The problem is that debug statements in some files print as expected, while the same statement placed into other files do not print to the calling window. I am working on a windows