[Pharo-project] UIManager>>request: does not send ProvideAnswerNotification 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
Indeed this is the case with Polymorph. I'll see what I can do. Regards, Gary ----- Original Message ----- From: "Damien Cassou" <damien.cassou@gmail.com> To: "Gary Chambers" <gary@pinesoft.co.uk>; "Pharo Development" <pharo-project@lists.gforge.inria.fr> 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
In Polymorph-ToolBuilder-gvc.6 on SqueakSource. Regards, Gary ----- Original Message ----- From: "Gary Chambers" <gazzaguru2@btinternet.com> To: <Pharo-project@lists.gforge.inria.fr> Sent: Monday, March 02, 2009 10:43 AM Subject: Re: [Pharo-project] UIManager>>request: does notsendProvideAnswerNotification anymore
Indeed this is the case with Polymorph. I'll see what I can do.
Regards, Gary
----- Original Message ----- From: "Damien Cassou" <damien.cassou@gmail.com> To: "Gary Chambers" <gary@pinesoft.co.uk>; "Pharo Development" <pharo-project@lists.gforge.inria.fr> 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Thank you very much Gary. On Mon, Mar 2, 2009 at 12:27 PM, Gary Chambers <gazzaguru2@btinternet.com> wrote:
In Polymorph-ToolBuilder-gvc.6 on SqueakSource.
Regards, Gary
----- Original Message ----- From: "Gary Chambers" <gazzaguru2@btinternet.com> To: <Pharo-project@lists.gforge.inria.fr> Sent: Monday, March 02, 2009 10:43 AM Subject: Re: [Pharo-project] UIManager>>request: does notsendProvideAnswerNotification anymore
Indeed this is the case with Polymorph. I'll see what I can do.
Regards, Gary
----- Original Message ----- From: "Damien Cassou" <damien.cassou@gmail.com> To: "Gary Chambers" <gary@pinesoft.co.uk>; "Pharo Development" <pharo-project@lists.gforge.inria.fr> 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Cassou http://damiencassou.seasidehosting.st
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
participants (2)
-
Damien Cassou -
Gary Chambers