Indeed this is the case with Polymorph. I'll see what I can do. Regards, Gary
----- Original Message ----- From: "Damien Cassou" <[email protected]> To: "Gary Chambers" <[email protected]>; "Pharo Development" <[email protected]> Sent: Monday, March 02, 2009 10:35 AM Subject: [Pharo-project] UIManager>>request: does not sendProvideAnswerNotification anymore > Hi, > > 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')) > > -- > Damien Cassou > http://damiencassou.seasidehosting.st > > _______________________________________________ > 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
