03-15-2024 10:54 PM
I have cursor positions which I want to assign to x range min and Max when pressed a button .but could not get it changed.
Can someone suggest me how to go through this implementation.
03-16-2024 12:48 AM
You can set cursor positions via property nodes. Since you are not showing us what you tried, we cannot tell what you did wrong.
Please attach a simplified version of your vi so we can pinpoint the problem.
03-18-2024 05:11 AM
@qwaefxbnhhjugyjv wrote:
I have cursor positions which I want to assign to x range min and Max when pressed a button .but could not get it changed.
It's not clear what you mean by "assign to x range min and Max". That could mean for instance set the position to a min\max value I have or maybe "range min and Max" means one of several X scales?
Set the Active Cursor property. And than either Cursor.Position.X to set the position or Cursor.X Scale to change the scale the cursor uses:
Do this in an event structure to trigger the action with a button's value change.