Hi Alexey, I'm having a problem with my project that isn't working as expected.
The scene, audio, and subtitle thumbnails only appear with the main menu and pop-up menu, but when I return to the resume menu, the thumbnails don't appear. I'm using GPR for the thumbnails. I use one GPR for scenes, and another GPR for audio and subtitles. It works fine, but it doesn't work correctly when I return to the resume menu.
I'm using the project in "Two Titles."
Below, I'll leave a preview of the problem.
https://www.transfernow.net/dl/2025082263qroQv5
Thumbnails do not appear
-
Alexey Kolesnikov
- Posts: 711
- Joined: Fri Mar 01, 2013 1:03 pm
Re: Thumbnails do not appear
Hi,
I can't say anything just looking at the video. I need the project with all images/fonts.
I can't say anything just looking at the video. I need the project with all images/fonts.
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov
-
rickemail2
- Posts: 79
- Joined: Fri Jun 25, 2021 9:45 pm
Re: Thumbnails do not appear
Hello Alexey, I am sending you the project.Alexey Kolesnikov wrote: Fri Aug 22, 2025 6:41 pm Hi,
I can't say anything just looking at the video. I need the project with all images/fonts.
https://www.transfernow.net/dl/20250823Fger3Wg1
-
Alexey Kolesnikov
- Posts: 711
- Joined: Fri Mar 01, 2013 1:03 pm
Re: Thumbnails do not appear
Well... I'm sorry, but I can't help.
The code in the Action Every Second of the movie is terrible. If you want to use script (Java code) instead of actions - you should learn programming.
The code in the Action Every Second of the official WB project made in KITe Java takes only 19 lines.
The basic idea:
- set the flag in the main menu;
- play Movie;
- check this flag in Action Every Second of the movie: if set - change it and activate the appropriate popup menu.
The code in the Action Every Second of the movie is terrible. If you want to use script (Java code) instead of actions - you should learn programming.
The code in the Action Every Second of the official WB project made in KITe Java takes only 19 lines.
The basic idea:
- set the flag in the main menu;
- play Movie;
- check this flag in Action Every Second of the movie: if set - change it and activate the appropriate popup menu.
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov