- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a block in my model, I would like to perform the following routine:
1. user actions the routine with [VISLIST]
2. user is prompted to select an existing block within the drawing (There are 2 versions of the block which I would like this to work with, and I will spread it to more blocks in the furture)
3. Creates a dialog box (EG 1000x2000px)
4. creates a list within the dialog, generated from the visibility states of the block which has been selected, each entry in the list has a radiobutton
5. creates a scrollbar on the dialog when the list is too long (number of entries/vis states is approaching 100 per block)
6. user selects from the list of radiobuttons
7. when the selection is made, a new copy of the block is created, and the user chooses a placement point for the block. scale 1 rotation 0.
8. cycle back to step 3, open dialog box and select option again with a new instance of the same block, repeat steps until user escapes routine
I have been using ai to generate the code, (I know...) and i can get various sections of the routine working, but not all together (either get an empty pop-up, or none, or the vis state wont change, etc)
I will attach my testing dwg, with the blocks, and I will attach my current code attempts. but feel free to rip me apart and start over if thats better...
Thanks very much for any help given.
Solved! Go to Solution.