PDA

View Full Version : Menu button hightlight


aristofeles
9th May 2004, 04:39
I want to make a disc that after the playback of a video chapter it goes back to the VTS menu and highlight the next button, so if the user wants he can only press enter and the movie will begin in the next chapter, or he can choose any other button normally.


I tried, with no success, set in the post of the PGC the command Set Highlight Button, and then link it to the menu.

_________________________________________________________
On Scenarist, from the simulation window, my post command in the PGC is:
1: SetHL_BTNN HL_BTNN=6
2: CallSS RSM=1, pgc_4
_________________________________________________________

I want to do just that. After the playback of this particular PGC, it goes direct to a menu on the VIDEO MANAGER and highlight the button 6.

What is wrong? What I'm still missing?

Dimmer
9th May 2004, 09:33
You probably have Forced Selected Button set to 1 instead of Nonexistent in the highlight properties of the menu. Go to Track Editor, open the track with the menu, click on Highlight stream and check the Properties window.

Mirx
9th May 2004, 11:41
If have no experiance with scenarist, but in your post command you can also write a spefic value to a variable per video chapter, and then on the pre-commands of your menu make it check the variable and highlight the corresponding button.

aristofeles
9th May 2004, 20:19
Originally posted by Dimmer
You probably have Forced Selected Button set to 1 instead of Nonexistent in the highlight properties of the menu. Go to Track Editor, open the track with the menu, click on Highlight stream and check the Properties window.

That was it. Thanks.