any1 else experience this with java from mmf?
Ok, i had a simple app that had 1 active with 4 directions, each having a different pic!
and every 2 seconds it changed direction.... creating a simple slide show! saved as a internet java app, uploaded and presto, worked great!
So, i decided to change it a bit, i made the app bigger and had a backdrop background, i added 4 more actives, kept the slide show, and 4 more actions, when mouses clicks in a zone (over each active) it changes the slide show active to the relevent pic! I added a button also.
And now, ive had problems with it loading, being slow and now and constant, it will load, but i have to like open a window in front of the browser containing the java app to make it like refresh, the slide isnt sliding if i just leave it, but if i open a window in front and minimise it again, the slide show picture will have changed?
Anyone can try it and let me know what they think?
The app!
CheeRS
Andy
Re: any1 else experience this with java from mmf?
A question: Did your "simple" version have only one or two "layers", and the newer version use multiple "layers"?
Re: any1 else experience this with java from mmf?
Hi, didnt chack that, but both have 1 layer.
Single layer, 1 background, 5 actives, 1 button
Thats it, before it was just 1 active.
Cheers
Andy
Re: any1 else experience this with java from mmf?
This is because you use a button in a applet. There are issues in applets when you mix controls and normal graphic objects. I have not found a way to fixe them yet.
If you want your application to work, you should make the button with an active object.
Re: any1 else experience this with java from mmf?
I've also noticed this, interface objects with graphic objects didn't work together in Java Internet Applet, but they worked in Stand Alone Java Application.
Re: any1 else experience this with java from mmf?
Also, Edit box object doesn't work with Java. If there aren't any other objects in the frame, it works, but there are also actives and backdrops. The box does not appear at all! :(
My application uses only File, Active picture and Edit box object, so it should work with Java.
Re: any1 else experience this with java from mmf?
Quote:
Originally Posted by Czentnar
Also, Edit box object doesn't work with Java. If there aren't any other objects in the frame, it works, but there are also actives and backdrops. The box does not appear at all! :(
My application uses only File, Active picture and Edit box object, so it should work with Java.
This was answered above. You can't mix graphic objects and windows controls such as your active picture and edit box.
Re: any1 else experience this with java from mmf?
Yes, sorry, you're right. But I've found another bug with Edit box.
http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=105891#Post1058 91