myGrid

Button labels not clickable

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.5
  • Component/s: Taverna GUI
  • Labels:
    None

Description

There's buttons like "Load" and "Save" with labels in the Model Explorer. Neil reported (after trying Taverna for an hour or so) that he was confused by not being able to click on the text.

Making those label clickable should make it easier to hit those buttons, and should be 30 mins work.

However, in long term, we probably want to move most of these buttons up to a "File" menu or similar.

Activity

Hide
Stian Soiland-Reyes added a comment - 2006-09-26 11:34

Fixed in CVS. Now creates JButton's that wrap the actions, the labels are no longer needed as the JButton picks out both the icon and the label from the action.

Does not look as good in Windows as on OS X or Linux, but that goes in general for all of Windows Java GUI stuff..

Show
Stian Soiland-Reyes added a comment - 2006-09-26 11:34 Fixed in CVS. Now creates JButton's that wrap the actions, the labels are no longer needed as the JButton picks out both the icon and the label from the action. Does not look as good in Windows as on OS X or Linux, but that goes in general for all of Windows Java GUI stuff..

People

Vote (0)
Watch (0)

Dates

  • Created:
    2006-09-22 12:01
    Updated:
    2006-09-26 11:34
    Resolved:
    2006-09-26 11:34