[Pharo-users] Questions about NewValueHolder and Model

2018-11-25 Thread dorellang
Hi everyone! I was trying to find out how to propagate changes through widgets in the Spec UI framework, and so far it seems to me that using NewValueHolder objects is the most proper way right now. Am I wrong? However I have some questions regarding this class: (BTW I am using a Pharo 7 image)

Re: [Pharo-users] Questions

2016-07-28 Thread Sven Van Caekenberghe
And there is this chapter in the new book: https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/NeoCSV/NeoCSV.html But I understood that Alejandro has to write a simple CSV parser from first principles himself. > On 28 Jul 2016, at 09:51, Julie

Re: [Pharo-users] Questions

2016-07-28 Thread Julien Delplanque
Hello, Have a look at "NeoCSV" project from the catalog browser. This document [1] may help you as well. There is a dedicated section for NeoCSV. Regards, Julien Links: [1]: http://www.slideshare.net/philippeback/pharo-days-2016-data-formats-and-protocols On 28/07/16 08:30, Alejandro Adg

[Pharo-users] Questions

2016-07-27 Thread Alejandro Adgi Romano
Hello, my name is Alejandro. I´m writting code in Pharo 5.0. I need finish an exercise of my career. My question is: ¿Could you tell me how can read and write a CSV File? I need the code, because i don´t understand how is the use of NeoCSV or another tool for this. In the exercise, the text s

Re: [Pharo-users] Questions about MetaLink

2015-05-04 Thread Marcus Denker
> >> For instance, in order to address a layer with no MetaObjects execution, a >> layer with MetaObjects for logging or breakpoints, an other layer with >> custom MetaObjects, etc. >> I don't see how it would be possible to limit the scope of the active layers >> configuration, just for a block e

Re: [Pharo-users] Questions about MetaLink

2015-04-30 Thread Marcus Denker
> On 30 Apr 2015, at 10:29, Glenn Cavarlé wrote: > >> What I am porting now from the prototypes is the functionality to hand > arguments >> over to meta objects. > > Cool, i'm very interested in your implementation for that ! > I hope to have it done next week.. but first my focus is on bre

Re: [Pharo-users] Questions about MetaLink

2015-04-30 Thread Glenn Cavarlé
> What I am porting now from the prototypes is the functionality to hand arguments > over to meta objects. Cool, i'm very interested in your implementation for that ! > One thing I want to add is to make the condition (optionally) into an > object > and then allow reflectivitly to turn on/of lin

Re: [Pharo-users] Questions about MetaLink

2015-04-29 Thread Marcus Denker
> On 29 Apr 2015, at 22:59, Glenn Cavarlé wrote: > > Hi, > > I'm playing with Slots and MethodWrappers to customize instVar > reading/writing and method calls. > In my experiments, Slots and MethodWrappers hold meta-description objects > used at runtime to apply some filters, validations and to

[Pharo-users] Questions about MetaLink

2015-04-29 Thread Glenn Cavarlé
Hi, I'm playing with Slots and MethodWrappers to customize instVar reading/writing and method calls. In my experiments, Slots and MethodWrappers hold meta-description objects used at runtime to apply some filters, validations and to compose or delegate methods behavior. I'm really interested in t

Re: [Pharo-users] Questions about Magma

2013-06-05 Thread Mariano Martinez Peck
On Wed, Jun 5, 2013 at 3:06 AM, Thushar G R wrote: > Hi , > > > @Stéphane Ducasse > I will definitely give mango DB a try. I was using GLORP since a very long > time (not in pharo) so when i looked at magma i got interested. So all > other options stayed back for later in my list. > > Just for t

Re: [Pharo-users] Questions about Magma

2013-06-04 Thread Thushar G R
Hi , @Stéphane Ducasse I will definitely give mango DB a try. I was using GLORP since a very long time (not in pharo) so when i looked at magma i got interested. So all other options stayed back for later in my list. @Stuart Herring The changes as far as i know is related to SystemAnnouncer , F

Re: [Pharo-users] Questions about Magma

2013-06-04 Thread Stéphane Ducasse
Excellent. We would really like to have magma running on Pharo. Please push Stef > Hi Thushar, > > Magma's developer mostly uses Squeak, so the latest version of Pharo > that Magma works more or less out-of-the-box on is 1.3. > I made a start on porting it to 1.4, and then 2.0 but then promptly

Re: [Pharo-users] Questions about Magma

2013-06-04 Thread Stuart Herring
Hi Thushar, Magma's developer mostly uses Squeak, so the latest version of Pharo that Magma works more or less out-of-the-box on is 1.3. I made a start on porting it to 1.4, and then 2.0 but then promptly ran out of time. However, as far as I'm aware the porting should mostly consist of the chang

Re: [Pharo-users] Questions about Magma

2013-06-04 Thread Stéphane Ducasse
Hi Thushar I do not know if magma is working on Pharo. Now I suggest you to have a look at MongoDB and MongoTalk. Because this is what the people around are using. You have also voyage that serialize object described with magritte in mongotalk. Now we should write some docs, but it would be bet

[Pharo-users] Questions about Magma

2013-06-04 Thread Thushar G R
Hi all, I am new here in this list. I have already asked this question in stack overflow, but not much luck. So i thought ill contact the gurus directly. I am considering Magma to be used for one of my projects , which is nothing but a custom game center to connect my game and store user details