nodeeditor icon indicating copy to clipboard operation
nodeeditor copied to clipboard

[Signals] Validation message

Open starkimax opened this issue 5 years ago • 3 comments

Hey guys !

Thank you for this amazing project ! I had a question, is there any way I can update the graphic of the validation message without moving the node or creating a new connecting to this node ?

I'm asking this because I have nodes that can be updated without any new connection, they are updated when I edit my node widget.

image

It would be great if you could create a signal that would call your "drawValidationRect" function ! If your ok with it I can try to implement it on master branch.

Thx in advance ! Great job

starkimax avatar Apr 18 '19 08:04 starkimax

Actually, I wanted to remove this graphical message because it looks ugly. The better way to emphasize an input error would be possibly to highlight the input point with red..

paceholder avatar Apr 23 '19 09:04 paceholder

Actually, I wanted to remove this graphical message because it looks ugly. The better way to emphasize an input error would be possibly to highlight the input point with red..

Highlighting the missing input would be nice for sure, but I find the validation message can be still useful though. Or at least a generic runtime message :D

Daguerreo avatar Apr 23 '19 09:04 Daguerreo

Well, the graphical message is maybe ugly, but I in my case It's very usefull to help the user know what he did wrong. I'll try to highlight the input as red, thx. In my opinion, removing this graphical message would be a bad idea, it would remove possibilities for the user. (it's starkimax with my other account lol)

MaxenceEpitech avatar Apr 23 '19 11:04 MaxenceEpitech