Actions
Bug #4057
openUserInteractiveShell message
Start date:
05/08/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4057
Description
The message in the UserInteractiveShell doesn't make sense, and gives a "null" at the beginning.
Here is the current message:
The outputs of the previous step.
Please double click on your selections to be sent to the next step
This seems to come from DoubleShellTextAreaPanel.
I would expect it just to print my input message.
Updated by Christopher Brooks over 15 years ago
I think you need to use an InitializableDelay.
UserInteractiveShell is based on InteractiveShell, for a sample
use, see
ptolemy/actor/lib/python/demo/Ptolemnizer/Ptolemnizer.xml
A small test example would help here.
Actions