Kochise

Results 44 issues of Kochise

Hi, I try to change the data into a `TableView`, I tried using a `ComboBox` and it kinda works : ![table_view_combo](https://user-images.githubusercontent.com/23077417/141070377-c08c4881-0505-4614-87a8-2b37aa0f5586.gif) [table_view_combo.enaml.txt](https://github.com/frmdstryr/enamlx/files/7510749/table_view_combo.enaml.txt) BTW, the **age** column is not refreshed with...

I'd like to set the font of a `TreeViewItem` to **bold** or *italic*, yet all I can do is change its `self.background` or `self.foreground`. ![tree_view_font](https://user-images.githubusercontent.com/23077417/140743972-35e50d1a-5840-4ee4-a858-fa4fb57fee6e.png) [tree_view_font.enaml.txt](https://github.com/frmdstryr/enamlx/files/7496983/tree_view_font.enaml.txt)

Hi, nice project, I try to add data to a table/tree/plot without changing the existing data yet obviously you have to "reload" the whole model every time. For instance in...

nm, see title. ```python DockItem: name = "T" title = "Tree" Container: padding = 0 TreeView: tree: show_horizontal_header = True horizontal_headers

Hi, just experienced a strange behavior of the `TreeViewItem` object. When clicking on a child, the parent gets triggered as well. ![enamlx_tree_child_trigger_red](https://user-images.githubusercontent.com/23077417/138822358-fdee2989-83d5-4896-a5e0-1e70952a0258.gif) [tree_view.enaml.txt](https://github.com/frmdstryr/enamlx/files/7415773/tree_view.enaml.txt)

Some infos from who knows https://vector-agg-general.narkive.com/1wMI33Jj/r-i-p-maxim-shemanarev http://comments.gmane.org/gmane.comp.graphics.agg/5732 -> http://web.archive.org/web/20160630024427/http://comments.gmane.org:80/gmane.comp.graphics.agg/5732

I have a `MPLCanvas` I'd like to reshape at runtime and the whole parent `Window` to resize accordingly, how is it possible ? All what've found so far is `Window.set_size()`...

To quickly find what it looks like

Some examples requires it somehow

Could there be a way to add translation capability, just like styling widgets ? ```python enamldef MyLocales(Locales): json = "translations.json" Locale: name = "French - France" lcid = "fr-fr" Translation:...