Re: [Gimp-developer] Preview Windows in Python-Fu - Do they exist?

2007-12-14 Thread Danko Dolch
Hi Jim!

You can use Glade to create Python GUI's and as described it's also 
possible to create complete new Glade widgets in Python...

Custom PyGTK Widgets in Glade3
http://unpythonic.blogspot.com/2007/03/custom-pygtk-widgets-in-glade3.html

I havn't done this by myself but want to try it as soon as possible - 
please keep me up to date if it works for you or if there are more 
questions... - [EMAIL PROTECTED]

best Regards

Danko

Jim Sabatke wrote:
 David Gowers wrote:
   
 Hi Jim,

 On Dec 8, 2007 10:22 AM, Jim Sabatke [EMAIL PROTECTED] wrote:
 
 I've been searching the net for a couple days to see if Python-Fu
 supports Preview Windows in plug-ins.  Depending on the search strings I
   
 No, it doesn't. PyGimp does, though. This means that if you want a
 preview window, you need to construct the GUI yourself -- you cannot
 rely on PythonFu to construct it automatically for you.

 In the 'gimpui' module, look up the help -- see
 'GimpPreview','GimpAspectPreview', and associates.
 

 Thank you David.

 Next question ... is there any GUI generator, like Glade that does a
 decent job of building interfaces like that?

 TIA,

 Jim

 ___
 Gimp-developer mailing list
 Gimp-developer@lists.XCF.Berkeley.EDU
 https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

   
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] Python-Fu print messages on win32?

2007-12-14 Thread Danko Dolch
Hi!

I have a problem printing status messages from Python-Fu scrips on win32.

On Linux systems the print messages will show on the shell window but on 
Windows only plugin init error messages show with -c option.

Is there a way to use the gimp build in python console to show print 
messages from scripts that are started from the menu?

Or do I have to construct an new message window and redirect stdout?

best regards

Danko


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] new psd-load plugin

2007-12-14 Thread William Skaggs

John Marshall has written a new psd-load plug-in, based
on the old one but rewritten from scratch, with several
new features added.  To us (Sven and me) it looks pretty nice, 
but neither of us are expertson the PSD format, or have huge 
numbers of files to test it on.  We would like to commit it to the
trunk branch, so that it is available to everybody for testing, but 
thought  it would be good to ask for comments here before doing 
anything.  The source is at

http://bugzilla.gnome.org/show_bug.cgi?id=448181

if anybody wants to look at it.

So, if you have any questions or objections, now is the
time to speak.  (If it turns out that there is something
terribly wrong with the new plug-in, it would be very
easy to revert to the old one.)

  -- Bill
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer