On 02 Aug 2014, at 15:53, Sebastian Sastre <sebastian@flowingconcept.com> wrote:

Hi Sven,

how are you doing?

Firstly let me ask you how should I load Zinc.

why do you need to load Zinc? it is already in the image.


I�m doing it like this:


Gofer it
url: 'http://mc.stfx.eu/ZincHTTPComponents';
package: 'ConfigurationOfZincHTTPComponents';
load.

(Smalltalk at:#ConfigurationOfZincHTTPComponents) project latestVersion load: 'WebSocket'. 
(Smalltalk at:#ConfigurationOfZincHTTPComponents) project latestVersion load: 'SSO'.

Gofer it
url: 'http://mc.stfx.eu/Zodiac';
package: 'Zodiac-Core';
package: 'Zodiac-Tests';
load.

ah, non of those is Zinc� you mean Zodiac, WebSocket and SSO packages? (they are packages that need zinc, but not zinc)



Is that the right source/way?

Secondly, I�m experiencing this in the latest version:


<Screen Shot 2014-08-02 at 10.50.00 AM.png>

What�s the package that has the missin ZnWebSocketControlFrameHandledEvent?

thanks!