more on #loadWithContext:forEdit:

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

more on #loadWithContext:forEdit:

johnFehr
Hi,

I am also having problems with #loadWithContext:forEdit:.  One can see
the issue if one loads the Wild Tangent Framework written by Diego
Coronel and available at...
http://www.smalltalking.net/Goodies/Dolphin/Files/WildTangent.zip.
After unzipping, three packages and a resource folder are created.
When one tries to install the third package, named WtPresenter.pac,
then one can see the #loadWithContext:forEdit: walkback.

My Dolphin X6 Pro has the 12 December patch installed, by the way.

Thank you for any ideas,  -John


Reply | Threaded
Open this post in threaded view
|

Re: more on #loadWithContext:forEdit:

Andy Bower-3
John,

> I am also having problems with #loadWithContext:forEdit:.  One can see
> the issue if one loads the Wild Tangent Framework written by Diego
> Coronel and available at...
> http://www.smalltalking.net/Goodies/Dolphin/Files/WildTangent.zip.
> After unzipping, three packages and a resource folder are created.
> When one tries to install the third package, named WtPresenter.pac,
> then one can see the #loadWithContext:forEdit: walkback.

Erm.. I only see one package in that ZIP, WildTangent.pac. Is there
anything else that I should be downloading? I'm assuming I don't need
to run the EXE, is that correct?

Best regards,

--
Andy Bower
Dolphin Support
www.object-arts.com


Reply | Threaded
Open this post in threaded view
|

Re: more on #loadWithContext:forEdit:

Blair McGlashan-3
In reply to this post by johnFehr
"johnFehr" <[hidden email]> wrote in message
news:[hidden email]...

> Hi,
>
> I am also having problems with #loadWithContext:forEdit:.  One can see
> the issue if one loads the Wild Tangent Framework written by Diego
> Coronel and available at...
> http://www.smalltalking.net/Goodies/Dolphin/Files/WildTangent.zip.
> After unzipping, three packages and a resource folder are created.
> When one tries to install the third package, named WtPresenter.pac,
> then one can see the #loadWithContext:forEdit: walkback.
>
> My Dolphin X6 Pro has the 12 December patch installed, by the way.
>
> Thank you for any ideas,  -John
>

Looks like the beta patch has broken the upgrade - ironically if you'd tried
this in the un(beta)patched original release it would have worked. It is
just missing the addition below (to apply: paste into a workspace, select,
and Workspace/File It In).

Sorry for the inconvenience, the patch will be updated to include this.

Regards

Blair
---------------

!Resource methodsFor!

loadWithContext: context forEdit: aBoolean
 ^accessor loadWithContext: context forEdit: aBoolean! !
!Resource categoriesFor: #loadWithContext:forEdit:!operations!public! !


Reply | Threaded
Open this post in threaded view
|

Re: more on #loadWithContext:forEdit:

Andy Bower-3
John,

> Looks like the beta patch has broken the upgrade - ironically if
> you'd tried this in the un(beta)patched original release it would
> have worked. It is just missing the addition below (to apply: paste
> into a workspace, select, and Workspace/File It In).
>
> Sorry for the inconvenience, the patch will be updated to include
> this.

The beta patch level 1 date, 14 Dec 2005, has been fixed to include
this.

Best regards,

--
Andy Bower
Dolphin Support
www.object-arts.com


Reply | Threaded
Open this post in threaded view
|

Re: more on #loadWithContext:forEdit:

johnFehr
Hi,

Thanks for the fix.  It works fine!  About the one versus three
packages in the zip file -- maybe the download has changed since last
year.  Nonetheless, all is well now.

Thank you for the quick responses, the revised patch, and for the
latest Dophin release.

Wishing y'all a really nice holiday,  -John


Andy Bower wrote:

> John,
>
> > Looks like the beta patch has broken the upgrade - ironically if
> > you'd tried this in the un(beta)patched original release it would
> > have worked. It is just missing the addition below (to apply: paste
> > into a workspace, select, and Workspace/File It In).
> >
> > Sorry for the inconvenience, the patch will be updated to include
> > this.
>
> The beta patch level 1 date, 14 Dec 2005, has been fixed to include
> this.
>
> Best regards,
>
> --
> Andy Bower
> Dolphin Support
> www.object-arts.com