D5 Pro bug

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

D5 Pro bug

Ted Bracht-2
Hi Blair, Andy,

I vaguely remember this being mentioned before, but thought I mention it
anyway.

If you select one of the numeric preferences in the User Preferences view
(like Debugger>>animatePause) and have the focus on the number presenter (as
opposed to the workspace), and then try to open a CHB, the following WB is
shown:

17:17:09, 07 May 2002: 'NumberPresenter does not understand #findDetails'
NumberPresenter(Object)>>doesNotUnderstand:
TextEdit>>findDetails
TextEdit>>queryCommand:
DelegatingCommandPolicy(CommandPolicy)>>queryCommand:ofTarget:
[] in DelegatingCommandPolicy(CommandPolicy)>>queryCommand:
OrderedCollection>>do:
DelegatingCommandPolicy(CommandPolicy)>>queryCommand:
DelegatingCommandPolicy(CommandPolicy)>>query:
ToolbarButton>>validateUserInterface:
[] in Toolbar>>validateUserInterface
Array(ArrayedCollection)>>do:
Toolbar>>validateUserInterface
ReferenceView>>validateUserInterface
[] in Toolbar(ControlBarAbstract)>>validateUserInterface
OrderedCollection>>do:
Toolbar(ControlBarAbstract)>>validateUserInterface
Toolbar>>validateUserInterface
[] in ShellView(ContainerView)>>validateUserInterface
OrderedCollection>>do:
ShellView(ContainerView)>>validateUserInterface
ShellView>>validateUserInterface
ShellView>>setInitialFocus
ClassBrowserShell(Shell)>>setInitialFocus
ShellView>>onViewActivated:
ClassBrowserShell(Shell)>>onViewActivated:
ShellView>>wmActivate: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:
TreeView(View)>>setFocus
TreeView(View)>>tabFocus
ShellView(ContainerView)>>tabFirst
ShellView>>setInitialFocus
ClassBrowserShell(Shell)>>setInitialFocus
ClassBrowserShell(Shell)>>view:
ClassBrowserShell(Shell)>>createView:
ClassBrowserShell class(Shell class)>>create:
ClassBrowserShell class(Presenter class)>>create
ClassBrowserShell class(Presenter class)>>show
ClassBrowserShell class(SmalltalkToolShell class)>>show
RefactoringSmalltalkSystem(SmalltalkSystem)>>browseClass:with:
RefactoringSmalltalkSystem(SmalltalkSystem)>>browseHierarchy:
PublishedAspectInspector(InspectorAbstract)>>browseHierarchy
Symbol>>forwardTo:
CommandDescription>>performAgainst:
[] in Command>>value
BlockClosure>>ifCurtailed:
BlockClosure>>ensure:


HTH,

Ted