It is currently Sat Jul 06, 2024 9:05 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 18 posts ] 
Author Message
 Post subject: general script behaviour problem
PostPosted: Tue Sep 20, 2016 4:03 pm  (#1) 
Offline
GimpChat Member

Joined: Sep 20, 2016
Posts: 293
I may be wrong, but i believe this wasnt the case with past Gimp versions:
whenever i call up a script, it appears minimized, instead of popping, right and ready for Action, in front of my canvas as a normal filter does.

Is this something that i can change ? Maybe by adding or subtracting a piece of code from the script ?


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: general script behaviour problem
PostPosted: Tue Sep 20, 2016 4:19 pm  (#2) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4756
Konstantin wrote:
I may be wrong, but i believe this wasnt the case with past Gimp versions:
whenever i call up a script, it appears minimized, instead of popping, right and ready for Action, in front of my canvas as a normal filter does.

Is this something that i can change ? Maybe by adding or subtracting a piece of code from the script ?

There is nothing in the script code that influence the dialog that takes parameters (in fact the dialog is created by Gimp, which reads a description of the needed parameters in the script code). What says Edit>Preferences>Window management>Window manager hints ?

_________________
Image


Top
 Post subject: Re: general script behaviour problem
PostPosted: Tue Sep 20, 2016 4:21 pm  (#3) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
Usual questions to start:

What version of GIMP? on what operating system?

And do you really mean"minimised"? or is the dialog hidden behind the main window?

Kevin


Top
 Post subject: Re: general script behaviour problem
PostPosted: Tue Sep 20, 2016 4:48 pm  (#4) 
Offline
GimpChat Member

Joined: Sep 20, 2016
Posts: 293
Im on Win7, Gimp 2.8.16

When i say minimized, i mean it appears in the taskbar instead of popping up in front of me.

The Preferences>Window management>Window manager hints says:
'Utility Window', but it doesnt seem to affect the script behaviour, whatever i set that dropdown menu to.


Top
 Post subject: Re: general script behaviour problem
PostPosted: Tue Sep 20, 2016 4:55 pm  (#5) 
Offline
Global Moderator
User avatar

Joined: Nov 16, 2011
Posts: 5128
Location: Metro Vancouver, BC
Have you tried Reset preferences?
Is this Single-Window mode?

_________________
Image
Gimp 2.8.18, Linux, median user
Gimp Chat Tutorials Index
Spirit Bear (Kermode)


Top
 Post subject: Re: general script behaviour problem
PostPosted: Tue Sep 20, 2016 5:03 pm  (#6) 
Offline
GimpChat Member

Joined: Sep 20, 2016
Posts: 293
Not single mode. The usual three windows style.
Tried resetting, didnt change script behaviour and also scrambled my workspace up (lost some of the riders, like channels and fonts).


Top
 Post subject: Re: general script behaviour problem
PostPosted: Tue Sep 20, 2016 6:02 pm  (#7) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Konstantin which script are you having trouble with

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: general script behaviour problem
PostPosted: Tue Sep 20, 2016 6:20 pm  (#8) 
Offline
GimpChat Member

Joined: Sep 20, 2016
Posts: 293
Graechan wrote:
Konstantin which script are you having trouble with

Graechan, i just realized, ist actually just one, that does what i described.
All the others (and some of them were written by you), pop up as it should be.

Im attaching the one thats misbehaving.

Attachment:
sg-quantize.scm [8.01 KiB]
Downloaded 124 times


Top
 Post subject: Re: general script behaviour problem
PostPosted: Tue Sep 20, 2016 6:59 pm  (#9) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13071
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
paynekj wrote:
Usual questions to start:

What version of GIMP? on what operating system?

And do you really mean"minimised"? or is the dialog hidden behind the main window?

Kevin

As Kevin has described.
This seems to be the behavior I've experienced.

Script may appear to be minimized...
Image

However,
if I move the main window.
The script is sitting there behind it.
Image

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: general script behaviour problem
PostPosted: Tue Sep 20, 2016 7:23 pm  (#10) 
Offline
GimpChat Member

Joined: Sep 20, 2016
Posts: 293
Wallace, you are right.
The script window appears to be minized, but is actually behind the canvas....

But why does only this script behave like it and not the others ?
How can i change this behaviour, its quite tedious ?


Top
 Post subject: Re: general script behaviour problem
PostPosted: Tue Sep 20, 2016 8:42 pm  (#11) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13071
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
Konstantin wrote:
Wallace, you are right.
The script window appears to be minized, but is actually behind the canvas....

But why does only this script behave like it and not the others ?
How can i change this behaviour, its quite tedious ?

I don't know why Gimp dose this,
but If you right-click on what appears to be the minimized script dialog and select Close Window.
Image
Every other called for script should appear in front of the main window,
during that session.
This isn't to say that this will corrected this behavior,
subsequently each time Gimp is launched.

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: general script behaviour problem
PostPosted: Tue Sep 20, 2016 10:42 pm  (#12) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
In my experience, GIMP has always done this for the first script you run in a session and there's nothing you can do about it.

Kevin


Top
 Post subject: Re: general script behaviour problem
PostPosted: Wed Sep 21, 2016 2:04 am  (#13) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Is your image window maximized?

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: general script behaviour problem
PostPosted: Wed Sep 21, 2016 8:27 am  (#14) 
Offline
GimpChat Member

Joined: Sep 20, 2016
Posts: 293
paynekj wrote:
In my experience, GIMP has always done this for the first script you run in a session and there's nothing you can do about it.

Not my experinece. Its only this script that behaves that way. All the other scripts pop-up right in front of my canvas on the first try and after that.
There must be something in the coding of this particular script that makes it behave like so.

Rod wrote:
Is your image window maximized?

No it isnt.


Top
 Post subject: Re: general script behaviour problem
PostPosted: Wed Sep 21, 2016 8:30 am  (#15) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Try maxing the window then open the script.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: general script behaviour problem
PostPosted: Wed Sep 21, 2016 8:35 am  (#16) 
Offline
GimpChat Member

Joined: Sep 20, 2016
Posts: 293
Rod wrote:
Try maxing the window then open the script.

That in fact does the trick, but its not really an option as it interferes with my workspace.
(docks cover the menu partially)


Top
 Post subject: Re: general script behaviour problem
PostPosted: Wed Sep 21, 2016 9:25 am  (#17) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
Upgrade to 2.8.18.

It's a very long term bug that looks like it's been fixed now.

Kevin


Top
 Post subject: Re: general script behaviour problem
PostPosted: Wed Sep 21, 2016 11:15 am  (#18) 
Offline
GimpChat Member

Joined: Sep 20, 2016
Posts: 293
paynekj wrote:
Upgrade to 2.8.18.

It's a very long term bug that looks like it's been fixed now.

That did the trick ! :clap

I still think its odd only this particular script does this, and not the others.


Top
Post new topic Reply to topic  [ 18 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts The Beggar general rallies his troops

2

No new posts Attachment(s) Looking for Script Coder to make Script of my VHS effect

2

No new posts Attachment(s) Cannot run test script-fu script via console

7

No new posts Attachment(s) A liitle Start Help with a Script-Fu Script

3

No new posts Attachment(s) Script-fu

6



* Login  



Powered by phpBB3 © phpBB Group