On Mon, Mar 2, 2009 at 11:35 AM, Damien Cassou <[email protected]> wrote:
> it seems that calling #request: does not trigger a
> ProvideAnswerNotification. This notification is used by
> #valueSuppressingMessages:supplyingAnswers: to automatically fill text
> requests.
>
> Can somebody check that?
>
> [UIManager default request: 'Please choose a username for\the
> application ' withCRs , 'config' printString]
>                valueSuppressingMessages: Array new supplyingAnswers:
> (Array with: (Array with: '.*username.*' with: 'admin'))

It seems #confirm: have the same problem. Could you please fix that too:

[UIManager default confirm: 'blah blah']
              valueSupplyingAnswers: {{'blah blah' . true}}.

Opens a dialog but should just return true directly.

Bye

-- 
Damien Cassou
http://damiencassou.seasidehosting.st

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

Reply via email to