Okay, so I went back to fiddling with Ribbit(my mod). I decided to change the logo. So I pressed Shift+alt and clicked the 'paint' button. Then the paint thing popped up, so I pressed import to get a pic. But it came up with this error:
UndefinedObject(Object)>>error: UndefinedObject(Object)>>doesNotUnderstand: ScratchFileChooserDialog>>labelForHomeFolder ScratchFileChooserDialog>>addShortcutButtons ScratchFileChooserDialog>>type: ScratchFileChooserDialog class>>chooseImageFileType:title: PaintCanvas>>import [] in ResizableToggleButton2(SimpleButtonMorph)>>doButtonAction CursorWithMask(Cursor)>>showWhile: ResizableToggleButton2(SimpleButtonMorph)>>doButtonAction
Help?
BTW, i'm using the Scratch Source!
Last edited by Elvis Presley (Today 14:46:39)
Offline
bump!
Last edited by Michael Jackson (Today 14:46:39)
Offline
ProgrammingFreak wrote:
bump!
Last edited by Michael Jackson (Today 14:46:39)
LOL
And i have no idea, maybe dont import a picture?
Last edited by LeBron James (Today 0:01:23)
Offline
that's got nothing to do with the picture importing.
dont make excuses, youve messed about with the file chooser dialog. i know you did
Offline
LS97 wrote:
that's got nothing to do with the picture importing.
dont make excuses, youve messed about with the file chooser dialog. i know you did![]()
I don't think he did, when I tried to open a project with my mod I got the same error. I thinks it's because squeak hasn't loaded your home directory.
Offline
TheSuccessor wrote:
LS97 wrote:
that's got nothing to do with the picture importing.
dont make excuses, youve messed about with the file chooser dialog. i know you did![]()
I don't think he did, when I tried to open a project with my mod I got the same error. I thinks it's because squeak hasn't loaded your home directory.
me too!
Offline
MathWizz wrote:
MathWizz wrote:
Fix it by copying the DLLs in Scratch's folder and putting them the Ribbit's folder.
![]()
THank you
Offline
LS97 wrote:
that's got nothing to do with the picture importing.
dont make excuses, youve messed about with the file chooser dialog. i know you did![]()
Uhhhh the error he had had EVERYTHING to do with it! Look at the error. He would have to have edited it. But other people had it happen too!
Offline
LS97 wrote:
that's got nothing to do with the picture importing.
dont make excuses, youve messed about with the file chooser dialog. i know you did![]()
If you were talking bout' me, then you caught me.
Yeah, the home folder isn't defined.
Offline
Oh also, that's not how you permanently change the logo for your mod. If you just changed that object, then when you go to file//new project it will change it back to the original picture. Nice try!
If you want it to be permanent, you will have to:
1. Make your image with an external image editor and save it as a scratchlogo.gif AND ANOTHER COPY as scratchlogo_XO.gif
2. Put them in the directory called "ScratchSkin" inside your mod's folder and replace the originals
3. Open your mod
4. Evaluate this somewhere:
ScratchFrameMorph readSkinFrom: (FileDirectory default directoryNamed: 'ScratchSkin')
5. Save your image before closing it
You're done! Have fun with your shiny new logo!
Last edited by Jwosty (2011-01-27 18:59:25)
Google it.
Offline