[Pharo-project] Cannot change ivars with inspector
If you open an inspector on a morph and try to edit the bounds, you get will the following error: OTNamedVariableNode(Object)>>doesNotUnderstand: #selectedClass Is this correct behaviour? [In Squeak by Example, we had an example where we did this.] - on
On Thu, Jul 2, 2009 at 9:08 PM, Oscar Nierstrasz<oscar@iam.unibe.ch> wrote:
If you open an inspector on a morph and try to edit the bounds, you get will the following error:
OTNamedVariableNode(Object)>>doesNotUnderstand: #selectedClass
Is this correct behaviour?
http://code.google.com/p/pharo/issues/detail?id=918 Thank you for the report -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
On Thu, Jul 2, 2009 at 10:20 PM, Damien Cassou<damien.cassou@gmail.com> wrote:
If you open an inspector on a morph and try to edit the bounds, you get will the following error:
OTNamedVariableNode(Object)>>doesNotUnderstand: #selectedClass
Is this correct behaviour?
Fixed -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
participants (2)
-
Damien Cassou -
Oscar Nierstrasz