Re: Why doesn't this script work?

Claude Heiland-Allen <[email protected]>
Newsgroups gmane.comp.multimedia.dvdauthor.user
Message-ID <[email protected]>
Hi Elio,

On 13/07/10 23:38, Elio Blanca wrote:
>
> Claude Heiland-Allen ha scritto:
>> Try adding 'entry="root"' to the pgc for the first menu.
>
> No way.
> If I type
>               <post>{ if (g0==0) call menu entry root;}</post>
> the full error message is:
> "ERR:  Cannot jump to menu PGC #2, only 1 exist

Ah, maybe that is coming from using two <menus> tags?
I saw in your original example that you had:

<menus lang="it">
...
<pgc>...</pgc><!-- menu 1 -->
</menus>
<menus lang="it">
...
<pgc>...</pgc><!-- menu 2, or is it? -->
</menus>

Perhaps it is confused by that, I would try:

<menus lang="it">
...
<pgc>...</pgc><!-- menu 1 -->
<pgc>...</pgc><!-- menu 2 -->
</menus>

> ERR:  Button command is too complex to fit in one instruction, and allgprm==true."

Maybe disable allgprm (I saw you enabled it, as far as I know allgprm is 
only useful if you ran out of variables?), or if that doesn't help then 
simplify your button commands and do the complex things in pre/post?


Claude
-- 
http://claudiusmaximus.goto10.org

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.