« Return to Thread: error: MessageNotUnderstood: StRootComponent>>menuComponent:

Re: error: MessageNotUnderstood: StRootComponent>>menuComponent:

by Lukas Renggli :: Rate this Message:

Reply to Author | View in Thread

> This looks to me like the instance variable menuComponent is not defined,
> but I see it when I select the StRootComponent in the object browser.

It looks like accessor methods are missing. If you click on
StRootComponent -> refactor class -> accessor you can automatically
create the required accessor methods, and then your application works
too ...

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

 « Return to Thread: error: MessageNotUnderstood: StRootComponent>>menuComponent: