Re: [Pharo-users] Spec: Binding widgets how to

2016-01-03 Thread Offray Vladimir Luna Cárdenas
Thanks again Nicolai! I will start from here :-). Offray On 03/01/16 18:20, Nicolai Hess wrote: 2016-01-03 23:52 GMT+01:00 Offray Vladimir Luna Cárdenas mailto:off...@riseup.net>>: Hi, On 03/01/16 08:45, Nicolai Hess wrote: There is any way to run a minimal GUI with a t

Re: [Pharo-users] Spec: Binding widgets how to

2016-01-03 Thread Nicolai Hess
2016-01-03 23:52 GMT+01:00 Offray Vladimir Luna Cárdenas : > Hi, > > On 03/01/16 08:45, Nicolai Hess wrote: > > > > >> >> There is any way to run a minimal GUI with a tree using your example? I'm >> still missing a key concept on how to use spec and binding between widgets. >> > > what is missing

Re: [Pharo-users] Spec: Binding widgets how to

2016-01-03 Thread Offray Vladimir Luna Cárdenas
Hi, On 03/01/16 08:45, Nicolai Hess wrote: There is any way to run a minimal GUI with a tree using your example? I'm still missing a key concept on how to use spec and binding between widgets. what is missing ? this is a minimal gui with a tree component. Ohh, what is missing i

Re: [Pharo-users] Spec: Binding widgets how to

2016-01-03 Thread Nicolai Hess
2015-12-23 16:50 GMT+01:00 Offray Vladimir Luna Cárdenas : > Thanks Nicolai for your minimalist example. Only until now I have time to > test it (sorry), but I get some "MessageNotUnderstood: > SpecTreeNodeModel>>layoutFrame:" when I run this: > > = > | aClass subItems | > aClass

Re: [Pharo-users] Spec: Binding widgets how to

2015-12-23 Thread Offray Vladimir Luna Cárdenas
Thanks Nicolai for your minimalist example. Only until now I have time to test it (sorry), but I get some "MessageNotUnderstood: SpecTreeNodeModel>>layoutFrame:" when I run this: = | aClass subItems | aClass := RTObject. subItems := RTObject subclasses. "create the node" t := T

Re: [Pharo-users] Spec: Binding widgets how to

2015-11-29 Thread Nicolai Hess
2015-11-26 19:36 GMT+01:00 Offray Vladimir Luna Cárdenas : > Hi, > > I had tried that before and didn't work. Passing information between > widgets and back in this spec interface seems my stop point now... If > someone could help me with some kind of minimalist example that uses > treeModel, tha

Re: [Pharo-users] Spec: Binding widgets how to

2015-11-26 Thread Offray Vladimir Luna Cárdenas
Hi, I had tried that before and didn't work. Passing information between widgets and back in this spec interface seems my stop point now... If someone could help me with some kind of minimalist example that uses treeModel, that would be greatly appreciated. Cheers, Offray On 26/11/15 12:47

Re: [Pharo-users] Spec: Binding widgets how to

2015-11-26 Thread webwarrior
Try #whenHighlightedItemChanged: method. I remember that distinction between selection/highlight is not very clear in TreeModel. -- View this message in context: http://forum.world.st/Spec-Binding-widgets-how-to-tp4863742p4863757.html Sent from the Pharo Smalltalk Users mailing list archive at