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

2012/1/5

Greenfoot Mobile App?

9
10
11
12
13
groengeel groengeel

2012/11/17

#
Upupzealot wrote...
@groeneel I won't open your source if you didn't want. For your problem: The reason that AntiAirGun is missing is still unknown.(I would check again) For the Numbers, that's because the constructor GreenfootImage(String, int, Color, Color) in Greenfoot4Android didn't work. (I didn't solve this problem yet) You may creat an empty GreenfootImage and write the words yourself in act() (remember to clear first everytime you rewrite them) Another suggestion is: the constructor of World in Greenfoot4Android World(int, int, int) actually equals World(int, int, int, false) in Greenfoot. So Actors may get out of the World, so you have to check the bound your self.
Well. The bound is the last thing I want fixed. The touchdown error is the ugliest of them all I think.
erdelf erdelf

2012/11/17

#
I dont even get a warning in eclipse but on my device its still quitting the task on executing
-nic- -nic-

2012/11/17

#
@erdelf whats in the error console at the bottom?
erdelf erdelf

2012/11/17

#
everything works fine until I execute the installed app on my device.
groengeel groengeel

2012/11/17

#
Did you implement drawString()?
-nic- -nic-

2012/11/17

#
does it work on a emulator
erdelf erdelf

2012/11/17

#
the emulator crashes too
-nic- -nic-

2012/11/17

#
at the bottom of the eclipse window there is a box that says console what does it say there when it crashes?
erdelf erdelf

2012/11/17

#
nothing. With crash I mean that windows give me directly after starting process the window with emulator-arm.exe isnt working anymore.
-nic- -nic-

2012/11/17

#
im not sure then
groengeel groengeel

2012/11/17

#
Upupzealot: STOP LOOKING! The problem with the antiairgun had some strange connection with the (health, alt & speed) meters. If fixed them and the AntiAirGun showed up. Strange but true.
Upupzealot Upupzealot

2012/11/17

#
@groengeel Your problem is solved, check your email!
Upupzealot Upupzealot

2012/11/17

#
It's something wrong in the class GreenfootImage, I already fixed them.
Upupzealot Upupzealot

2012/11/17

#
@erdelf If you still can't solve it, send your whole project by email. But it's already 2 am here and I'm sleepy to die. So I have to help you tomorrow, that means about 10 hours later.
Upupzealot Upupzealot

2012/11/17

#
Goodnight everybody here :-)
There are more replies on the next page.
9
10
11
12
13