You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
I have the following issue:
1.I'm using different nodes of node-red-contrib-ui-svg but I load them with the same .SVG file thus all nodes will contain the same id's of SVG (since is the same SVG file).
2.After that I place the different nodes of node-red-contrib-ui-svg in different Groups in the same Tab.
So I have multiple Groups containing different nodes that have the same .SVG file.
The issue is that when the same msg.payload is sent in the flow to a specific node... it will update the first group that finds the node and not the flow node that I want. So I see the graphical modification of the node in the first Group. The group that contains the right node is not Updated. I have to build a .SVG file with different IDs for each node. This doesn't happen when I place the node in a separate Tab.
So the problem is that you have multiple groups in a tab, each group with different node , but containing the same svg file ... the msg.paylod will not be done for the node in the flow it will be done on the first group that encounters the elements defined in the payload.
could you fix this? because it is annoying to build SVG with different ids... in order to use them in different groups on the same Tab
The text was updated successfully, but these errors were encountered:
doit4fun
changed the title
multiple SVG in different Groups but same Tab working with errors!!
multiple nodes, with same SVG file, in different Groups ,but same Tab working with errors!!
Feb 28, 2023
it will update the first group that finds the node and not the flow node that I want.
Can you explain that a bit more? And a screensot and a (simplified) flow o reproduce this would help. I have never used the Groups feature in Node-RED. So no clue at the moment why this fails...
Bart
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have the following issue:
1.I'm using different nodes of node-red-contrib-ui-svg but I load them with the same .SVG file thus all nodes will contain the same id's of SVG (since is the same SVG file).
2.After that I place the different nodes of node-red-contrib-ui-svg in different Groups in the same Tab.
So I have multiple Groups containing different nodes that have the same .SVG file.
The issue is that when the same msg.payload is sent in the flow to a specific node... it will update the first group that finds the node and not the flow node that I want. So I see the graphical modification of the node in the first Group. The group that contains the right node is not Updated. I have to build a .SVG file with different IDs for each node. This doesn't happen when I place the node in a separate Tab.
So the problem is that you have multiple groups in a tab, each group with different node , but containing the same svg file ... the msg.paylod will not be done for the node in the flow it will be done on the first group that encounters the elements defined in the payload.
could you fix this? because it is annoying to build SVG with different ids... in order to use them in different groups on the same Tab
The text was updated successfully, but these errors were encountered: