Re: [Pharo-users] Spec #focusOrder

2016-02-10 Thread Julien Delplanque
On 10/02/16 14:09, Julien Delplanque wrote: On 10/02/16 14:00, Nicolai Hess wrote: 2016-02-10 13:15 GMT+01:00 Julien Delplanque : On 10/02/16 12:48, Nicolai Hess wrote: 2016-02-10 12:20 GMT+01:00 Julien Delplanque : Hi, I am trying to manage the focus order of my widget that uses sub-

Re: [Pharo-users] Spec #focusOrder

2016-02-10 Thread Julien Delplanque
On 10/02/16 14:00, Nicolai Hess wrote: 2016-02-10 13:15 GMT+01:00 Julien Delplanque : On 10/02/16 12:48, Nicolai Hess wrote: 2016-02-10 12:20 GMT+01:00 Julien Delplanque : Hi, I am trying to manage the focus order of my widget that uses sub-widgets with their #focusOrder defined. How do

Re: [Pharo-users] Spec #focusOrder

2016-02-10 Thread Nicolai Hess
2016-02-10 13:15 GMT+01:00 Julien Delplanque : > > > On 10/02/16 12:48, Nicolai Hess wrote: > >> 2016-02-10 12:20 GMT+01:00 Julien Delplanque : >> >> Hi, >>> >>> I am trying to manage the focus order of my widget that uses sub-widgets >>> with their #focusOrder defined. >>> >>> How do spec manage

Re: [Pharo-users] Spec #focusOrder

2016-02-10 Thread Julien Delplanque
On 10/02/16 12:48, Nicolai Hess wrote: 2016-02-10 12:20 GMT+01:00 Julien Delplanque : Hi, I am trying to manage the focus order of my widget that uses sub-widgets with their #focusOrder defined. How do spec manage nested focus order? I see in the implementation that it is simply an OrderedC

Re: [Pharo-users] Spec #focusOrder

2016-02-10 Thread Nicolai Hess
2016-02-10 12:20 GMT+01:00 Julien Delplanque : > Hi, > > I am trying to manage the focus order of my widget that uses sub-widgets > with their #focusOrder defined. > > How do spec manage nested focus order? I see in the implementation that it > is simply an OrderedCollection. > > I does not behave

[Pharo-users] Spec #focusOrder

2016-02-10 Thread Julien Delplanque
Hi, I am trying to manage the focus order of my widget that uses sub-widgets with their #focusOrder defined. How do spec manage nested focus order? I see in the implementation that it is simply an OrderedCollection. I does not behave as I expected, when I add my sub-widgets to the focus or