| 1121 | | sn = self.nodeBox.GetSelection() |
| 1122 | | self.active_comp = self.nodeBox.GetPyData(sn) #active component is actually and active resource |
| 1123 | | self.ConnectComponent() |
| | 1121 | errorMsg(self, "Connection between two devices is not yet supported. Please connect via the component." |
| | 1122 | |
| | 1123 | # what to do when the connections are supported : |
| | 1124 | #sn = self.nodeBox.GetSelection() |
| | 1125 | #self.active_comp = self.nodeBox.GetPyData(sn) #active component is actually and active resource |
| | 1126 | #self.ConnectComponent() |