Fixes
- Minor fixes in UI
Changes
- New Roulette element is added (wiki link). The new element offers a visual editor for randomized designs. In addition, the element automatically manages its proxies, such that random values can be directly accessed in snippets.
- Runtime debug window is added. The window allows watching and changing the proxy values, while running an experiment.
- Implicit type conversions are added for EventiDE built-in data types. For example, the color properties now can be assigned with strings or Windows color type directly: TextColor=”Red”; or TextColor=Color.Red;
- Option to pause an experiment run is added. Pausing can be done either by a dedicated button press or by proxy assignment in snippets.
- Button and HID element obtained an extra working mode- “holding down”, which expands the old “multiple presses” mode.
- “Touch screen” mode is added for positional tracking with the system mouse. In this mode mouse coordinates are taken only if mouse button is pressed.
- Exporting Report data at the end of the experiment can be now initiated in snippets.
- Preview window now automatically redraws after its size is changed.
- Tooltips with a help added to various panels in UI.
- Relevant properties of objects are highlighted now in the property panel.