Changeset 3793

Show
Ignore:
Timestamp:
05/15/07 15:27:31 (6 years ago)
Author:
DrewCormier
Message:

throw an error message until ticket #122 is closed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WaveDev/trunk/WaveDev/wavedev/MainFrame.py

    r3784 r3793  
    11191119 
    11201120    def OnNodeBoxPopupConnectMenu(self, event): 
    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() 
    11241127 
    11251128    def OnCompBoxPopupRemoveMenu(self, event):