Re: [Pharo-users] MessageDialogWindow(s)

2016-04-12 Thread Stephan Eggermont
On 12-04-16 14:25, Rob Rothwell wrote: Thanks, Stephan...I apologize for my slowness... No problem, mailing list is asynchronous. Sometimes you have time, sometimes not Stephan

Re: [Pharo-users] MessageDialogWindow(s)

2016-04-12 Thread Rob Rothwell
On Tue, Apr 12, 2016 at 4:05 AM, Stephan Eggermont wrote: > On 12/04/16 08:56, stepharo wrote: > >> can you submit a fix? >> > > 17979 (MessageDialogWindow new text: 'Hello') open should work > Thanks, Stephan...I apologize for my slowness...

Re: [Pharo-users] MessageDialogWindow(s)

2016-04-12 Thread Stephan Eggermont
On 12/04/16 08:56, stepharo wrote: can you submit a fix? 17979 (MessageDialogWindow new text: 'Hello') open should work

Re: [Pharo-users] MessageDialogWindow(s)

2016-04-11 Thread stepharo
can you submit a fix? stef Le 11/4/16 18:53, Rob Rothwell a écrit : On Mon, Apr 11, 2016 at 2:52 AM, Nicolai Hess > wrote: 2016-04-11 8:29 GMT+02:00 Stephan Eggermont mailto:step...@stack.nl>>: On 11-04-16 02:00, Robert J Rothwell wrote:

Re: [Pharo-users] MessageDialogWindow(s)

2016-04-11 Thread Stephan Eggermont
On 11/04/16 18:53, Rob Rothwell wrote: Where can I learn how to open a bug entry and/or how to submit a fix? http://pharo.org/contribute Create an account at pharo.fogbugz.com, log in and add a new issue. Select the image version the bug should be fixed against and the priority. Describe it by

Re: [Pharo-users] MessageDialogWindow(s)

2016-04-11 Thread Rob Rothwell
On Mon, Apr 11, 2016 at 2:52 AM, Nicolai Hess wrote: > > > 2016-04-11 8:29 GMT+02:00 Stephan Eggermont : > >> On 11-04-16 02:00, Robert J Rothwell wrote: >> >>> Should >>> >>> (MessageDialogWindow new text: 'Hello') open >>> >>> work? >>> >>> I get a stack trace on CompositionScanner if I

Re: [Pharo-users] MessageDialogWindow(s)

2016-04-10 Thread Nicolai Hess
2016-04-11 8:29 GMT+02:00 Stephan Eggermont : > On 11-04-16 02:00, Robert J Rothwell wrote: > >> Should >> >> (MessageDialogWindow new text: 'Hello') open >> >> work? >> >> I get a stack trace on CompositionScanner if I try to set the text. >> > > Yes. Please open a bug entry. (If you want

Re: [Pharo-users] MessageDialogWindow(s)

2016-04-10 Thread Stephan Eggermont
On 11-04-16 02:00, Robert J Rothwell wrote: Should (MessageDialogWindow new text: 'Hello') open work? I get a stack trace on CompositionScanner if I try to set the text. Yes. Please open a bug entry. (If you want to help, try with a few older versions of pharo to find out when the

[Pharo-users] MessageDialogWindow(s)

2016-04-10 Thread Robert J Rothwell
Hello, In Pharo 5.0 #50680 MessageDialogWindow new open displays a message box with no text. Should (MessageDialogWindow new text: 'Hello') open work? I get a stack trace on CompositionScanner if I try to set the text. Also, is there a way to display the dialog modally (re