Re: [Pharo-users] Yet another "building a GUI" question

2013-11-04 Thread btc
Sergi Reyner wrote: 2013/11/4 Stéphane Ducasse tx and archived! And your enh is in the new integration :) Yay! Scratching an itch and contributing something feels great :) Well done Sergi.  Your initiation is complete ;)  Late last night I had marked your first

Re: [Pharo-users] Yet another "building a GUI" question

2013-11-03 Thread Stéphane Ducasse
On Nov 4, 2013, at 2:37 AM, Sergi Reyner wrote: > 2013/11/4 Stéphane Ducasse > tx and archived! > And your enh is in the new integration :) > > > Yay! Scratching an itch and contributing something feels great :) :) Yes pay attention when you start to like that you learn and lot and you star

Re: [Pharo-users] Yet another "building a GUI" question

2013-11-03 Thread Sergi Reyner
2013/11/4 Stéphane Ducasse > tx and archived! > And your enh is in the new integration :) > > Yay! Scratching an itch and contributing something feels great :)

Re: [Pharo-users] Yet another "building a GUI" question

2013-11-03 Thread Stéphane Ducasse
tx and archived! And your enh is in the new integration :) On Nov 4, 2013, at 12:56 AM, Sergi Reyner wrote: > Sent to your mail, Stef! > > > 2013/11/3 Stéphane Ducasse > Sergi > > could you sign the Pharo license agreement and send it to us (scanned for > example)? > > Stef > > On Nov 3,

Re: [Pharo-users] Yet another "building a GUI" question

2013-11-03 Thread Sergi Reyner
Sent to your mail, Stef! 2013/11/3 Stéphane Ducasse > Sergi > > could you sign the Pharo license agreement and send it to us (scanned for > example)? > > Stef > > On Nov 3, 2013, at 11:10 PM, Sergi Reyner wrote: > > > El 03/11/2013 21:45, "Benjamin" > escribió: > > > > I think I missed the be

Re: [Pharo-users] Yet another "building a GUI" question

2013-11-03 Thread Stéphane Ducasse
Sergi could you sign the Pharo license agreement and send it to us (scanned for example)? Stef On Nov 3, 2013, at 11:10 PM, Sergi Reyner wrote: > > El 03/11/2013 21:45, "Benjamin" > escribió: > > > > I think I missed the beginning of this thread :) > > So my question is what do you want to

Re: [Pharo-users] Yet another "building a GUI" question

2013-11-03 Thread Stéphane Ducasse
Excellent! I will integrate it. Now I'm back from a really cool turn into buenos aires. There are really cool places :) On Nov 3, 2013, at 11:10 PM, Benjamin Van Ryseghem wrote: > After a bit of research I found the beginning of the thread :) > > I integrated your code in Spec (after minor fi

Re: [Pharo-users] Yet another "building a GUI" question

2013-11-03 Thread Benjamin Van Ryseghem
After a bit of research I found the beginning of the thread :) I integrated your code in Spec (after minor fixes). You can see it here: https://pharo.fogbugz.com/default.asp?12066 Thanks :) Ben 2013/11/3 Benjamin > I think I missed the beginning of this thread :) > So my question is what do

Re: [Pharo-users] Yet another "building a GUI" question

2013-11-03 Thread Sergi Reyner
El 03/11/2013 21:45, "Benjamin" escribió: > > I think I missed the beginning of this thread :) > So my question is what do you want to do ? :) I want to have a way to get an AlphaImageMorph linked to a ValueHolder(?) holding a Form(?), and having it update automatically, for example in response t

Re: [Pharo-users] Yet another "building a GUI" question

2013-11-03 Thread Benjamin
I think I missed the beginning of this thread :) So my question is what do you want to do ? :) I tried your ImageSpecTest, and after a minor fix, it opens :) But expect displaying an ImageMorph, it is not really usable :) Ben On 03 Nov 2013, at 21:37, Sergi Reyner wrote: > 2013/11/3 Sergi Reyn

Re: [Pharo-users] Yet another "building a GUI" question

2013-11-03 Thread Sergi Reyner
2013/11/3 Sergi Reyner > > Something like this: > > initializeWidgets > self > instantiateModels: > { (#listModel -> #ListComposableModel). > (#pictureModel -> #AlphaImageModel). > } > I gave it another try, and after a few attempts I managed to put together a working example of what I meant, i

Re: [Pharo-users] Yet another "building a GUI" question

2013-11-03 Thread Sergi Reyner
2013/11/2 > Sergi Reyner wrote: > >> >> - Tried and somewhat succeeded in building my GUI with Spec, which >> apparently doesn't know about images. >> >> > As a new framework, sometimes it is just a use-case that has not been > considered or prioritized. If you can describe your situation in det

Re: [Pharo-users] Yet another "building a GUI" question

2013-11-02 Thread btc
Sergi Reyner wrote: Hi everyone! This is my first message to the list. I've been learning Smalltalk and toying with Pharo 2.0 for some weeks now. One thing that has me puzzled is the many different ways to build GUIs. I´m rewriting an app in Pharo as an exercise. It needs to display images in so

Re: [Pharo-users] Yet another "building a GUI" question

2013-11-02 Thread Sven Van Caekenberghe
Hi Sergi, On 02 Nov 2013, at 13:53, Sergi Reyner wrote: > > El 02/11/2013 11:25, "Stéphane Ducasse" escribió: > > > > - Tried and somewhat succeeded in building my GUI with Spec, which > > > apparently doesn't know about images. > > what do you mean about images. > > JPEG files, mos

Re: [Pharo-users] Yet another "building a GUI" question

2013-11-02 Thread kilon alios
If the app you are porting already uses GTK or Coccoa , then you may be also interested into Mars http://marsonpharo.wordpress.com/ I second what Stephane said that right now Morphic is the King as far as GUIs are concerned, documentation and available code. Spec is too much a moving target and f

Re: [Pharo-users] Yet another "building a GUI" question

2013-11-02 Thread Sergi Reyner
El 02/11/2013 11:25, "Stéphane Ducasse" escribió: > > - Tried and somewhat succeeded in building my GUI with Spec, which apparently doesn't know about images. > what do you mean about images. JPEG files, mostly

Re: [Pharo-users] Yet another "building a GUI" question

2013-11-02 Thread Stéphane Ducasse
On Nov 2, 2013, at 12:05 PM, Sergi Reyner wrote: > Hi everyone! > > This is my first message to the list. I've been learning Smalltalk and toying > with Pharo 2.0 for some weeks now. Excellent > One thing that has me puzzled is the many different ways to build GUIs. I´m > rewriting an app i

[Pharo-users] Yet another "building a GUI" question

2013-11-02 Thread Sergi Reyner
Hi everyone! This is my first message to the list. I've been learning Smalltalk and toying with Pharo 2.0 for some weeks now. One thing that has me puzzled is the many different ways to build GUIs. I´m rewriting an app in Pharo as an exercise. It needs to display images in some parts. So far, I ha