Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken card stack in Squeak 6.0 64 bit #106

Open
jpenneygit opened this issue Dec 31, 2023 · 0 comments
Open

Broken card stack in Squeak 6.0 64 bit #106

jpenneygit opened this issue Dec 31, 2023 · 0 comments

Comments

@jpenneygit
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant