Thank you, I got it to work. I'm still struggling to figure out the help topic. For example, I want to have a profile offest and a message box allow the user to type in the offset amount. It looks like I need to create an addDistanceValueCommandInput. If I'm looking at the reference material correctly, that is accessed through a commandInput, which is accessed through commandcreatedEvent, which is accessed through commandDeffinition.
When I try to navigate through all of that I get lost and confused and end up not having a clue what I actually need.
on the addDistanceValueCommendInupt, the sample code on the access from page is returnValue = commandInputs_var.addDistanceValueCommandInput(id, name, initialValue)
I don't know what commandInputs_var is referencing. The sample code I found has so many different things in it that I can't follow it. The first line that reffers to the DistanceValue Input is
distanceValueInput = tab2ChildInputs.addDistanceValueCommandInput('distanceValue', 'DistanceValue', adsk.core.ValueInput.createByReal(2))
I'm not sure what tab2ChildInputs is.
I'm also unclear on weather I need to create a resource folder with Images or not.
If you can offer any assistance of how I can navigate the help document or point me in the right direction I would greatly appreciate it. I am very close to accomplishing my goal, but also very close to giving up because every time I think I'm figuring out something, I end up more confused. All the online courses and tutorials I've been looking at are also different enough that they have only helped with creating sketches.
So far you have been the biggest help. I really appreciate it.
Thank you.