mikenadia
27th February 2008, 17:16
Straight from the rip.
I am trying to delete a "Sneak Peeks" Menu.(No pre-post-cell commands and 8 buttons).
Kill Playback menu and select the "Back " button with the following command.
(SetHL_BTN) Set Highlighted Button =(mov) 1024 (button 1) ; LinkPGCN PGC 4
which looks like an acceptable command (choice of the button).
Got the following error.
Dialog title: "PgcEdit fatal error"
Dialog type: error
Dialog message:
Fatal error!
PgcEdit is trying to read data after the
end of a table.
This means that a Length Of Table value
is probably wrong. (See log.)
Tried to kill the menu by selecting other buttons but same error.
Log: if ( 100 == 100 ) : true.
------> Entering VTSM 3 , LU 1 (en) , 2 (0:21) 8b.
******* Start playback VTSM 3 , LU 1 (en) , 2 (0:21) 8b....
******* Playing Program 1, Cell 1 (0:21.00) (8 buttons)
-> sprm(8:Highlighted button number) = 7168 (0x1C00) = button 7
Selected menu button: 7
-- button : (SetHL_BTN) Set Highlighted Button =(mov) 1024 (button 1) ; LinkPGCN PGC 4
-> sprm(8:Highlighted button number) = 1024 (0x0400) = button 1
------> Entering VTSM 3 , LU 1 (en) , 4 (0:00) 8b.
******* Start playback VTSM 3 , LU 1 (en) , 4 (0:00) 8b....
Thx
I am trying to delete a "Sneak Peeks" Menu.(No pre-post-cell commands and 8 buttons).
Kill Playback menu and select the "Back " button with the following command.
(SetHL_BTN) Set Highlighted Button =(mov) 1024 (button 1) ; LinkPGCN PGC 4
which looks like an acceptable command (choice of the button).
Got the following error.
Dialog title: "PgcEdit fatal error"
Dialog type: error
Dialog message:
Fatal error!
PgcEdit is trying to read data after the
end of a table.
This means that a Length Of Table value
is probably wrong. (See log.)
Tried to kill the menu by selecting other buttons but same error.
Log: if ( 100 == 100 ) : true.
------> Entering VTSM 3 , LU 1 (en) , 2 (0:21) 8b.
******* Start playback VTSM 3 , LU 1 (en) , 2 (0:21) 8b....
******* Playing Program 1, Cell 1 (0:21.00) (8 buttons)
-> sprm(8:Highlighted button number) = 7168 (0x1C00) = button 7
Selected menu button: 7
-- button : (SetHL_BTN) Set Highlighted Button =(mov) 1024 (button 1) ; LinkPGCN PGC 4
-> sprm(8:Highlighted button number) = 1024 (0x0400) = button 1
------> Entering VTSM 3 , LU 1 (en) , 4 (0:00) 8b.
******* Start playback VTSM 3 , LU 1 (en) , 4 (0:00) 8b....
Thx