Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jms

Pages: [1]
1
Support / Re: clear data
« on: December 10, 2010, 11:56:59 am »
Hi,

When you choose the wallpaper to see it, takes a few seconds to display, if before the end I give the button Set wallpaper for my screen, then crash the application.

For the logs I'm seeing, it looks as if it began to remove items before calling internally and to clean onDestoy world. I do not know if there is a way to stop all creation environment before it is finished. I do not know exactly how to explain.

Thanks.

2
Support / clear data
« on: December 10, 2010, 09:29:25 am »
Hi,
I have a similar problem to post the 12th October "Not Able to clear the data, but can not get me work.

I'm using the libraries in a live wallpaper. If I give a set wallpaper, before it has finished generating the scene and show the preview, then either make an application crash or shows me with malformed elements. For example, a textured Primitives.getPlane, I get only a blank background.

I put the trick mentioned in this post, before this code called by OnDestroy, but does not work:

if(world!=null){
            world.removeAll();
            world.dispose();
            world = null;
}

could someone help me? thanks!

Pages: [1]