thomthom / SKUI

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

listbox.on( : change) is not working #63

Closed GWydouw closed 10 years ago

GWydouw commented 10 years ago

listbox.on( : change) is nog working. It switched back to the version of 13/8/2013. In that version in works.

thomthom commented 10 years ago

I cannot reproduce this. When testing example.rb that uses this event for both a combobox and regular list the event works.

Can you provide example code? You can put it out as a gist: https://gist.github.com/

GWydouw commented 10 years ago

Now its working correctly.