thomthom / SKUI

Ruby wrapper of classes that maps to GUI controls in SketchUp's UI::WebDialogs
MIT License
26 stars 14 forks source link

Generate creation code from Window #26

Open thomthom opened 11 years ago

thomthom commented 11 years ago

From a populated window it should be possible to generate the Ruby code to generate it.

The purpose would be that one could create the window dynamically where you adjust properties live until they are correct. Then you "compile" the finished code snippet to create the window in the state it is in.