Alexey Kolesnikov wrote: Thu May 28, 2026 5:02 am
Yep, I see the issue. But I need time to fix it ("Select Title" in AES is processed wrong).
BTW: if you have a condition like `if (GPR(X)==Y)` in AES - the first action inside {...} should be setGPR(10, Z) (usually setGPR(10, 0)) - otherwise this code can execute several times with unpredictable behavior.
Hello Alexey!
How do I disable "Call Top Menu" in an intro in Startup's First play?
But along with this intro I need to use conditions with GPR for a Popup menu to appear on the screen with three options, I'm using the two titles mode, but I can't disable the Top Menu call.
The only way to disable Top Menu call is to switch to the Menu title. That's why there is an option for first play - which title use on startup (if you need unskippable first play videos).
But don't forget to disable "Project properties" -> "Menu" -> "Buttons and actions" -> "Add missed "Select ... title" in "Two titles" mode" (set it to No).
The only way to disable Top Menu call is to switch to the Menu title. That's why there is an option for first play - which title use on startup (if you need unskippable first play videos).
But don't forget to disable "Project properties" -> "Menu" -> "Buttons and actions" -> "Add missed "Select ... title" in "Two titles" mode" (set it to No).
I did what you recommended; the menu access is blocked as expected, but the intro timer is stuck at 0, and I didn't want that. I wanted it like the official Universal versions, where it's not possible to access the main menu during the intro, and the intro has its countdown free until 25 seconds.
Alexey Kolesnikov wrote: Wed Jun 03, 2026 4:09 am
Well... Not sure if this possible at the moment. Will take a look on the weekend.
But you can try Three Titles mode and enable "Block Top Menu call for Menu Title" at the very end of the top right column in JAR settings.
Same result in Three Titles mode, my superior's call is correctly blocked during the Universal intro, however the timer is blocked and this does not occur in the official version.
Last edited by rickemail2 on Sun Jun 07, 2026 11:25 pm, edited 1 time in total.
I checked and yes, there is no possibility to do it directly.
There are 2 options:
1) If you are using Scenarist - change "Title Menu" from Interactive to Movie. I will add an ability to disable Interactive mode for menu title in 3 titles mode.
2) If intro starts always from a first play, using a plain "Play MOVIE" action (not a SWITCH) - you can disable a top menu call for this intro - BDS will move it outside the JAR.
Alexey Kolesnikov wrote: Sun Jun 07, 2026 3:21 pm
I checked and yes, there is no possibility to do it directly.
There are 2 options:
1) If you are using Scenarist - change "Title Menu" from Interactive to Movie. I will add an ability to disable Interactive mode for menu title in 3 titles mode.
2) If intro starts always from a first play, using a plain "Play MOVIE" action (not a SWITCH) - you can disable a top menu call for this intro - BDS will move it outside the JAR.
Hello Alexey, how are you?
I wonder if BDS responds with double command obeying sequentially?
I saw that in Warner's official Blu-ray , if you have a scene menu open in a pop-up during the course of the movie and you run the command down twice quickly, the command closes the menus correctly obeying your command, like it closes the scenes menu and then the pop-up sequentially respecting my remote click pressed twice down without breaks.
Alexey Kolesnikov wrote: Fri Jul 10, 2026 5:28 am
Well... You can try. But it is as it is. There will not be any changes.
Hi Alexey!
At some point in the future, I’m interested in upgrading my version to UHD—though naturally, I’ll wait for a user promotion
I’d like to know if `manager.setBackgroundImage();` will work correctly when scaling up from 1080 to UltraHD.
I know I’ll need to change the video scale to "UltraHD Half," but will the background behind the video scale up just like in the official versions? I noticed that in the official versions, the background has a 1080 resolution, yet when I tested 4K Blu-ray content, the background covered the entire screen correctly. Does it work the same way in the UHD version?