Re: GLMTabulator buttons
Posted by
Juraj Kubelka on
Oct 17, 2017; 2:28pm
URL: https://forum.world.st/GLMTabulator-buttons-tp4987847p4988182.html
Hi,
From what I remember, the action list has to be improved to change layout. Currently, it is a simple presentation.
Juraj
Hi,
Is it possible to change the width of an action button? It seems that the width is fixed.
<image.png>
Likewise is it possible to change the layout, so the buttons are on top of each other and not side-by-side?
Finally it seems that setting icons does not work; tested in Pharo 6 and Pharo 7: (screenshot above). Maybe it works only for the toolbar icons?
browser := GLMTabulator new.
browser column: #one.
browser transmit to: #one; andShow: [ :a |
a actionList
act: [:entity | entity inspect ] iconName: #glamorousInspect entitled: 'Longer Button Label...';
act: [:entity | entity explore ] icon: #glamorousOpen asIcon entitled: 'Explore'].
browser openOn: 42.
Any pointers appreciated,
Peter
_______________________________________________
Moose-dev mailing list
[hidden email]https://www.list.inf.unibe.ch/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev