I wanted to add a button to presentation mode to toggle full screen mode for my Scratch EXE Creator, but when I added it (using the "enter presentation mode" icon, or wanting to at least) and tried to enter presentation mode, it threw me this error:
(I think I got all the necessary details in there.)
Any idea what I'm doing wrong? Do I need to post more details to figure out the problem? Help would be helpful (duh
) and will get you a place in Scratch EXE Creator's credits.
Offline
I think it's to do with the variable in the scratch skin not being the name of your button. Try keeping the button exactly the sam,e but only changing to tooltip!
Offline
Um, the icon's name is the same as the one that's used in the view buttons in ScratchFrameMorph, and I made another method to use (that doesn't work yet). Speaking of that method, is there a way to detect whether or not the program is in full screen mode?
Offline
yes, that there is!
Go to http://scratch.mit.edu/forums/viewtopic … 08&p=9
it's about quarter down
johnnydean1 in presentation mode? b #0494DC ^ (self ownerThatIsA: OffscreenWorldMorph) notNil
Last edited by ssss (2011-01-21 21:59:23)
Offline
ssss wrote:
yes, that there is!
Go to http://scratch.mit.edu/forums/viewtopic … 08&p=9
it's about quarter downCode:
johnnydean1 in presentation mode? b #0494DC ^ (self ownerThatIsA: OffscreenWorldMorph) notNil
Um, that's not exactly what I want... I want to find if Scratch is in full screen mode, not presentation mode, as the project will be in presentation mode all the time, but the presentation mode will be windowed by default.
Offline
Bump? D:
Offline
I Wish I Could Help But I Know Nothing About Squek
Offline
Bumpz. Help meh!!! I really want to release a new version of Scratch EXE Creator!
Offline
meowmeow55 wrote:
I wanted to add a button to presentation mode to toggle full screen mode for my Scratch EXE Creator, but when I added it (using the "enter presentation mode" icon, or wanting to at least) and tried to enter presentation mode, it threw me this error:
http://i53.tinypic.com/2m82liu.png
(I think I got all the necessary details in there.)
Any idea what I'm doing wrong? Do I need to post more details to figure out the problem? Help would be helpful (duh) and will get you a place in Scratch EXE Creator's credits.
Is the error:
key not found?
That happens a lot when reloading the scratch skin, you have to just keep trying. (I cannot view tinypic)
Offline
Pecola1 wrote:
meowmeow55 wrote:
I wanted to add a button to presentation mode to toggle full screen mode for my Scratch EXE Creator, but when I added it (using the "enter presentation mode" icon, or wanting to at least) and tried to enter presentation mode, it threw me this error:
http://i53.tinypic.com/2m82liu.png
(I think I got all the necessary details in there.)
Any idea what I'm doing wrong? Do I need to post more details to figure out the problem? Help would be helpful (duh) and will get you a place in Scratch EXE Creator's credits.
Is the error:
key not found?
That happens a lot when reloading the scratch skin, you have to just keep trying. (I cannot view tinypic)
Yes, it is "key not found", but I wasn't reloading the skin, and I'm not using the source.
Offline
Bumpz.................................
Offline
You need toggleFullScreenButtonBlack and toggleFullScreenButtonBlackPressed images in the ScratchSkin folder. Here: (I'm not sure jpegs will work but they were converted when I uploaded them)

EDIT: Oh, I put the arrows facing the wrong way.

Last edited by nXIII (2011-02-26 15:10:10)
Offline
Bump! I tried putting in the ScratchSkin folder and reloading the skin, but no luck. And nXIII, I want a toggle button.
Offline
Bump! I want to put this in before I add support for mods, because if I do that, then find out how to do this, I'll have to release new versions for those mods again!
Offline