Actions
Bug #5269
openSelectordialog and Case actors do not work well together
Start date:
01/06/2011
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5269
Description
The Selectordialog actor in Kepler outputs a strange sort of string array that cannot be cast or converted into a string scalar. The control port of the Case actor expects a string scalar to compare against the names of the "refinements". Therefore, these two actors, which look like they should work in tandem, fail to collaborate. The attached example shows the problem. I've tried a number of fixes none works;
typing the output port of Selectordialog
typing the control port of Case
using the Expression actor to recast the output of Selectordialog
Files
Updated by Robert Weber almost 14 years ago
RExpression converts the string array to a string scalar. Expression does not.
Actions