Replies: 5 comments 6 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Can co-ordinates correction take its offset from some reference/programmatically to support any future positioning changes? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@eyesonvis we are planning on refactoring some portions of the icon editor, this is the first from a series of discussions, can you please comment on this specific discussion? we would like to open for contribution some of the action item from this discussion. |
Beta Was this translation helpful? Give feedback.
-
This effort was completed with #229 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a working branch with the following changes as a refactoring effort.
Move the front panel controls so that the origin is (0,0). This would allow for using the "Scroll panes to origin at run time" feature in the Window Run-Time Position of the VI Properties. It would also help fix accidental scrolling as the runtime would not care anymore. Other than the moving of the controls, the Updated Coordinates.vi needed updating to account for the picture controls being moved.


I found the references to the front panel's BW Icon In and Color Icon In clusters are not actually used in any code for the Icon Editor other than initialization. The proposal here is to remove these two references from the References cluster, simplifying the mother cluster at the same time, and pass in the Color Icon In value into the initialization VI.


My current branch also includes moving the unit tests into a Test folder as I suggested in #210
Beta Was this translation helpful? Give feedback.
All reactions