Walkback trying to create a view on Object subclass

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

Walkback trying to create a view on Object subclass

Tim M
I did this without thinking, created a class (subclassing object),
flipped to the Views pane, and right clicked and picked New.

I got a walkback - below (I think the New should be disabled, if not a
Prsenter subclass?)


8:01 am, 09 December 2005: 'TestView class does not understand
#editNewDefaultView'
TestView class(Object)>>doesNotUnderstand:
RefactoringSmalltalkSystem(SmalltalkSystem)>>openViewComposerOnNewViewFor:
PackagedClassSelector(ClassSelector)>>newView
Symbol>>forwardTo:
CommandDescription>>performAgainst:
[] in Command>>value
BlockClosure>>ifCurtailed:
BlockClosure>>ensure:
Command>>value
ShellView>>performCommand:
IdeaSpaceShell(Shell)>>performCommand:
CommandQuery>>perform
DelegatingCommandPolicy(CommandPolicy)>>route:
[] in ListView(View)>>onCommand:
BlockClosure>>ifCurtailed:
BlockClosure>>ensure:
Cursor>>showWhile:
ListView(View)>>onCommand:
ListView(View)>>wmCommand:wParam:lParam:
ListView(View)>>dispatchMessage:wParam:lParam:
[] in InputState>>wndProc:message:wParam:lParam:cookie:
BlockClosure>>ifCurtailed:
ProcessorScheduler>>callback:evaluate:
InputState>>wndProc:message:wParam:lParam:cookie:
InputState>>pumpMessage:
InputState>>loopWhile:
InputState>>mainLoop
[] in InputState>>forkMain
ExceptionHandler(ExceptionHandlerAbstract)>>markAndTry
[] in ExceptionHandler(ExceptionHandlerAbstract)>>try:
BlockClosure>>ifCurtailed:
BlockClosure>>ensure:
ExceptionHandler(ExceptionHandlerAbstract)>>try:
BlockClosure>>on:do:
[] in BlockClosure>>newProcess


Reply | Threaded
Open this post in threaded view
|

Re: Walkback trying to create a view on Object subclass

Stefan Schmiedl
On Fri, 09 Dec 2005 00:03:36 -0800, TimM wrote:

> I got a walkback - below (I think the New should be disabled, if not a
> Prsenter subclass?)

I'd vote for Clippy knocking on the screen yelling at me: "Hi! It looks
like you want to create a Presenter. To help you with this task, I have
made TestView a subclass of Presenter already."

OTOH, I've not had my morning cup of coffee yet ...

s.