Ticket #7929 (closed: fixed)

Opened 7 years ago

Last modified 5 years ago

LoadDialog message reporting issue

Reported by: Owen Arnold Owned by: Jay Rainey
Priority: major Milestone: Release 3.1
Component: Framework Keywords:
Cc: Blocked By:
Blocking: Tester: Andrei Savici

Description

In python, doing this works for auto-generated algorithm dialogs:

LoadRawDialog(Message="My Message")

However doing this with LoadDialog, which still displays that summary text pane, does not work.

LoadDialog(Message="My Message")

Change History

comment:1 Changed 7 years ago by Jay Rainey

  • Status changed from new to inprogress

Allow user to set optional message. Refs #7929.

Changeset: 665d3f304d7445a8a755401bedb80043e4bd5f85

comment:2 Changed 7 years ago by Jay Rainey

  • Status changed from inprogress to verify
  • Owner changed from Anyone to Jay Rainey
  • Resolution set to fixed

To test

  1. Within Mantid ensure when LoadDialog is run with an optional message that it is set. To do this, enter the following into the python interpreter:
# Opens the load raw dialog with the default optional message (yellow box).
LoadRawDialog()
# The optional message in the yellow box should now change to "My message".
LoadRawDialog(Message="My Message")

# Verify that the optional message is set for load dialog.
LoadDialog()
# The optional message should now be set.
LoadDialog(Message="My Message")
Last edited 7 years ago by Jay Rainey (previous) (diff)

comment:3 Changed 7 years ago by Andrei Savici

  • Status changed from verify to verifying
  • Milestone changed from Backlog to Release 3.1
  • Tester set to Andrei Savici

comment:4 Changed 7 years ago by Andrei Savici

  • Status changed from verifying to closed

Merge remote-tracking branch 'origin/feature/7929_custom_load_dialog_msg'

Full changeset: c0d905755312cf165ec1f6644af66506f46ba0ef

comment:5 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 8774

Note: See TracTickets for help on using tickets.