Re: [Pharo-users] Building agents in Pharo

2014-12-23 Thread stepharo
Hi Stef, In very simple terms I want to build a system that would look at what you are typing in a text box, and have various agents that analyse the text and modify/augment it. Simple Examples: 1. If I enter a web address it could look it up on Delicious.com and extract links that ha

Re: [Pharo-users] Question about Morphic in Pharo 4

2014-12-23 Thread stepharo
Hi daniel, I do not have the time to go too much into the details. Now orginal Morphic made mistake (global coordinates is one). What is important for us: - cleaning the current version (we made a lot of progress with FrameLayout and others) - untangling polymorph - migrating to at

Re: [Pharo-users] Question about Morphic in Pharo 4

2014-12-23 Thread stepharo
if I can say it, I think Spec has several design flaws, that prevent us to actually use it productively. 1st: I believe Spec is 80% of what Morphic should do by it self, but since is now that monster no body wants to take by the horns, Spec provides a layer. 2nd: The original idea of Spec is

Re: [Pharo-users] Question about Morphic in Pharo 4

2014-12-23 Thread stepharo
Le 19/12/14 17:53, nacho a écrit : Esteban, I agree 100%. In fact that was, in part, the reason of my question. As I don't see a Spec UI coming soon I was wondering if perhaps Morphic will be trimmed in Pharo 4. No Now have a look at Bloc in AlainPlantec/Bloc Thanks Cheers Nacho - Nac

Re: [Pharo-users] Question about Morphic in Pharo 4

2014-12-23 Thread stepharo
Le 20/12/14 13:44, Sean P. DeNigris a écrit : kilon.alios wrote even if continue to use Spec I will stiil have to rely on Morphic since custom GUIs is really important for me. Yes, that's why they can not be compared: Morphic = make and understand any UI This is not the case from my experienc

Re: [Pharo-users] [ANN] FTP and WebDAV Plugins for Pharo's FileSystem

2014-12-23 Thread Hilaire
Thanks to share! Hilaire Le 21/12/2014 23:12, Udo Schneider a écrit : > All, > > I just finished FTP and WebDAV plugins for Pharo's FileSystem. This > means you can now access remote FTP and WebDAV loactions with the exact > same FileSystem API you are using to access local disks. > > The proje

Re: [Pharo-users] Do not forget to register to Pharo days...

2014-12-23 Thread Tudor Girba
Indeed. Please do not postpone the registration. And feel free to make noise :). Cheers, Doru On Mon, Dec 22, 2014 at 10:59 PM, stepharo wrote: > http://pharodays2015.pharo.org > > Stef > > -- www.tudorgirba.com "Every thing has its own flow"

Re: [Pharo-users] Building agents in Pharo

2014-12-23 Thread Andy Burnett
Stef wrote << You see this is what the color higlighting is doing. You type and in parallel it is trying to colorize the text. After I'm not sure that you need agents running all the time (reacting to each characters you type). I would be you I would - prototype a hierarchy of classes whose inst

Re: [Pharo-users] Question about Morphic in Pharo 4

2014-12-23 Thread Alexandre Bergel
Thanks Johan for taking the time to answer all of this… Cheers, Alexandre > On Dec 20, 2014, at 2:18 AM, Johan Fabry wrote: > > >> On Dec 19, 2014, at 21:54, kilon alios wrote: >> >> "UI Element = an interactive graphical element displayed as part of the >> Graphical User Interface. >> UI

Re: [Pharo-users] Building agents in Pharo

2014-12-23 Thread Tudor Girba
Hi Andy, You can also just hook into GTSpotter. It already provides the infrastructure for handling parallel search and lets you focus only on specifying the search logic. Cheers, Doru On Tue, Dec 23, 2014 at 1:20 PM, Andy Burnett < andy.burn...@knowinnovation.com> wrote: > > Stef wrote > <<

Re: [Pharo-users] Question about Morphic in Pharo 4

2014-12-23 Thread nacho
>No >Now have a look at Bloc in AlainPlantec/Bloc Thanks Stef, Where I can find about Bloc?? I want to take a look at it! cheers - Nacho Smalltalker apprentice. Buenos Aires, Argentina. -- View this message in context: http://forum.world.st/Question-about-Morphic-in-Pharo-4-tp4796331p

Re: [Pharo-users] Question about Morphic in Pharo 4

2014-12-23 Thread Sean P. DeNigris
stepharo wrote >> Morphic = make and understand any UI > This is not the case from my experience fighting with morphic. Agreed, of course ;) We were talking about intention, not implementation. In what little experience I have, I think that statement would be true full stop for Self's Morphic.

Re: [Pharo-users] Building agents in Pharo

2014-12-23 Thread Andy Burnett
Doru wrote <<< Hi Andy, You can also just hook into GTSpotter. It already provides the infrastructure for handling parallel search and lets you focus only on specifying the search logic. Cheers, Doru >>> Brilliant! I am very impressed with GTSpotter. In fact, I am impressed with the whole GT s

[Pharo-users] [ann] moose 5.0

2014-12-23 Thread Tudor Girba
We are happy to announce Moose 5.0: *http://moosetechnology.org/#install* Description --- This is by far the most extensive Moose release to date. Just take a look at these two trailers. - Spotter: https://vimeo.com/113832673 - Inspector: https://vimeo.com/103463364 The key highlights are: - It

Re: [Pharo-users] [ann] moose 5.0

2014-12-23 Thread giorgio ferraris
Hi, Guys, I'm not (yet) working on Pharo (still VW and some VisualSmalltalk in the few time left free from my main job), but I follow what you do (not just you but all the community) and I have to admit you (all) work really hard. Bergel is doing a fantastic job, and your Moose is very nice, etc.

Re: [Pharo-users] Extending GTSpotter

2014-12-23 Thread Offray Vladimir Luna Cárdenas
Hi, Sorry I don't want to "kidnap" the thread, but just inspecting "KMRepository default" and selecting an empty row brings and error. In an other thread today I talked about this error still being present, so is not just about my project, but a way to select empty places on GT objects (trees

Re: [Pharo-users] SODD

2014-12-23 Thread Offray Vladimir Luna Cárdenas
+1. In fact, when I don't get proper/quick feedback here (which is almost never) I got to SO. When feedback comes I try to update my answers on SO. At least having a conversation between SO and the list would be useful. Cheers, Offray El 12/12/14 a las 05:34, Yuriy Tymchuk escribió: Hi, so

Re: [Pharo-users] Building agents in Pharo

2014-12-23 Thread S Krish
How about this: http://www.wolframalpha.com/ Not really free form text but quite a bit keyword dependent. Closer to what will make good sense on Pharo / every enterprise app also more contextual based on what the app does. On Tue, Dec 23, 2014 at 10:17 PM, Andy Burnett < andy.burn...@knowinn