Re: [Pharo-project] annoying press ok when running tests (not headless)

2012-02-16 Thread Igor Stasenko
On 15 February 2012 21:18, Stéphane Ducasse stephane.duca...@inria.fr wrote: I am not sure I understand, so let's get more specific. We talk about one package which contains one Morph. I thought the purpose of UITheme is to encapsulate all decisions related to how a morph gets rendered.

Re: [Pharo-project] annoying press ok when running tests (not headless)

2012-02-16 Thread Henrik Johansen
On Feb 16, 2012, at 12:52 PM, Igor Stasenko wrote: Can't say that i like this pulling model, querying theme over and over again.. I think it would be much nicer to actually use push model, i.e. let theme push a props to widget, IIRC from what Gary has posted, it was done that way to

Re: [Pharo-project] annoying press ok when running tests (not headless)

2012-02-16 Thread Igor Stasenko
On 16 February 2012 13:53, Henrik Johansen henrik.s.johan...@veloxit.no wrote: On Feb 16, 2012, at 12:52 PM, Igor Stasenko wrote: Can't say that i like this pulling model, querying theme over and over again.. I think it would be much nicer to actually use push model, i.e. let theme push a

Re: [Pharo-project] annoying press ok when running tests (not headless)

2012-02-16 Thread Henrik Johansen
On Feb 16, 2012, at 2:05 PM, Igor Stasenko wrote: On 16 February 2012 13:53, Henrik Johansen henrik.s.johan...@veloxit.no wrote: On Feb 16, 2012, at 12:52 PM, Igor Stasenko wrote: Can't say that i like this pulling model, querying theme over and over again.. I think it would be much

Re: [Pharo-project] annoying press ok when running tests (not headless)

2012-02-16 Thread Igor Stasenko
On 16 February 2012 14:20, Henrik Johansen henrik.s.johan...@veloxit.no wrote: On Feb 16, 2012, at 2:05 PM, Igor Stasenko wrote: On 16 February 2012 13:53, Henrik Johansen henrik.s.johan...@veloxit.no wrote: On Feb 16, 2012, at 12:52 PM, Igor Stasenko wrote: Can't say that i like this

Re: [Pharo-project] annoying press ok when running tests (not headless)

2012-02-16 Thread Henrik Johansen
On Feb 16, 2012, at 2:20 PM, Henrik Johansen wrote: On Feb 16, 2012, at 2:05 PM, Igor Stasenko wrote: On 16 February 2012 13:53, Henrik Johansen henrik.s.johan...@veloxit.no wrote: On Feb 16, 2012, at 12:52 PM, Igor Stasenko wrote: Can't say that i like this pulling model, querying

Re: [Pharo-project] annoying press ok when running tests (not headless)

2012-02-15 Thread Camillo Bruni
gargl we should have some non-interactive inform: like Growl on Mac. The popups should just open but not block the interaction IMO. On 2012-02-14, at 23:50, Igor Stasenko wrote: i started tests and leaved image for a while, but when i went back hoping that it already finished, i

Re: [Pharo-project] annoying press ok when running tests (not headless)

2012-02-15 Thread Stéphane Ducasse
There is a Growl in Pharo. I improved it :) Stef On Feb 15, 2012, at 12:42 PM, Camillo Bruni wrote: gargl we should have some non-interactive inform: like Growl on Mac. The popups should just open but not block the interaction IMO. On 2012-02-14, at 23:50, Igor Stasenko wrote:

Re: [Pharo-project] annoying press ok when running tests (not headless)

2012-02-15 Thread Tudor Girba
Indeed, this is a project that is since too long on my to do list. I worked on Growl a bit as well, but we need to bring it further. I just pushed the to do towards the top of the list :) I would be happy to collaborate on this issue. Cheers, Doru On Wed, Feb 15, 2012 at 1:38 PM, Stéphane

Re: [Pharo-project] annoying press ok when running tests (not headless)

2012-02-15 Thread Stéphane Ducasse
On Feb 15, 2012, at 1:47 PM, Tudor Girba wrote: Indeed, this is a project that is since too long on my to do list. I worked on Growl a bit as well, but we need to bring it further. I just pushed the to do towards the top of the list :) I would be happy to collaborate on this issue. Would

Re: [Pharo-project] annoying press ok when running tests (not headless)

2012-02-15 Thread Tudor Girba
Hi, It's not UIManager, but UITheme. I made it dependent on the UITheme in the sense that I moved all the rendering code as an extension. I thought this is the official way to get things working with Polymorph. Did I get it wrong? Cheers, Doru On Wed, Feb 15, 2012 at 1:54 PM, Stéphane Ducasse

Re: [Pharo-project] annoying press ok when running tests (not headless)

2012-02-15 Thread Stéphane Ducasse
On Feb 15, 2012, at 1:58 PM, Tudor Girba wrote: Hi, It's not UIManager, but UITheme. I made it dependent on the UITheme in the sense that I moved all the rendering code as an extension. I thought this is the official way to get things working with Polymorph. Did I get it wrong? I do not

Re: [Pharo-project] annoying press ok when running tests (not headless)

2012-02-15 Thread Igor Stasenko
On 15 February 2012 17:02, Stéphane Ducasse stephane.duca...@inria.fr wrote: On Feb 15, 2012, at 1:58 PM, Tudor Girba wrote: Hi, It's not UIManager, but UITheme. I made it dependent on the UITheme in the sense that I moved all the rendering code as an extension. I thought this is the

Re: [Pharo-project] annoying press ok when running tests (not headless)

2012-02-15 Thread Tudor Girba
Hi, I am not sure I understand, so let's get more specific. We talk about one package which contains one Morph. I thought the purpose of UITheme is to encapsulate all decisions related to how a morph gets rendered. It's like a strategy. For example, we have

Re: [Pharo-project] annoying press ok when running tests (not headless)

2012-02-15 Thread Stéphane Ducasse
I am not sure I understand, so let's get more specific. We talk about one package which contains one Morph. I thought the purpose of UITheme is to encapsulate all decisions related to how a morph gets rendered. It's like a strategy. For example, we have

[Pharo-project] annoying press ok when running tests (not headless)

2012-02-14 Thread Igor Stasenko
i started tests and leaved image for a while, but when i went back hoping that it already finished, i discovered that it waiting for me to press ok and did not ran even 20% of all tests. Somewhere in GoferOperationTesttestMerge it says 'No changes' and waits for the user to press 'ok' -- Best