can't edit any methods

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

can't edit any methods

Elliot Finley
I'm working on a project that I started in the Seaside-3.0-One-Click image (Mac OSX).

When Seaside 3.0.2 was released, I moved my project to a new 3.0.2 one-click image.  No problems.

When Seaside 3.0.3 was released, I moved my project to a new 3.0.3 one-click image.  Now I can't edit anything.  When I try, I get:

NonBooleanReceiver: proceed for truth. (how do I copy-n-paste the stack dump?)

moving my project = saving to FTP site via monticello and loading it into the new one-click image and loading the auto-test package.

Any ideas?

Thanks in advance,
Elliot

Reply | Threaded
Open this post in threaded view
|

Re: [Seaside] can't edit any methods

Mariano Martinez Peck
When update to latest seaside in Pharo it may happen that  a new version of OB is loaded...can you close the windows and try opening a new one ?

On Mon, Dec 27, 2010 at 12:45 AM, Elliot Finley <[hidden email]> wrote:
I'm working on a project that I started in the Seaside-3.0-One-Click image (Mac OSX).

When Seaside 3.0.2 was released, I moved my project to a new 3.0.2 one-click image.  No problems.

When Seaside 3.0.3 was released, I moved my project to a new 3.0.3 one-click image.  Now I can't edit anything.  When I try, I get:

NonBooleanReceiver: proceed for truth. (how do I copy-n-paste the stack dump?)

moving my project = saving to FTP site via monticello and loading it into the new one-click image and loading the auto-test package.

Any ideas?

Thanks in advance,
Elliot


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


Reply | Threaded
Open this post in threaded view
|

Re: can't edit any methods

Schwab,Wilhelm K
In reply to this post by Elliot Finley
Elliot,

This sounds similar to something that was happening in OB(??) a while back.  IIRC, looking for implementors of offending method made it reasonably clear whether it was expected to answer true or false and then I simply added that to the obvious receiver and it worked.

Look for the debug log in your image directory.

Bill


________________________________________
From: [hidden email] [[hidden email]] On Behalf Of Elliot Finley [[hidden email]]
Sent: Sunday, December 26, 2010 6:45 PM
To: pharo-project; Seaside - general discussion
Subject: [Pharo-project] can't edit any methods

I'm working on a project that I started in the Seaside-3.0-One-Click image (Mac OSX).

When Seaside 3.0.2 was released, I moved my project to a new 3.0.2 one-click image.  No problems.

When Seaside 3.0.3 was released, I moved my project to a new 3.0.3 one-click image.  Now I can't edit anything.  When I try, I get:

NonBooleanReceiver: proceed for truth. (how do I copy-n-paste the stack dump?)

moving my project = saving to FTP site via monticello and loading it into the new one-click image and loading the auto-test package.

Any ideas?

Thanks in advance,
Elliot