12-03-2022, 08:33 PM
I have a very basic question.
in the script-fu console writing
and pressing return gives me this
in the output box of the console. And this is it.
Shouldn't I get some dialog pop up or something? If not how else can one do this?
in the script-fu console writing
Code:
(gimp-message "Hello World")
and pressing return gives me this
Code:
> (gimp-message "Hello World")
(#t)
in the output box of the console. And this is it.
Shouldn't I get some dialog pop up or something? If not how else can one do this?