Hello,
I have a task pane with three textboxes. The initial textbox, call it textbox1 receives a math values from the model. I have a textbox2 that is a correction factor. Textbox3 sums textbox1 and textbox2 respectively.
I am currently converting the string into a double performing the calculation converting back to a string and the textbox3 is updated with a button "Update."
1. In general I would like for the textboxes to have a the abilities of a SolidWorks dimension box, where mathematical operations can be performed and the box update when enter
is pressed or the box is no longer selected.
2. Can these text boxes be linked in real time to eliminate the "Update" button?
3. Lastly, the end goal for these boxes is that box2 could have an estimated value entered to auto update box3, or the user could enter an end value in box3 and box2 be back calculated in real time.
If there is any information on a topic similar to this if someone could point me in the right direction I would greatly appreciate it. I can post my current code if interested.
Thanks,
Dwight
SolidworksApi macros