Dynamic Component Options Window

Hi,
Is there a way to make the component options window open (ready for input) when you load or import a Dynamic Component?

Thnks

You can run a ruby script to do this, the line within yours

    $dc_observers.get_latest_class.show_configure_dialog()

however if you do decide on such then probably best to integrate upload, position , direction, and scale as well. I am not an expert ruby, however I do use adaptations of the SketchUp line and rectangle ruby tool examples to achieve this. You will find there is a need to run scripts alongside to achieve outcomes the DCs can not. It seems unlikely any improvements in this area will be done by the developers (10 years is a long time), so until they either do or give us an alternative, then introduce yourself to ruby.

2 Likes