This site requires JavaScript, please enable it in your browser!
Greenfoot back
darkmist255
darkmist255 wrote ...

2011/12/29

Greenfoot - Disable open last project on startup

1
2
3
programmer22 programmer22

2011/12/30

#
hey dan maybe u can help me with my problem in your spare time or when your done helping mist here but im trying to make my scoreboard appear at the end of the game and have the right score on it.
darkmist255 darkmist255

2011/12/30

#
oh haha :D, yeah it's just a blank project.
danpost danpost

2011/12/30

#
Does that mean you got the problem with starting up to a blank project fixed?
darkmist255 darkmist255

2011/12/30

#
No, the startupProject file is blank, but the problem persists.
danpost danpost

2011/12/30

#
OK! Mine looks like this:
#Greenfoot project file
package.numDependencies=0
package.numTargets=0
project.charset=windows-1252
version=2.2.1
I do not know if you have the same version and/or are using the same project.charset (mine is for windows 7)
MeCanta MeCanta

2011/12/30

#
Look. Maybe you can find it in the path "C:\Program Files (x86)\Greenfoot\lib\greenfoot\startupProject"
darkmist255 darkmist255

2011/12/30

#
Mine is the exact same as yours danpost @MeCanta I've already found the file.
danpost danpost

2011/12/30

#
Sounds like this may be something the Greenfoot team should address. :+?
darkmist255 darkmist255

2011/12/31

#
possibly :o.
kiarocks kiarocks

2011/12/31

#
Everyones is blank, it is the file that you get when you start greenfoot and choose a blank.
kiarocks kiarocks

2011/12/31

#
Got it: go to the greenfoot.app or .exe or whatever, find bluej.defs(on a mac under the resources folder,under java), open it and change
bluej.autoOpenLastProject=true
to
bluej.autoOpenLastProject=false
kiarocks kiarocks

2011/12/31

#
Tried it and it worked.
danpost danpost

2011/12/31

#
@darkmist255 -- let us know what your bluej.defs line for 'bluej.autoOpenLastProject' was set to; and what changes occured if and when you changed its value. Curious to know :+?
kiarocks kiarocks

2011/12/31

#
did it work for you danpost?
danpost danpost

2011/12/31

#
@kiarocks -- I did not test it out, being you had. I just wanted to be sure darkmist255's problem was resolved.
There are more replies on the next page.
1
2
3