Re: [Pharo-users] P6: How to get focus for mouse wheel event

2017-06-21 Thread Nicolai Hess
2017-06-21 6:48 GMT+02:00 Hilaire : > Is there a way I can manualy change it by code? I did have success to > find it. > > Ugly hack: DrGFileThumbnailDialog>>#handleFocusEvent: anEvent (anEvent isMouse and: [ anEvent isMouseWheel ]) ifTrue: [ self activeHand releaseMouseFocus: self ].

Re: [Pharo-users] Autoformatting in SystemBrowser

2017-06-21 Thread Marc Hanisch via Pharo-users
--- Begin Message --- Hello, it's me again still struggeling with the same issue on two different machines: Ubuntu 16.04 and Fedora 25. On all machines the same behaviour, I'm getting the error: "Information Pharo cannot locate the sources file named /home/marc/PharoWorkspace/Pharo/pharo6.0/bin/l

[Pharo-users] Pharo Monthly Newsletter June

2017-06-21 Thread Marcus Denker
Hi, The Pharo Monthly Newsletter for June will be send out Friday. You can subscribe here to get it delivered by email: http://us11.campaign-archive1.com/home/?u=6f667565c2569234585a7be77&id=048680a940

Re: [Pharo-users] P6: How to get focus for mouse wheel event

2017-06-21 Thread Hilaire
Thanks, I added your hack to the associated bug ticket. https://bugs.launchpad.net/drgeo/+bug/1699113 Le 21/06/2017 à 11:15, Nicolai Hess a écrit : > Ugly hack: -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] [ANN] Pharo 6.0 released!

2017-06-21 Thread Eno
Hi, community. congrats. I applied my project on smalltalkHub ( TkIDE) immediately to Pharo 6. It went well while installing the packages on both windows and osx platforms. But serious conditions occurred while running my program on OSX. It's occured while doing Fuel serialization via Sandston

Re: [Pharo-users] [ANN] Pharo 6.0 released!

2017-06-21 Thread Marcus Denker
> On 21 Jun 2017, at 16:49, Eno wrote: > > Hi, community. > > congrats. > > I applied my project on smalltalkHub ( TkIDE) immediately to Pharo 6. > > It went well while installing the packages on both windows and osx > platforms. > > But serious conditions occurred while running my program o

Re: [Pharo-users] [ANN] Pharo 6.0 released!

2017-06-21 Thread Sven Van Caekenberghe
> On 21 Jun 2017, at 16:49, Eno wrote: > > Hi, community. > > congrats. > > I applied my project on smalltalkHub ( TkIDE) immediately to Pharo 6. > > It went well while installing the packages on both windows and osx > platforms. > > But serious conditions occurred while running my program o

Re: [Pharo-users] Autoformatting in SystemBrowser

2017-06-21 Thread Nicolai Hess
2017-06-21 11:57 GMT+02:00 Marc Hanisch via Pharo-users < pharo-users@lists.pharo.org>: > > > -- Weitergeleitete Nachricht -- > From: Marc Hanisch > To: Any question about pharo is welcome > Cc: > Bcc: > Date: Wed, 21 Jun 2017 11:57:53 +0200 > Subject: Re: [Pharo-users] Autoforma

Re: [Pharo-users] Autoformatting in SystemBrowser

2017-06-21 Thread Marc Hanisch via Pharo-users
--- Begin Message --- Hi Nicolai, I've downloaded the whole 64bit build from: http://files.pharo.org/platform/Pharo6.0-64-linux.zip I start it with the little startup shell script, which is in the root folder of the zip. This worked very well for Pharo 5.0. In the meantime I had a closer look at