[Bug] Mutate GroupBox.Static to GroupBox gives a walkback error

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

[Bug] Mutate GroupBox.Static to GroupBox gives a walkback error

Tim M
I have created a dialog box with a GroupBox.static and notice that it doesn't
draw properly (the text has a line through it). I right click and pick Mutate
View and choose GroupBox (hoping to mutate it to a GroupBox.Default without
having to redo all its contained items (in my case two radio buttons - Male
/Female).

I get a walkback:

8:35:22 pm, 03 July 2006: 'GroupBox does not understand #name:as:'
GroupBox(Object)>>doesNotUnderstand:
GroupBox(View)>>name:
[] in View Composer>>mutate:to:
[] in Collection>>inject:into:
OrderedCollection>>do:
OrderedCollection(Collection)>>inject:into:
ViewComposer>>mutate:to:
ViewComposer>>mutateTo:
ViewComposer>>mutate
Symbol>>forwardTo:
CommandDescription>>performAgainst:
[] in Command>>value
BlockClosure>>ifCurtailed:
BlockClosure>>ensure:
Command>>value
ShellView>>performCommand:
IdeaSpaceShell(Shell)>>performCommand:
CommandQuery>>perform
DelegatingCommandPolicy(CommandPolicy)>>route:
[] in ViewComposerArena(View)>>onCommand:
BlockClosure>>ifCurtailed:
BlockClosure>>ensure:
Cursor>>showWhile:
ViewComposerArena(View)>>onCommand:
ViewComposerArena(View)>>wmCommand:wParam:lParam:
ViewComposerArena(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: [Bug] Mutate GroupBox.Static to GroupBox gives a walkback error

Andy Bower-3
Tim,

> I have created a dialog box with a GroupBox.static and notice that it
> doesn't draw properly (the text has a line through it). I right click
> and pick Mutate View and choose GroupBox (hoping to mutate it to a
> GroupBox.Default without having to redo all its contained items (in
> my case two radio buttons - Male /Female).

I can't reproduce this error at my end. Do you have any exact sequence
of events to reproduce it starting with an empty view composer?

Also, remember that the group box is simply an implementation of the
equivalent Windows static control. This doesn't have any true contents
so the radio buttons you have placed within it aren't actually children
of the group box that of the parent view.

Best Regards,

--
Andy Bower
Dolphin Support
www.object-arts.com