povmaniac, I'm not sure I can help you with this, but have you took a look in the Ask dialogs examples (wpc_test_ask.erl) at /wings/plugin_src?
There is an sample about add components dynamically: dynamic_dialog/1
Maybe it can help you.
You also can load the module by typing at the Erlang console (after you start your Wings3d):
don't forget the [dot] at the end of line.
There is an sample about add components dynamically: dynamic_dialog/1
Maybe it can help you.
You also can load the module by typing at the Erlang console (after you start your Wings3d):
Code:
1> wpc_test_ask:enable().
-----
2> wpc_test_ask:disable().