Page 1 of 1

GledPlay b265 Single State Working?

PostPosted: Jan 3, 2007 @ 2:23pm
by summer_goth

PostPosted: Jan 3, 2007 @ 6:47pm
by Sergio
Hi summer_goth,

Yes, I'm afraid to say there has been a small API change. Now, the onInit method receives 3 parameters.



We've added the main panel, so you are able to build your panel hierarchy there.
Probably, what is happening, is that the Application class is calling an empty onInit method (with 3 parameters) instead of your onInit method (with 2 parameters).

Please let me know if this solved the problem.

Best regards,
Sergio.

PostPosted: Jan 3, 2007 @ 9:37pm
by summer_goth
Ah yes, thank you very much Sergio, it is now working perfectly.

Keep up the good work and have a great time.

:D
It's great that you are so quick to reply.

Thanks.

Single state application demo

PostPosted: Feb 21, 2007 @ 1:55pm
by dajan
Hi, maybe u should correct that onInit definition also in your download. Thanx for your work by the way.