theodox / mGui

Python module for cleaner maya GUI layout syntax
MIT License
123 stars 23 forks source link

wanted: bindable TextScrollList #20

Closed theodox closed 8 years ago

theodox commented 9 years ago

The default TextScrollList is just the maya one, which does not allow bulk set of items. Need to come up with a property wrapper that allows binding to a collection and under the hood deletes and rebuilds the collection without making user do that every time.

kartikg3 commented 9 years ago

Can you show a pseudo/example usage?

theodox commented 8 years ago

This is still worth doing, it should be easy...

theodox commented 8 years ago

In