[etoys-notify] [JIRA] Commented: (SQ-1064) DNU getBase: Watcher on base graphic drop on script tile assigning graphic

Karl Ramberg (JIRA) tracker at squeakland.org
Fri Mar 23 20:25:52 EDT 2012


    [ http://tracker.squeakland.org/browse/SQ-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40499#action_40499 ] 

Karl Ramberg commented on SQ-1064:
----------------------------------

Fixed by assing a toCamelCase here

Utilities>>getterSelectorFor: identifier
	"Answer the corresponding getter.  Two idiosyncratic vectorings herein... " 

	"Utilities getterSelectorFor: #elvis"

	| aSymbol |
	(aSymbol _ identifier asSymbol) == #isOverColor: ifTrue: [^ #seesColor:].
	aSymbol == #copy ifTrue: [^ #getNewClone].

	^ ('get', (identifier asString toCamelCase capitalized)) asSymbol

> DNU getBase: Watcher on base graphic drop on script tile assigning graphic 
> ---------------------------------------------------------------------------
>
>                 Key: SQ-1064
>                 URL: http://tracker.squeakland.org/browse/SQ-1064
>             Project: squeakland
>          Issue Type: Bug
>            Reporter: Karl Ramberg
>             Fix For: etoys 5.0
>
>         Attachments: Utilities class.kfr.1.cs
>
>
> Pull out a simple Watcher on base graphic.
> Try to drop it on a script setting the graphic or base graphic
> DNU getBase

-- 
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