Re: [Pharo-users] Writing a GUI - Where to start?

2013-11-22 Thread prova email
About Glamour, isn'it used to create Browser? How can i create a typical window? > From: step...@stack.nl > Date: Fri, 22 Nov 2013 12:39:06 +0100 > To: pharo-users@lists.pharo.org > Subject: Re: [Pharo-users] Writing a GUI - Where to start? > > Johan wrote: > >I recommend you to go with Spec. It

Re: [Pharo-users] Writing a GUI - Where to start?

2013-11-22 Thread prova email
yseghem.ph...@gmail.com Date: Fri, 22 Nov 2013 11:04:53 +0100 To: pharo-users@lists.pharo.org Subject: Re: [Pharo-users] Writing a GUI - Where to start? It seems that you return the wrong object somewhere :) Could you commit your code somewhere so I can have a look ? Ben On 22 Nov 2013, at 11

Re: [Pharo-users] Writing a GUI - Where to start?

2013-11-22 Thread prova email
I started to use Spec, i love nested layouts and so on. But i've got a little problem. I'm creating a Window with 14 TextInputFieldModel and 14 ButtonModel and, to avoid the definition of 28 different instance variables (obviously), i created two arrays which contain the ButtonModel and the Text

Re: [Pharo-users] Spec - Grid/Table Layout

2013-11-11 Thread prova email
:) You can try it in Pharo 3.0 :) Ben On 11 Nov 2013, at 12:08, prova email wrote:I'm doing a TreeModel. As you know, widgetDo is not a message of TreeModel, that's why i was asking you if there something wrong. As i asked you in a old post, column: is not a message of TreeModel,

Re: [Pharo-users] Spec - Grid/Table Layout

2013-11-11 Thread prova email
e ? Ben On 11 Nov 2013, at 11:08, prova email wrote:Hi Ben, are you sure that the message "widgetDo:" is the right one? It's not a message that my object looks to understand. Thanks in advance.Paolo From: benjamin.vanryseghem.ph...@gmail.com Date: Fri, 8 Nov 2013 14:34:18 +

Re: [Pharo-users] Spec - Grid/Table Layout

2013-11-11 Thread prova email
aro-users] Spec - Grid/Table Layout It is definitely defined in TreeModel :) Ben On 08 Nov 2013, at 14:29, prova email wrote:Very very very good Ben, thanks a lot. Last question: you use the "columns:" message, but it's not defined in TreeModel. You defined it

Re: [Pharo-users] Spec - Grid/Table Layout

2013-11-08 Thread prova email
odel new label: 'Yes we can') buildWithSpec hResizing: #spaceFill]; headerButtonLabel: 'Morph' font: nil; yourself)). tree roots: { {'Benjamin'.'Van Ryseghem'.'26'.'M'}. {'Pamela'.'Anderson'.'Far too much'.

Re: [Pharo-users] Spec - Grid/Table Layout

2013-11-08 Thread prova email
ith: (MorphTreeColumn new rowMorphGetSelector: [:node | Morph new ]; headerButtonLabel: 'Morph' font: nil; yourself)).And you get something like Ben On 08 Nov 2013, at 13:45, prova email wrote:Yes Clement, i've got your .st file. I saw it in Nested Layout thread. I file in it in

Re: [Pharo-users] Spec - Grid/Table Layout

2013-11-08 Thread prova email
7;.'F'} } Ben Ben, in each cell, can we put something else than a String ? If so, can you add an example in the code above ? Thanks. I guess doing Ben's solution is the best. I did it with nested layout but it is definitely not as good (see file in attachment, add it in your image

Re: [Pharo-users] Create a .exe application in Pharo 2.0

2013-11-04 Thread prova email
ject: Re: [Pharo-users] Create a .exe application in Pharo 2.0 > > Hi Paolo, > > On 04 Nov 2013, at 11:07, prova email wrote: > > > It's quite hard to me to explain what i need. When i ask something, i've > > never had the answer that i want. What do you mea

[Pharo-users] Create a .exe application in Pharo 2.0

2013-11-04 Thread prova email
It's quite hard to me to explain what i need. When i ask something, i've never had the answer that i want. What do you mean for "There are some places in the system where you can put txt file"? What are the places you are talking about? Is it the Pharo 2.0 folder? Can somebody tell me step-by-st