Ticket #154 (closed defect: fixed)

Opened 8 months ago

Last modified 6 months ago

Right clicking a waveform to install it does not work

Reported by: balister Assigned to: DrewCormier
Priority: minor Milestone: Release 0.8.0
Component: tools Version: trunk
Keywords: Cc:

Description

Apparently this is a known problem?

http://ossie.wireless.vt.edu/trac/changeset/5217

At the very least using right click to install a waveform should not appear to be the right thing to do. A useful error message would be a good start.

WARNING: if your node's GPP UUID is not DCE:5ba336ee-aaaa-aaaa-aaaa-00123f573a7f this will not work...

Traceback (most recent call last):
  File "ALF.py", line 574, in OnComponentsBoxPopupInstallMenu
    self.InstallCompform()
  File "ALF.py", line 670, in InstallCompform
    compName, compNameAndDir = self.componentsBox.GetPyData(selection)
TypeError: 'NoneType' object is not iterable
WARNING: if your node's GPP UUID is not DCE:5ba336ee-aaaa-aaaa-aaaa-00123f573a7f this will not work...

Traceback (most recent call last):
  File "ALF.py", line 574, in OnComponentsBoxPopupInstallMenu
    self.InstallCompform()
  File "ALF.py", line 670, in InstallCompform
    compName, compNameAndDir = self.componentsBox.GetPyData(selection)
TypeError: 'NoneType' object is not iterable
ossie_demo.sad.xml

Change History

02/12/08 10:39:48 changed by DrewCormier

Are you right clicking on a Waveform or a Component?

02/13/08 06:31:48 changed by balister

A waveform.

02/13/08 07:56:03 changed by DrewCormier

  • priority changed from major to minor.

Oh thaaaaat one. wx is getting confused and is losing track of where it is (you're right clicking in the top left window, and it thinks you're in the middle left). If you take out that line of code, right clicking should not even bring up a menu (if someone notices that it does, please make a post correcting me).

04/14/08 14:07:14 changed by cdietric

  • owner changed from cdietric to DrewCormier.

Related to ticket #159

04/15/08 14:43:33 changed by DrewCormier

  • status changed from new to closed.
  • resolution set to fixed.