nodeeditor
nodeeditor copied to clipboard
[Signals] Validation message
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.
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
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..
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
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)