Problems with using Squeak 3.8

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Problems with using Squeak 3.8

David Grietens
Hello,

I have some problems with the squeak version that I just started to
evaluate.

When I try to update to the latest version, as squeak offers me when i start
it up, "all code update servers seem to be unavailable".

Loading something from the package loader (fe Games) produces an error
(=can't find EOCD position)

Im running squeak 3.8-6665full image on a windows XP machine portable.

I was also wondering if the squeak version is still evolving ? Can I expect
a new version soon?

Finally, I would like to find directions on how to build a GUI with the
tool, since I think it is not well documented, or did I miss something?

Regards,
David

_________________________________________________________________
Bescherm je Inbox: Phishing - hoe te herkennen, rapporteren en voorkomen    
http://www.msn.be/security/phishing/


Reply | Threaded
Open this post in threaded view
|

Re: Problems with using Squeak 3.8

Marcus Denker

On 22.02.2006, at 14:26, David Grietens wrote:

> Hello,
>
> I have some problems with the squeak version that I just started to  
> evaluate.
>
> When I try to update to the latest version, as squeak offers me  
> when i start it up, "all code update servers seem to be unavailable".
>
> Loading something from the package loader (fe Games) produces an  
> error (=can't find EOCD position)
>

Are you behind a firewall and need to set a proxy to connect to the web?

> Im running squeak 3.8-6665full image on a windows XP machine portable.
>
> I was also wondering if the squeak version is still evolving ? Can  
> I expect a new version soon?
>

Squeak is evolving: There will be soon a bug-fix-only stable release  
3.8.1 and there is 3.9alpha, which is in heavy
development right now.


> Finally, I would like to find directions on how to build a GUI with  
> the tool, since I think it is not well documented, or did I miss  
> something?
>

No, you didn't miss anything: It's not really documented...

     Marcus

Reply | Threaded
Open this post in threaded view
|

Re: Problems with using Squeak 3.8

David Grietens
Hi Marcus,
Indeed, I'm behind a firewall, what can I do?


>From: Marcus Denker <[hidden email]>
>Reply-To: The general-purpose Squeak developers
>list<[hidden email]>
>To: The general-purpose Squeak developers
>list<[hidden email]>
>Subject: Re: Problems with using Squeak 3.8
>Date: Wed, 22 Feb 2006 14:52:08 +0100
>
>
>On 22.02.2006, at 14:26, David Grietens wrote:
>
>>Hello,
>>
>>I have some problems with the squeak version that I just started to  
>>evaluate.
>>
>>When I try to update to the latest version, as squeak offers me  when i
>>start it up, "all code update servers seem to be unavailable".
>>
>>Loading something from the package loader (fe Games) produces an  error
>>(=can't find EOCD position)
>>
>
>Are you behind a firewall and need to set a proxy to connect to the web?
>
>>Im running squeak 3.8-6665full image on a windows XP machine portable.
>>
>>I was also wondering if the squeak version is still evolving ? Can  I
>>expect a new version soon?
>>
>
>Squeak is evolving: There will be soon a bug-fix-only stable release  3.8.1
>and there is 3.9alpha, which is in heavy
>development right now.
>
>
>>Finally, I would like to find directions on how to build a GUI with  the
>>tool, since I think it is not well documented, or did I miss  something?
>>
>
>No, you didn't miss anything: It's not really documented...
>
>     Marcus
>

_________________________________________________________________
Bescherm je Inbox: Phishing - hoe te herkennen, rapporteren en voorkomen    
http://www.msn.be/security/phishing/


Reply | Threaded
Open this post in threaded view
|

Re: Problems with using Squeak 3.8

Marcus Denker

On 22.02.2006, at 15:16, David Grietens wrote:

> Hi Marcus,
> Indeed, I'm behind a firewall, what can I do?
>

in 3.8, there is a small application called "http proxy editor"
(world menu --> open --> http proxy editor).

Just add the setting, and then save the image.

        Marcus