Window|Minimize all walkback

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

Window|Minimize all walkback

Bill Schwab-2
Blair,

I accidentally invoked the minimize all command and got a walkback.  From
the looks of it, I think it's a workspace that's complaining.

Have a good one,

Bill

--------------------

ShellView(Object)>>doesNotUnderstand:
[] in RefactoringSmalltalkSystem(SmalltalkSystem)>>minimizeAll
OrderedCollection>>do:
RefactoringSmalltalkSystem(SmalltalkSystem)>>minimizeAll
MessageSend>>forwardTo:withArguments:
MessageSend(MessageSendAbstract)>>forwardTo:
CommandDescription>>performAgainst:
[] in Command>>value
BlockClosure>>ifCurtailed:
BlockClosure>>ensure:
Command>>value
ShellView>>performCommand:
SmalltalkWorkspaceDocument(Shell)>>performCommand:
CommandQuery>>perform
DelegatingCommandPolicy(CommandPolicy)>>route:
[] in ShellView(View)>>onCommand:
BlockClosure>>ifCurtailed:
BlockClosure>>ensure:
Cursor>>showWhile:
ShellView(View)>>onCommand:
ShellView(View)>>wmCommand:wParam:lParam:
ShellView(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


--
Wilhelm K. Schwab, Ph.D.
[hidden email]


Reply | Threaded
Open this post in threaded view
|

Re: Window|Minimize all walkback

Blair McGlashan
Bill

You wrote in message news:b4kuj5$2079ej$[hidden email]...
> Blair,
>
> I accidentally invoked the minimize all command and got a walkback.  From
> the looks of it, I think it's a workspace that's complaining.

ShellView>>minimize was omitted from PL2, but included in PL3 (patch #1147).

Regards

Blair


Reply | Threaded
Open this post in threaded view
|

Re: Window|Minimize all walkback

Bill Schwab-2
Blair,

> > I accidentally invoked the minimize all command and got a walkback.
From
> > the looks of it, I think it's a workspace that's complaining.
>
> ShellView>>minimize was omitted from PL2, but included in PL3 (patch
#1147).

Sorry - since I loaded the PL2 beta, I've been a little hesitant to apply
PL2, 3 to my current image, especially since I plan to start a new one soon
anyway.

Have a good one,

Bill

--
Wilhelm K. Schwab, Ph.D.
[hidden email]