The user builds the multicams tool list from my form, then it inserts my generic tool list block and modifies it with the correct tools. Pretty easy stuff…
But now I want to get fancy with it and I have no idea where to begin.
How would one make a preview inside a formUI? I am thinking spreadsheet with 2 columns max and I’ll put in a loop to keep stacking the tools in the rows.
You can create dialogs and form using WinForms, which is a Microsoft .NET UI architecture. You might Google “IronPython and WinForms” to see what samples you can find.