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 - dajack05

Pages: [1]
1
Support / Re: Start jpct-ae fresh when activity starts.
« on: December 21, 2011, 08:28:49 pm »
I GOT IT! lol
I just needed to set master to null and flush the textures and now it works perfectly.

Thanks for your help guys :)

2
Support / Re: Start jpct-ae fresh when activity starts.
« on: December 21, 2011, 07:53:02 pm »
I am loading everything in "if (master == null)" under "public void onSurfaceChanged(GL10 gl, int w, int h)"

So I should put all my code for loading in another function and then call that at onCreate()?

3
Support / Start jpct-ae fresh when activity starts.
« on: December 20, 2011, 04:06:52 am »
Here is my issue... I am launching an activity which holds all the jpct-ae stuff. But I want to be able to quit that activity and then start it again later but it needs to start fresh (Like from onCreate).

I have tried calling finish() at onPause() and I have noHistory set as True but it always wants to resume from where it was before.

Any advice?

Thx in advanced,
Daniel

Pages: [1]