Hi, after having compiled squeak-vm for Unix from Svn, the closing button of the squeak window does nothing at all. I wonder if it is related to the problem with -Werror and the useless function declaration. Bye -- Damien Cassou |
On Oct 11, 2007, at 14:27 , Damien Cassou wrote: > > Hi, > > after having compiled squeak-vm for Unix from Svn, the closing button > of the squeak window does nothing at all. I wonder if it is related to > the problem with -Werror and the useless function declaration. No, this actually desired behavior. Instead of just killing Squeak, the close button now sends an event to the image which can show a proper quit dialog. The OLPC image does that: http://tinlizzie.org/updates/etoys/updates/1574WindowEvents-JMM-bf.cs - Bert - |
But currently, nothing happens. If an image fix is needed, it's time to do it before 3.10 release. 2007/10/11, Bert Freudenberg <[hidden email]>: > > > On Oct 11, 2007, at 14:27 , Damien Cassou wrote: > > > > > Hi, > > > > after having compiled squeak-vm for Unix from Svn, the closing button > > of the squeak window does nothing at all. I wonder if it is related to > > the problem with -Werror and the useless function declaration. > > No, this actually desired behavior. Instead of just killing Squeak, > the close button now sends an event to the image which can show a > proper quit dialog. The OLPC image does that: > > http://tinlizzie.org/updates/etoys/updates/1574WindowEvents-JMM-bf.cs > > - Bert - > > > -- Damien Cassou |
Yes. - Bert - On Oct 12, 2007, at 7:35 , Damien Cassou wrote: > > But currently, nothing happens. If an image fix is needed, it's time > to do it before 3.10 release. > > 2007/10/11, Bert Freudenberg <[hidden email]>: >> >> >> On Oct 11, 2007, at 14:27 , Damien Cassou wrote: >> >>> >>> Hi, >>> >>> after having compiled squeak-vm for Unix from Svn, the closing >>> button >>> of the squeak window does nothing at all. I wonder if it is >>> related to >>> the problem with -Werror and the useless function declaration. >> >> No, this actually desired behavior. Instead of just killing Squeak, >> the close button now sends an event to the image which can show a >> proper quit dialog. The OLPC image does that: >> >> http://tinlizzie.org/updates/etoys/updates/1574WindowEvents-JMM-bf.cs >> >> - Bert - |
Have you submitted a bug report on mantis ? 2007/10/12, Bert Freudenberg <[hidden email]>: > > Yes. > > - Bert - > > On Oct 12, 2007, at 7:35 , Damien Cassou wrote: > > > > > But currently, nothing happens. If an image fix is needed, it's time > > to do it before 3.10 release. > > > > 2007/10/11, Bert Freudenberg <[hidden email]>: > >> > >> > >> On Oct 11, 2007, at 14:27 , Damien Cassou wrote: > >> > >>> > >>> Hi, > >>> > >>> after having compiled squeak-vm for Unix from Svn, the closing > >>> button > >>> of the squeak window does nothing at all. I wonder if it is > >>> related to > >>> the problem with -Werror and the useless function declaration. > >> > >> No, this actually desired behavior. Instead of just killing Squeak, > >> the close button now sends an event to the image which can show a > >> proper quit dialog. The OLPC image does that: > >> > >> http://tinlizzie.org/updates/etoys/updates/1574WindowEvents-JMM-bf.cs > >> > >> - Bert - > > -- Damien Cassou |
No. - Bert - On Oct 12, 2007, at 11:55 , Damien Cassou wrote: > > Have you submitted a bug report on mantis ? > > 2007/10/12, Bert Freudenberg <[hidden email]>: >> >> Yes. >> >> - Bert - >> >> On Oct 12, 2007, at 7:35 , Damien Cassou wrote: >> >>> >>> But currently, nothing happens. If an image fix is needed, it's time >>> to do it before 3.10 release. >>> >>> 2007/10/11, Bert Freudenberg <[hidden email]>: >>>> >>>> >>>> On Oct 11, 2007, at 14:27 , Damien Cassou wrote: >>>> >>>>> >>>>> Hi, >>>>> >>>>> after having compiled squeak-vm for Unix from Svn, the closing >>>>> button >>>>> of the squeak window does nothing at all. I wonder if it is >>>>> related to >>>>> the problem with -Werror and the useless function declaration. >>>> >>>> No, this actually desired behavior. Instead of just killing Squeak, >>>> the close button now sends an event to the image which can show a >>>> proper quit dialog. The OLPC image does that: >>>> >>>> http://tinlizzie.org/updates/etoys/updates/1574WindowEvents-JMM- >>>> bf.cs >>>> >>>> - Bert - >> |
Free forum by Nabble | Edit this page |