Re: [Pharo-users] Problem with Spec icon

2014-12-16 Thread Tommaso Dal Sasso
On 15/12/14 22:02, stepharo wrote: Sorry, I wrote it badly. Of course it is an issue of Morphic, thanks for your clarification. So, is it a bug or it just works that way and it is supposed to do so by architectural design? this is a bug. And we should open a bug entry about it. I opened a bug

Re: [Pharo-users] Problem with Spec icon

2014-12-15 Thread stepharo
Sorry, I wrote it badly. Of course it is an issue of Morphic, thanks for your clarification. So, is it a bug or it just works that way and it is supposed to do so by architectural design? this is a bug. And we should open a bug entry about it. The interesting thing is that with a button it wo

Re: [Pharo-users] Problem with Spec icon

2014-12-14 Thread Nicolai Hess
2014-12-14 23:52 GMT+01:00 Tommaso Dal Sasso : > > > On 14/12/14 22:59, Nicolai Hess wrote: > >> 2014-12-14 22:14 GMT+01:00 Tommaso Dal Sasso > >: >> >> >> On 14/12/14 21:44, stepharo wrote: >> >> I got the same problem when I put an Halt pressing on a

Re: [Pharo-users] Problem with Spec icon

2014-12-14 Thread Tommaso Dal Sasso
On 14/12/14 22:59, Nicolai Hess wrote: 2014-12-14 22:14 GMT+01:00 Tommaso Dal Sasso mailto:tommaso.dalsa...@gmail.com>>: On 14/12/14 21:44, stepharo wrote: I got the same problem when I put an Halt pressing on any button leads to the opening of the same UI. I wond

Re: [Pharo-users] Problem with Spec icon

2014-12-14 Thread Nicolai Hess
2014-12-14 22:14 GMT+01:00 Tommaso Dal Sasso : > > > On 14/12/14 21:44, stepharo wrote: > >> I got the same problem when I put an Halt pressing on any button leads to >> the opening of the same UI. >> I wonder if there is not an interaction between spec and the UI modal >> opening. >> I read the co

Re: [Pharo-users] Problem with Spec icon

2014-12-14 Thread Tommaso Dal Sasso
On 14/12/14 21:44, stepharo wrote: I got the same problem when I put an Halt pressing on any button leads to the opening of the same UI. I wonder if there is not an interaction between spec and the UI modal opening. I read the code of ImageModel and I did not find anything special. Yes, I tho

Re: [Pharo-users] Problem with Spec icon

2014-12-14 Thread stepharo
I got the same problem when I put an Halt pressing on any button leads to the opening of the same UI. I wonder if there is not an interaction between spec and the UI modal opening. I read the code of ImageModel and I did not find anything special. Stef. Le 14/12/14 20:26, Tommaso Dal Sasso a éc

Re: [Pharo-users] Problem with Spec icon

2014-12-14 Thread stepharo
I tried to reproduce the problem by invoking directly the longMessage: with a really long text but it did not work. I will try to find where you invoke the code. Le 14/12/14 20:26, Tommaso Dal Sasso a écrit : I have a weird behavior building an interface with Spec. I have a window built with

Re: [Pharo-users] Problem with Spec icon

2014-12-14 Thread stepharo
I'm trying to understand, could you see if you can reproduce the problem with just the LongMessageDialog? Le 14/12/14 20:26, Tommaso Dal Sasso a écrit : I have a weird behavior building an interface with Spec. I have a window built with Spec, and I want to add a button that shows a dialog wi

Re: [Pharo-users] Problem with Spec icon

2014-12-14 Thread stepharo
As soon as you scroll the list then the ok button works. This is strange. Did you check a bit the code of ImageModel? Stef Le 14/12/14 20:26, Tommaso Dal Sasso a écrit : ConfigurationOfShoreLineReporter loadBleedingEdge

Re: [Pharo-users] Problem with Spec icon

2014-12-14 Thread Nicolai Hess
2014-12-14 20:26 GMT+01:00 Tommaso Dal Sasso : > > I have a weird behavior building an interface with Spec. > > I have a window built with Spec, and I want to add a button that shows a > dialog with some text. > To display the dialog I use the following line: > > UIManager default longMessage: 'a t

[Pharo-users] Problem with Spec icon

2014-12-14 Thread Tommaso Dal Sasso
I have a weird behavior building an interface with Spec. I have a window built with Spec, and I want to add a button that shows a dialog with some text. To display the dialog I use the following line: UIManager default longMessage: 'a text message' title: 'some title'. And I hooked this code