[etoys-notify] [JIRA] Created: (SQ-1124) SaveGIF button on Class ButtonBar and FSM ButtonBar is broken.

Edward Mokurai Cherlin (JIRA) tracker at squeakland.org
Sat Oct 13 18:02:04 EDT 2012


SaveGIF button on Class ButtonBar and FSM ButtonBar is broken.
--------------------------------------------------------------

                 Key: SQ-1124
                 URL: http://tracker.squeakland.org/browse/SQ-1124
             Project: squeakland
          Issue Type: Bug
          Components: etoys
            Reporter: Edward Mokurai Cherlin
             Fix For: etoys 5.0.1


With the eToyFriendly Preference turned off, Class ButtonBar and FSM ButtonBar appear in the Object Catalog to provide components for UML diagrams. Each offers a SaveGIF button, which fails with the error message MessageNotUnderstood: PasteUpMorph>>saveNCDrawingAsGIF

The source of this bug is in the NCButtonBar class, which calls this unimplemented method.

saveAsGIFButton
	"Answer a button that can save the current drawing as a GIF"
	"NCButtonBar saveAsGIFButton openInHand"
	^(self actionButtonWithLabel: 'Save GIF')
		target: World;
		actionSelector: #saveNCDrawingAsGIF;
		yourself.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.squeakland.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the etoys-notify mailing list