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

2012/11/17

New Greenfoot4Android discussion

2
3
4
5
6
7
8
groengeel groengeel

2012/11/18

#
erdelf wrote...
is there a way to get the errors without uploading to the device?
YES, AIDE has error logging in the menu.
erdelf erdelf

2012/11/18

#
I use eclipse. Upupzealot, how it is going with the bar class.
groengeel groengeel

2012/11/18

#
Then use debugging from eclipse on a virtual Android machine.
erdelf erdelf

2012/11/18

#
mine is crashing every time
groengeel groengeel

2012/11/18

#
Uploaded new version.
erdelf erdelf

2012/11/18

#
the same link? i think the deathscreen is new. beside that i didnt saw anything new
groengeel groengeel

2012/11/19

#
only technical changes... (i think, not sure ;))
Upupzealot Upupzealot

2012/11/19

#
The problem of Bar class is in the backgroundColor, if you make it new Color(0, 0, 0, 0) the color becomes totally transparent. Once I changed it to color.Black it appears.
Upupzealot Upupzealot

2012/11/19

#
I can't do the warning of out of memory groengeel. How can I know if somebodyelse's Scenario would use too many memory. Believe me that I have considering the memory problem for a long time, and that's why there is a class called ClassImageManager to let all objects of the same class sharing on same picture.I think the only thing I can do is suggest users of Greenfoot4Android to have a look at this method I have made.
groengeel groengeel

2012/11/19

#
Upupzealot wrote...
I can't do the warning of out of memory groengeel. How can I know if somebodyelse's Scenario would use too many memory. Believe me that I have considering the memory problem for a long time, and that's why there is a class called ClassImageManager to let all objects of the same class sharing on same picture.I think the only thing I can do is suggest users of Greenfoot4Android to have a look at this method I have made.
Of course. You are right. My bet. Played my game too many times now. Seems to work fine. Will upload non-debug version tonight, and will put the code online.
Upupzealot Upupzealot

2012/11/19

#
Good, then share the link here.
erdelf erdelf

2012/11/19

#
I will upload my game with source later today or tomorrow.
-nic- -nic-

2012/11/19

#
hi just got to ask sorry if its all ready been said but can you import lists?
Upupzealot Upupzealot

2012/11/19

#
Yes, java.util.List or java.util.ArrayList is still available. Generally, java.util.* is ok to import I think.
erdelf erdelf

2012/11/19

#
is there another way for the bar? You have to admit, it looks a bit dumb
There are more replies on the next page.
2
3
4
5
6
7
8