12-04-2022, 01:52 PM
(This post was last modified: 12-04-2022, 01:54 PM by programmer_ceds.)
(12-03-2022, 08:33 PM)flauapaua Wrote: Shouldn't I get some dialog pop up or something? If not how else can one do this?
I suspect that you are getting "Hello World" displayed in the status line at the bottom of the main GIMP window.
If you type (gimp-message "Hello World\n more text") you should get a message box pop up (the \n causes a new line)
At some point in the recent (I think) past GIMP changed so that only multi-line messages are shown in a pop-up dialog box; single lines are just shown in the status bar.
I add a new line into all such messages so that they appear as pop-ups and are not overlooked by the user - as is seemingly demonstrated here :-)