On Mon, Mar 2, 2009 at 11:35 AM, Damien Cassou <damien.cassou@gmail.com> 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