Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

EasyBD, Blu-Disc Studio, BD Wizard, IG Editor, Quick BD Menu
Alexey Kolesnikov
Posts: 711
Joined: Fri Mar 01, 2013 1:03 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by Alexey Kolesnikov »

For me it updates fine. Could you send a small example that shows the problem?
Best regards,
Alexey Kolesnikov
rickemail2
Posts: 79
Joined: Fri Jun 25, 2021 9:45 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by rickemail2 »

Alexey Kolesnikov wrote: Mon Jan 12, 2026 9:36 pm For me it updates fine. Could you send a small example that shows the problem?
As soon as I return to the audio menu, I'll send you feedback.

Alexey, is it possible to use a separate Current statement for the "ch index" button in the scene menu?

Because the On update current generator interprets it as an Audio if statement, and I don't know what the correct condition would be for "On update current" to recognize and execute correctly.

Here's my screenshot.

https://prnt.sc/AbZpvKcHNrSN
Alexey Kolesnikov
Posts: 711
Joined: Fri Mar 01, 2013 1:03 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by Alexey Kolesnikov »

Wizard knows only about Audio, Subtitles, and Chapters. If you need to highlight such button you can use, f.e. GPR and condition on GPR.
But, honestly, I don't think you need a Current here. It should work without it. You don't have any other buttons like this on this page.
Best regards,
Alexey Kolesnikov
rickemail2
Posts: 79
Joined: Fri Jun 25, 2021 9:45 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by rickemail2 »

Alexey Kolesnikov wrote: Tue Jan 13, 2026 12:05 pm Wizard knows only about Audio, Subtitles, and Chapters. If you need to highlight such button you can use, f.e. GPR and condition on GPR.
But, honestly, I don't think you need a Current here. It should work without it. You don't have any other buttons like this on this page.
That's right, Alexey, I preferred not to mess with it anymore.

It was just a test to see if it worked, so changing the subject.

I was looking at the Java structure of the official Universal Blu-rays and saw that the activation of menu buttons is done by changing the Skin, where there's a line called ActivateSkin. That's why when the button is activated, it has that blinking effect, but in reality it's a change of the Skin of the object that makes up the Blu-ray disc. The question is, I believe this isn't possible on the BDS, right?

Thank you first of all for your feedback and for helping me with my questions.
Alexey Kolesnikov
Posts: 711
Joined: Fri Mar 01, 2013 1:03 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by Alexey Kolesnikov »

This is just their internal name or engine.
Best regards,
Alexey Kolesnikov
rickemail2
Posts: 79
Joined: Fri Jun 25, 2021 9:45 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by rickemail2 »

Alexey Kolesnikov wrote: Thu Jan 15, 2026 5:46 am This is just their internal name or engine.
Alexey, I have a question about BDS Scale Video, this is used in Universal's pop-up menu, inside the JAR folder there is this 1080p background with a square drawing where the video is when Scale video is used, because in BDS the video is not above the background, because for the video to appear we have to cut the Background, in BDS it is not possible to use the same as the official Universal?
Alexey Kolesnikov
Posts: 711
Joined: Fri Mar 01, 2013 1:03 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by Alexey Kolesnikov »

You can use it in BDS: menu Project -> "Background images" and read help...
Best regards,
Alexey Kolesnikov
rickemail2
Posts: 79
Joined: Fri Jun 25, 2021 9:45 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by rickemail2 »

Alexey Kolesnikov wrote: Thu Jan 15, 2026 9:00 pm You can use it in BDS: menu Project -> "Background images" and read help...
Hi Alexey,

I used the Background feature, read the manual, and believe I used it correctly, but I'm getting an error in PowerDVD when I try to use the pop-up menu.

I'm sending you a video to show what's happening. I might be doing something wrong in my project, but other than that it worked; I just don't understand why this error is occurring.

My image has a resolution of 1080p and is no larger than 113 kb.

https://www.transfernow.net/dl/2026011655IRiEiQ
Alexey Kolesnikov
Posts: 711
Joined: Fri Mar 01, 2013 1:03 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by Alexey Kolesnikov »

You should never use setBackgroundImage in On Update Current. This is a heavy asynchronous operation.
You can try to put it in On Movie Start.

Added: and remove it from Popup menu/Up actions.
Best regards,
Alexey Kolesnikov
rickemail2
Posts: 79
Joined: Fri Jun 25, 2021 9:45 pm

Current Scene Highlight in the Carousel based on the "Escape Dovi UHD" Project.

Post by rickemail2 »

Alexey Kolesnikov wrote: Fri Jan 16, 2026 7:08 am You should never use setBackgroundImage in On Update Current. This is a heavy asynchronous operation.
You can try to put it in On Movie Start.

Added: and remove it from Popup menu/Up actions.
Alexey, I just need that background in the pop-up menu for Scale Video.