[Q] Using Connectors in browser plugin

Rudi Angela squeak at angelafamily.com
Wed May 14 10:04:07 UTC 2003


I finally managed to get the Connectors into the plugin image!
Here are the steps:

| dir |
dir _ FileDirectory default.
(dir readOnlyFileNamed:'5131macRelativeFNFix-nk.1.cs') fileIn.
(dir readOnlyFileNamed:'5147macColonAgain-nk.1.cs') fileIn.
(dir readOnlyFileNamed:'SarInst32Full-nk.3.cs') fileIn.
(SARInstaller directory: dir fileName: 'Connectors1.sar') fileIn.

At the end I get a walkback indeed.
Thanks, Ned, for the help.


On woensdag, mei 14, 2003, at 02:14 Europe/Amsterdam, Ned Konz wrote:

> On Tuesday 13 May 2003 01:46 pm, Rudi Angela wrote:
>> It doesn't work on Mac. Goes into recursion in FileDirectory
>> fullPathFor:,
>> Apparently this is a problem you have solved in the past, as I came
>> accross a changeset you submitted with additions to
>> MacFileDirectory. I tried to see if applying this change set would
>> help. Wasn't enough. I also noticed that in SARInstallerFor34
>> change set you do mention this problem in the comment.
>> Could you indicate (and perhaps add to your instruction page) how
>> precisely to tackle this problem?
>
> The easiest way would be to just do the loading on another machine.
>
> Hmmm. Did you use the SARInstallerFor3.2 changeset?
>
> Try loading this version into your plugin image and then see if you
> can load Connectors (you'll probably get a walkback at the end, but
> don't worry).
>
> If this works for you (and if you can save/load projects, etc.) I'll
> put it out for others to test.
>
> Thanks,
> -- 
> Ned Konz
> http://bike-nomad.com
> GPG key ID: BEEA7EFE
> <SarInst32Full-nk.3.cs>



More information about the Squeak-dev mailing list