Re: [Pharo-users] BaselineOf's and Loose Dependencies

2016-03-30 Thread Sean P. DeNigris
I had to think about this for a while. Let me see if I can summarize where we are: - I wanted to translate the pre-BaselineOf workflow of "specify loose dependencies generally (e.g. #stable) in the #baselineXyz: method, and precisely in the #versionAbc: method" to "specify loose dependencies genera

Re: [Pharo-users] Additional Pomodoro features

2016-03-30 Thread Stephan Eggermont
Cleaned up, and a demo: https://vimeo.com/160902072 Stephan

[Pharo-users] Spec ListModel synchronization

2016-03-30 Thread Rob Rothwell
Hello, It's been a while since I tried out Pharo. I always struggled with Morphic UI's, but I noticed Spec and there seemed to be enough examples floating around that I thought I'd give it another try. Is Spec "here to stay?" Is it worthwhile to figure it out? It seems like with the developing

Re: [Pharo-users] Spec ListModel synchronization

2016-03-30 Thread Johan Fabry
Hi Bob, to answer your 2 questions briefly: Yes, Spec is here to stay for good, and the idea is that it can compose any kind of widgets, so with a bridge to OSWindow-SDL2 that should work as well. When changing items in the list, you need to inform the widget of that. To do that you need to ca

Re: [Pharo-users] Tables in Pillar

2016-03-30 Thread Esteban A. Maringolo
Was this fixed, considered for a roadmap (if there is one), etc? Regards! -- View this message in context: http://forum.world.st/Tables-in-Pillar-tp4808143p4887468.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Spec ListModel synchronization

2016-03-30 Thread Stephan Eggermont
In Pharo5, you can download Ancestry from the Catalog browser, that provides an example of this. https://vimeo.com/158063568 Stephan