Re: [Pharo-users] Spec - vertically stacked Menu(Group)Model

2014-07-17 Thread Peter Uhnák
Ok, thank you both. On Thu, Jul 17, 2014 at 7:16 PM, Esteban Lorenzano wrote: > > On 17 Jul 2014, at 19:10, Peter Uhnák wrote: > > But in general, is Morphic planned to be discontinued (fully replaced with > Athens?) or just live as the bottom layer? > > > No. > Athens is not a replacement for

Re: [Pharo-users] Spec - vertically stacked Menu(Group)Model

2014-07-17 Thread Esteban Lorenzano
On 17 Jul 2014, at 19:10, Peter Uhnák wrote: > But in general, is Morphic planned to be discontinued (fully replaced with > Athens?) or just live as the bottom layer? No. Athens is not a replacement for Morphic, but to the drawing canvas that Morphic (or any graphical object) uses. So, it is

Re: [Pharo-users] Spec - vertically stacked Menu(Group)Model

2014-07-17 Thread Peter Uhnák
But in general, is Morphic planned to be discontinued (fully replaced with Athens?) or just live as the bottom layer? On Thu, Jul 17, 2014 at 7:06 PM, Benjamin < benjamin.vanryseghem.ph...@gmail.com> wrote: > If you can add some Spec behaviour to match the morphic one, then it’s ok > :) > > Ben

Re: [Pharo-users] Spec - vertically stacked Menu(Group)Model

2014-07-17 Thread Benjamin
If you can add some Spec behaviour to match the morphic one, then it’s ok :) Ben On 17 Jul 2014, at 19:03, Peter Uhnák wrote: > Well, is this something that should be done on top of the existing solution, > or should be Morphic be pushed away and use only Spec? Or just use Morphic > for the v

Re: [Pharo-users] Spec - vertically stacked Menu(Group)Model

2014-07-17 Thread Peter Uhnák
Well, is this something that should be done on top of the existing solution, or should be Morphic be pushed away and use only Spec? Or just use Morphic for the very last item - Button and the rest with Spec? Currently every Menu[Group|Item]Model has it's morphic counterpart, but I'm not familiar wi

Re: [Pharo-users] Spec - vertically stacked Menu(Group)Model

2014-07-17 Thread Benjamin
It is not yet supported, sorry :s Feel free to propose a solution to this :) Ben On 17 Jul 2014, at 18:24, Peter Uhnák wrote: > Is it possible to force MenuModel to display its groups (and group's items) > vertically instead of horizontally? The use case is having button palette to > click o

[Pharo-users] Spec - vertically stacked Menu(Group)Model

2014-07-17 Thread Peter Uhnák
Is it possible to force MenuModel to display its groups (and group's items) vertically instead of horizontally? The use case is having button palette to click on. Both world menu and subMenu of MenuItemModel render it this way but it is all hidden in the depths of Morphic. Is there any way how to s