You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's entirely possible I do not have necessary upgrades, I am not sure how much detail you need.
Here's the reproduction steps:
Squeak 6.0 (64 bit)
create new morphic project
open Widgets tab
drag out Object Catalog
Select Presentation button
Drag out Stack onto working area
Click Basic button in Object Catalog
Drag ScrollingText object into stack
click "+" button on stack
-- Error appears, "MessageNotUnderstood: Player120>>commitCardPlayerDataFrom:
Here's the stack trace:
Player120(Object)>>doesNotUnderstand: #commitCardPlayerDataFrom:
Player120(Player)>>doesNotUnderstand: #commitCardPlayerDataFrom:
Player120(Player)>>uninstallFrom:
PasteUpMorph(Morph)>>installAsCurrent:
StackMorph>>goToCard:
StackMorph>>insertCardOfBackground:
StackMorph>>insertCard
SimpleButtonMorph>>doButtonAction
SimpleButtonMorph>>mouseUp:
SimpleButtonMorph(Morph)>>handleMouseUp:
MouseButtonEvent>>sentTo:
SimpleButtonMorph(Morph)>>handleEvent:
SimpleButtonMorph(Morph)>>handleFocusEvent:
MorphicEventDispatcher>>doHandlingForFocusEvent:with:
MorphicEventDispatcher>>dispatchFocusEvent:with:
SimpleButtonMorph(Morph)>>processFocusEvent:using:
SimpleButtonMorph(Morph)>>processFocusEvent:
[] in [] in [] in HandMorph>>sendFocusEvent:to:clear:
[] in ActiveEventVariable class(DynamicVariable class)>>value:during:
FullBlockClosure(BlockClosure)>>ensure:
The text was updated successfully, but these errors were encountered:
It's entirely possible I do not have necessary upgrades, I am not sure how much detail you need.
Here's the reproduction steps:
Squeak 6.0 (64 bit)
create new morphic project
open Widgets tab
drag out Object Catalog
Select Presentation button
Drag out Stack onto working area
Click Basic button in Object Catalog
Drag ScrollingText object into stack
click "+" button on stack
-- Error appears, "MessageNotUnderstood: Player120>>commitCardPlayerDataFrom:
Here's the stack trace:
Player120(Object)>>doesNotUnderstand: #commitCardPlayerDataFrom:
Player120(Player)>>doesNotUnderstand: #commitCardPlayerDataFrom:
Player120(Player)>>uninstallFrom:
PasteUpMorph(Morph)>>installAsCurrent:
StackMorph>>goToCard:
StackMorph>>insertCardOfBackground:
StackMorph>>insertCard
SimpleButtonMorph>>doButtonAction
SimpleButtonMorph>>mouseUp:
SimpleButtonMorph(Morph)>>handleMouseUp:
MouseButtonEvent>>sentTo:
SimpleButtonMorph(Morph)>>handleEvent:
SimpleButtonMorph(Morph)>>handleFocusEvent:
MorphicEventDispatcher>>doHandlingForFocusEvent:with:
MorphicEventDispatcher>>dispatchFocusEvent:with:
SimpleButtonMorph(Morph)>>processFocusEvent:using:
SimpleButtonMorph(Morph)>>processFocusEvent:
[] in [] in [] in HandMorph>>sendFocusEvent:to:clear:
[] in ActiveEventVariable class(DynamicVariable class)>>value:during:
FullBlockClosure(BlockClosure)>>ensure:
The text was updated successfully, but these errors were encountered: