Can someone make me a project name reporter!
Offline
^ ScratchFrameMorph projectName
darn 60s
Offline
Thanks also for the save thing!
Offline
Anyway to stop it getting error if projects not been saved.
Offline
projectName ifNil: [^ ''].
^ projectName
Offline
let me try then
Offline
Ill try you code then ill tell you what it does.
Offline
Mine still reports error!
Offline
got it.
in scratch frame morph, make a new method called
projectTitle
^ projectTitleMorph contents
and for the block code it's
your title here
^ ScratchFrameMorph new projectTitle
Offline
should work i tried it on byob
Offline
Nope, not working, but I STILL CANT SAVE which may be a problem
Offline
my code works. you have a different problem. there you go
Offline
i don't know what the problem actually is. to avoid loosing your work, just type
Smalltalk snapshot: true andQuit: true.
in a workspace, select it and click 'do it'.
but that doesn't solve the problem. try asking someone else for more info
Offline