iLogic: How to create an InputBox consisting of 3 coloumns?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello World 🙂
I am a beginner using I-Logic to enable a symmetrical part change by the user into an asymmetrical part. This can be done by changing values in the input box for the left and right side of the part.
However, I am facing the following problem:
Firstly, I aleady know how to create an input box for one value entry and how to convert that:
myparam = InputBox("Prompt", "Title", "Default Entry")
CDbl(myparam)
Anyway, the question is the following: How can I create an input box consisting of 3 coloumns (see attached pdf-file "InputBox_3Coloumns" please):
1. coloumn: Contains fixed terms/ name
2. coloumn: Input possibility for values (left side of the part)
3. coloumn: Input possibility for values (right side of the part)
Also, I should mention that the value in the third coloumn should be filled in automatically. That means: When the user puts the values in the second coloumn, the third coloumn takes over the same values automatically. Now, the same value in the third coloumn should be highlighted automatically to enable the user to change that value, if needed, without using the mouse. Here, a work step is saved in order to reduce working time (see attached pdf-file "FillingInAndHighlightingAutomatically" please).
I really hope to find help here, I have already searched for suitable solutions but could not find any.
Thank you so much in advance!