On Oct 13, 2010, at 3:04 PM, Alexander Lazarević wrote:

> There are also some basic things that would need some adjustment as I
> see it. I think core or basic classes and models shouldn't make any
> assumptions about the UI or even if there is an UI at all.

YESSSssssssss.... and a minicore will help /force us to do that  (imagine an 
hudson script blocked because of a nice popup)

> So things like Object inform: aString would be something I'd rather
> see to disappear.

Yes Alexander, this is years that I want that. In fact we started pharo exactly 
for these kinds of reasons.
Getting a clean and cool system. Any code going in that direction is welcome 
and will be warmly considered.

> Or Class rename: aString, which kindly pops up a Dialog to inform the
> "user" when there are still references in Undeclared. I think that
> check should better move to the sending method in Browser renameClass,
> where chances are very high that a real user initiated the rename of a
> class and not some filein.
> 
> Alex
> 
> 2010/10/13 Stéphane Ducasse <[email protected]>:
>> I think that we will have to reconsider a lot of the infrastructure decision 
>> and the hudson server will kick us
>> 
>> Stef
>> 
>> On Oct 12, 2010, at 10:45 PM, Alexander Lazarević wrote:
>> 
>>> I was just looking at something similar.
>>> I guess for modal windows that are a kind of DialogWindow something
>>> like this should work
>>> 
>>> [UIManager default confirm: 'Got milk?']
>>>  on: ProvideAnswerNotification
>>>  do: [:ex | ex resume: (ex messageText = 'Got milk?')]
>>> 
>>> But which modal windows do pop up in your scenario, that do not send a
>>> notification?
>>> 
>>> Regards,
>>> Alex
>>> 
>>> 2010/10/12 Alexandre Bergel <[email protected]>:
>>>> Hi!
>>>> 
>>>> A modal window is pop up by one of my tests. Is there a way to capture 
>>>> this situation and simply remove the modal window?
>>>> Apparently, no notification is raised...
>>>> 
>>>> Cheers,
>>>> Alexandre
>>>> --
>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>>> Alexandre Bergel  http://www.bergel.eu
>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> _______________________________________________
>>>> Pharo-project mailing list
>>>> [email protected]
>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>> 
>>> 
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [email protected]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>> 
>> 
>> _______________________________________________
>> Pharo-project mailing list
>> [email protected]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> 
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to