Output window

Hello

is there a way to present the output (image and text) similar to the function of “WatchDialog” from springs?

the problem with this node is:
1- black background
2- cant output image as header

At least the WatchDialog node lets you copy its complete contents, where a normal watch node doesn’t i think, but i’m not up to date, still on R2022

maybe there is miss-communication on my part, the node shows the output of a script like this:
image

as you can see, the background of the node is black and i also need to implement a picture below.

I need something similar, but with the stated requests also, i looked in all popular packages and couldnt find anything

1 Like

Hi,

Use the Data-Shapes package which is excellent for user interfaces.

3 Likes

isnt it for inputs? can it be used for outputs??

Yes, it can. Have a look at the last image here for a similar example.

One thing to note: last I checked the package still runs in IronPython, so you will have to take that into account when developing your user environment.