In reply to myself, only to report that the failure occurs also when I type the 4 procedures and the call (script-fu-exp-medit "the-name-of-a-file" 8) on the...
819
Chad Jones
chadsspameat...
Mar 21, 2008 9:01 pm
I think who you need to answer your question is Kevin on this list but I'll take a shot at giving you some help as well. If I were you I'd look at using...
820
kkwweett
Mar 21, 2008 9:43 pm
Thank you, Chad, for your answer. I think gimp-message-set-handler and gimp-message will be very useful to me. But, for now, I don't kwnow where to put them...
821
Alchemie foto\gra...
fotocomics
Mar 21, 2008 11:21 pm
this mailing list is so no active maybe you may found more helpful the gimp developer mailing list gimp-developer@... Alchemie Foto\grafiche...
822
Kevin Cozens
kcozens37
Mar 22, 2008 5:03 am
... I can't see the structure of the script the way it came through the mail system. I'm just getting involved in a new project with a tight timeframe so I ...
823
kkwweett
Mar 22, 2008 5:28 pm
Thanks Alchemie Foto, I clicked your link and I composed a message but I don't understand this address. Is it really "gimp-developer@..." ? (with dots). ... ...
824
kkwweett
Mar 22, 2008 5:51 pm
... mail ... Consequently, I've found this way to please my readers : http://tech.ph.groups.yahoo.com/group/script-fu/photos/view/540b?b=1&m=f&o=0 ... ...
825
Chad Jones
chadsspameat...
Mar 22, 2008 6:44 pm
I have a question now. How did you generate that image? :) Chad. kkwweett <kkwweett@...> wrote: > I can't see the...
826
kkwweett
Mar 22, 2008 8:40 pm
... http://tech.ph.groups.yahoo.com/group/script-fu/photos/view/540b?b=1&m=f&o=0 ... On Windows, just a screenshot of my script displayed on Scite ...
827
kkwweett
Mar 23, 2008 4:09 am
sorry for that, I'm so naive sometimes :)...
828
Kevin Cozens
kcozens37
Mar 23, 2008 4:29 am
... The SICP site states "SICP uses the Scheme dialect of Lisp." I'm not sure how this might compare to the version of Scheme defined in the R5RS document. ...
829
Kevin Cozens
kcozens37
Mar 23, 2008 4:42 am
... I had asked you for a more readable version of your script and was waiting for your reply. Now that you have provided it (to the gimp-devel list), I tried...
830
kkwweett
Mar 23, 2008 1:59 pm
... bug in the ... ok ... when you done : bug 523974 ... expected and ... report ok ... readable version ... Don't ok ... ok ... "<Toolbox>/Xtns/Somewhere") ...
831
kkwweett
Mar 24, 2008 1:53 am
It seems that weskaggs@... has found a way to get a functional script : he added the line (set-output-port p) to initialize the port (which I...
832
Kevin Cozens
kcozens37
Mar 24, 2008 5:15 pm
... SIOD is the name of the Scheme interpreter used in the 2.2, and earlier, versions of GIMP. The list is not applicable to the 2.4, and later, versions. The...
833
Kevin Cozens
kcozens37
Mar 24, 2008 8:57 pm
... Adding the above line may allow the script to run properly from within GIMP but it still leaves the question of why it works without when run by ...
834
kkwweett
Mar 25, 2008 3:54 pm
... within GIMP ... in addition the set-output-port procedure is neither a R5RS nor a R6RS standard (it is not recognized in MIT/GNU Scheme for instance) ... ...
835
script-fu@yahoogroups...
Mar 28, 2008 11:00 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the script-fu group. File :...
836
Chad Jones
chadsspameat...
Mar 28, 2008 11:33 pm
I'm not sure how many people use Mac OS X for Gimp Script-fu development. However, I have created and posted a XCode syntax highlighting plug-in for Script-fu....
837
Chad Jones
chadsspameat...
Mar 30, 2008 3:10 am
Hi Everyone, The XCode script-fu Scheme syntax highlighting plug-in can now also be found on the Wilber-loves-Apple website at: ...
839
Rob Antonishen
Rob_Ant
Apr 12, 2008 12:50 pm
Two questions... I am working on a script that can run for a very long time. I see in the pdb that there is a cancel callback. Can anyone provide examples of...
842
Kevin Cozens
kcozens37
Apr 18, 2008 8:10 pm
... Not really. There have been worse ones than that. The message, and the reply to it, have been deleted from the archives and the original spammer was banned...
843
Ismael Valladolid Tor...
ivalladt
Apr 20, 2008 6:02 am
... I know, and I am deeply sorry if I helped any spammer out there. I simply considered the spam message so stupid I could not help myself... Won't happen...
845
Kevin Cozens
kcozens37
Apr 26, 2008 3:50 pm
... I don't know to which PDB function you are referring. ... If you are talking about automatic changes in the range of sliders, or choices in drop down...
846
Rob Antonishen
Rob_Ant
Apr 30, 2008 12:51 am
Thanks Kevin. pdb is the procedure data base. The list of functions that you can see by going to Xtns->Procedure Browser. Too bad on the parameter thing. How...
847
Kevin Cozens
kcozens37
May 12, 2008 6:32 pm
... I know what the PDB is as I use it frequently. You did not answer my question about which function you were referring to. The only "cancel" entry I see in ...
848
Rob Antonishen
Rob_Ant
May 12, 2008 6:53 pm
That is the one. I was hoping gimp-progress-cancel (as the description implies) would let be provide a scheme function that would be executed via callback when...
849
Rob Antonishen
Rob_Ant
May 21, 2008 3:33 am
It looks like (rand x) where x<1.0 will throw a modulo divide by zero error. Is this a known issue? Is there a real rand functions (i.e. 0.0-1.0) -Rob A>...
850
Rob Antonishen
Rob_Ant
May 21, 2008 3:39 am
is there a floating point rand function for tiny-fu? (rand 1.0) returns 0 and (rand x) where x<1.0 returns a modulo divide by zero error -Rob A>...
851
Rob Antonishen
Rob_Ant
May 21, 2008 4:10 am
It appears that gimp-paintbrush-default does not respect the current brush scaling parameter in the paintbrush tool dialog. Is there a way to access that...