Pre-Scripting Limitation: Is there a workaround?

I have a simple pre-script attahced to all of my menus so that I can keep track of the last viewed menu. Unfortunately, since it is a pre-script, it doesn't run if I jump to a particular button on a menu. I must jump to the root of the menu in order for the pre-script to run. This renders the script less than useful.
Is there an elegant way to keep track of the last menu viewed (when I say elegant, I mean without resorting to attaching a script to every button on every menu)? I know display conditions will run no matter which element on a menu you jump to, but I don't think I can set one up to work properly for this purpose.
Anyone know of another approach? Thanks much.

SPRM8 will update as you mouse over it, but it will hold on the value of the button clicked whilst the track is playing. Since you are already within the menu at the time you mouse over anything, you don't actually need to know what the last button value was, do you? That only becomes important and relevant when you want to get back to the menu from a track.
And no, it's not the buttons which need the scripts. The buttons that look as if they are moving you to a different menu point to a script which sets the GPRM. If you are on menu 1 and go to menu 2 then that is one script. If you are then wanting to go back to menu 1 that would require another script in the method I suggest.
However, you could script this using a second GPRM to hold both values, then start using swap arguments to get back to the correct menu (as you suggest). In my view, whilst this is possible, it is uneccesarily complex for what you are trying to achieve. I dare say there is some more simple mathematics that can be employed here, just adding 1 and subtracting 1 depending on which direction you intend going between your menus.
Makes perfect sense to me! How many menus are we talking about here? If it isn't a great many, then simple scripting is all you need to worry about!
There is one more way to go about this, and that is to use the DVDSP values for menus. In DVDSP3, for example, the first menu in the outline view (at the top of the stack) would have had a value of 32 attached to it. The second a value of 64, and so on. Using this information would then allow you to identify any menu in a script simply by knowing the order in the outline view. It is somewhat harder in V4 to do this as menus can get placed within different VTS, so I wouldn't recommend going that route either.
If you use the value of SPRM8 then yes, you will always be able to get back to the last button selected, no matter what.

Similar Messages

  • Exported MPEG2 Audio Won't Play in Quicktime - is there a workaround?

    Just completed my first video edit in Premiere Elements.   Working with 720p HD footage from a Sony Cybershot.    Tried various preset outputs, HD 720p 25, among others.   In all cases, picture looked good but audio did not play back.   Just discovered after some searching that Quicktime will not playback MPEG2 audio without a $20 add on.  That's not going to break my bank, but do I really need it?   Is there a workaround for this?   Can I export in Dolby Digital?   My goal is simply to have a finished project that is the most universally playable as possible.  Will eventually archive on tape and DVD.   Obviously, want to maintain the best sound as possible.

    Instead of using Apple's QuickTime Player, I would suggest looking into another player, such as VLC Player, or MediaPlayer Classic HC, both of which are free, and both of which have a very full set of CODEC's included in them.
    For the best possible Audio, it would be best to choose PCM/WAV as the Audio CODEC. This is almost totally universal, and unlike all MPEG Audio (including AC3), is uncompressed. The file will be a bit larger (Audio does not take up as much space, as does the Video), but should give better quality, and not require additional CODEC's for users to play the file w/ Audio. This might not be an option in all possible Export/Share schemes.
    For either PCM/WAV, or AC3 Audio, this will be set from the Audio Tab in the Export/Share settings. Remember setting the Encoding for the Audio might not be available in all formats, so just check that Audio Tab in the settings dialog screen (usually under Advanced).
    As for DD Audio, you can set the Audio Encoding to AC3, wich is Dolby Digital, but that option might not be available with all possible Export/Share formats, so it gets down to an "it depends." This will be stereo (2-channel) Audio.
    PrE cannot Encode to DD 5.1 SS (6-channel), as it lacks that Encoder. Even PrPro needs the Minnetonka Audio SurCode Encoder plug-in (US$300 option) to do DD 5.1 SS Export.
    Good luck,
    Hunt

  • Em bug - is there a workaround?

    Hi
    I'm using Dreamweaver CS3 for Windows.
    On the Insert + Text toolbar, there is an "I" button and an
    "em" button; but
    *both* buttons insert <em> tags!! The only way I have
    found to insert <i>
    tags is by working in the code window and typing the tags
    manually, which
    rather defeats the object of using a wysiwyg editor. Is there
    any workaround
    for this bug?
    The same applies to the so-called "b" button on the toolbar,
    which inserts a
    <strong> tag instead of a <b> tag.
    The point being that <em> and <strong should only
    ever be used for emphasis,
    as they cause screen readers to change their tone of voice;
    they should
    never be used for purely presentational purposes, so this bug
    is quite a
    serious one.
    Dave

    Thanks Thierry, that's very helpful. You seem to be backing
    up and
    reinforcing my statement that Adobe's default setting for
    Dreamweaver is a
    very bad one, and that it encourages exactly the sort of bad
    practice that
    has so far prevented screen reader manufacturers from
    supporting em and
    strong properly.
    In the meantime, I've implemented Danilo's workaround, so
    that my site at
    least can use those tags as they were intended to be used.
    Dave
    "Thierry" <[email protected]> wrote in message
    news:[email protected]...
    | "Dave Rado" <[email protected]> wrote in
    message
    | news:[email protected]...
    | > Hi Thierry
    | >
    | > "Thierry" <[email protected]> wrote in message
    | > news:[email protected]...
    | >
    | > | HTML elements have a semantic purpose and that's
    what they should be
    | > used
    | > | for. For their meaning defined by the W3C.
    | >
    | > I guess, but in this specific instance I don't really
    see the purpose of
    | > it.
    | > As I say, I had *thought* that its purpose was to
    allow screen readers
    to
    | > distinguish between purely presentational
    italicisation and bolding, and
    | > text intended to be emphasised or read more loudly.
    |
    | But that's a problem with screen-readers (SR) vendors, not
    with the
    elements
    | per se.
    | As a side note, may be vendors chose not to "support"
    em/strong because
    they
    | found that too many documents on the web were using these
    elements poorly
    | (for the wrong reason). Imagine a SR user landing on a page
    where someone
    | has used both to "style" (in bold/italic) most of the text
    on his page
    | (there are still a lot of these out there).
    | May be that's also why support for Definition Lists is
    poor, because they
    | are (were) not very common in documents.
    |
    | > | Note that the default styles sheet of most visual
    browsers will style
    | > these
    | > | elements to carry this meaning. Screen-readers are
    not the only UAs
    out
    | > | there to benefit from semantic mark-up.
    | >
    | > Now you've lost me. Are you saying that in my browser
    I should be able
    to
    | > tell the difference on screen and without looking at
    the source between
    | > text
    | > marked up with <b> and with <strong>, and
    between text marked with <i>
    and
    | > with <em>? Because I can't.
    |
    | You're right, I was talking about HTML elements in general,
    not the 4 you
    | mention in this thread. But again, this "default styling"
    is a vendor's
    | choice and we could imagine that visual browsers would
    render these
    | differently (not the "i" and "b", but the "em" and
    "strong") depending on
    | "lang". As "we" associate emphasis with boldness and
    italic, but it may be
    | different in another "culture" (see Internationalization
    and
    localization).
    | In any case, if we write markup using the proper
    vocabulary/grammar we can
    | only hope that some UA will take advantage of it (I believe
    decent SEs do
    | that already).
    |
    |
    | --
    | Thierry
    | Articles and Tutorials:
    http://www.TJKDesign.com/go/?0
    | --
    | Keep your markup *clean* with these DW extensions and
    scripts:
    |
    http://www.divahtml.com/products/scripts_dreamweaver_extensions.php
    |
    |

  • HT1535 Is there a workaround when I can't 'manage' music manually w/erase & sync prompt?

    I'm trying to put music from iTunes on my wife's iPhone 4S. I've checked 'manually manage' but when I click 'apply,' I get the erase-and-sync prompt. She doesn't want to lose whatever is on her phone. Is there a workaround for getting the music on there? Thanks.

    As I said, all software has been updated - I just hadn't updated my OS listing in my discussions profile.
    My Touch works just fine, I'm just limited to managing music in my general library in iTunes then syncing it - can't manage music within the iPod in iTunes - I can see it, but can't manage it.

  • In Pages 5.5.1 when I go to the Open menu I cannot get a preview of any of the files in the list using the spacebar, which I can do in every other application and finder. Is there a workaround?

    In all other applications and in the finder, if I select a document and press the spacebar I get a quickview preview of that file. It does not work in Pages when I choose Open and am given a list of files to select from. This was not the case in older versions of Pages. Is there a workaround, other than doing quickview in the Finder before going to Pages.

    On Yosemite, Pages documents that are in a package (folder) format are viewable with Quick Look in the Pages v5.5.1 file chooser. Pages documents that are in the Single File (compressed, renamed folder) format are viewable in diminished size with Quick Look. Other documents that can be opened in the version(s) of Pages on your Mac will also open properly in Quick Look from the file chooser.

  • MS Word 2010 product not compatible with Mozilla? Is there a workaround?

    I just purchased MS Office Home and Student 2010. I got an error message that says I do not have a compatible operating system. Is there a workaround if I only use Mozilla Firefox?

    This is apparently not a Firefox related problem. The MS Office 10 setup program doesn't see your computer as having a compatible version of Windows. If you are running Windows XP, you need to have service pack 3 installed. If you are running Vista, you need at least service pack 1. Here is the URL for a support document that may be helpful: http://support.microsoft.com/kb/2267642

  • I don't like itunes 10 and so I'm using itunes 9. However, now my phone can't connect to itunes because it says it requires itunes 10.5 or later.  Is there a workaround for this?

    I don't like itunes 10 and so I'm using itunes 9. However, now my phone can't connect to itunes because it says it requires itunes 10.5 or later.  Is there a workaround for this?

    No.
    If you don't want to update to the supported software you can't use the device.

  • 10.2 crashes when I try to convert old libraries for use in the new software. Is there a workaround for this? Or will i have to continue using the previous version to complete older projects?

    Final Cut Pro X 10.2 crashes when I try to convert old libraries for use in the new software. Is there a workaround for this? Or will I have to continue using the previous version to complete older projects? the only foreseeable solution is to begin any new projects on 10.2 or importing footage on 10.2 and starting form scratch--which is something i definitely don't want to do or have time to do. ANY advice, thoughts, or opinions would be greatly appreciated! Thank you!
    Running 10.10.3 // MacBook Pro (Retina, 15-inch, Early 2013) // 2.4 GHz Intel Core i7 // 8 GB 1600 MHz DDR3

    Exactly the same problem with me.
    Some other threads advice to remove fonts, clean the caches, remove add ins but nothing works consistenty, for some it looks like it works, for me it failed.
    What I did not try yet, was to move the Render files out of the malicious library to trash.

  • How can I backup my iphone 4 using iTunes 9.1.1? Is there a workaround for this?

    How can I backup my iphone 4 using iTunes 9.1.1? Is there a workaround for this? I need to backup my phone for replacement but it tells me I need 10.1 or later. All software is up to date, Operating system is 10.4.11. Thanks!

    No sorry. You need to upgrade to v10.5 Leopard (minimum) in order to sync an iPhone 4.
    iPhone minimum requirements:
    Mac computer with USB 2.0 port
    Mac OS X v10.5.8 or later
    iTunes 10.1 or later
    iTunes Store account
    Internet access
    You can upgrade to Leopard if your Mac meets v10.5 requirements.
    Requirements for Mac OS X v10.5
    If your Mac is Intel, you can upgrade directly to Snow Leopard if your Mac meets 10.6 Snow Leopard - Technical Specifications

  • FR Studio - Is there a workaround for the issue with referencing data from a grid with a different DB connection and different # of dimensions?

    Hi,
    I am trying to reference a column in a different grid with a different database connection. I did some research in the forums, and it seems like this is a known issue with FR Studio. The issue is that if the 2 different database connections have different # of dimensions, then the reference will throw an error.
    For example, what I'm trying to do is below:
    In grid2.column[A], I have the following formula:
    grid1.column[A]
    The result is an error.
    The ultimate goal is to have a basic variance formula in the grid between grid1 and grid2, which have different database connections with a different # of dimensions. Is there a workaround at all to this bug? The example of the basic formula is below:
    grid1.column[A] - grid2.column[A] 
    Any help is much appreciated!
    Thanks,
    Tiffany

    Thanks for the detailed response Mike.
    The issue with trying it in Grid1 vs Grid2 is that Grid1's DB connection has more dimensions than Grid2's DB connection. I can't change the DB connection to a database with more dimensions because you have to be able to map all dimensions from the existing DB connection  (Grid1) to the new DB connection (Grid2). This isn't possible, so instead I have to map Grid2 (less dimensions) to Grid1 (more dimensions). It just ignores the extra dimensions from Grid1. Does that make sense?
    Thanks again for your responses. It's very much appreciated.
    Tiffany

  • Is there a workaround for exported Muse html files to render accurately when opened in DreamWeaver d

    Is there a workaround for exported Muse html files to render accurately when opened in DreamWeaver design view?

    Have a look at this thread that should answer your query - http://forums.adobe.com/message/5231996.
    Thanks,
    Vinayak

  • Is there a workaround for the missing global track chords?

    Is there a workaround for the missing global track chords?  i.e. will Apple loops follow the chord progression in a track?

    I found sort of a work around.  I still have Logic Pro 9.  It turns out that if you go into global tracks, analyze the chords then go back to logic pro x the chord progression is preserved.  So the information is preserved there just seems no way to create it in X.

  • Is there a workaround for websites that use "frames" when Safari does not support?

    Is there a workaround for a website that requires "frames" when Safari (5.0.6) does not support it?

    Has anyone found a work-around for this that works?
    No. Any attempt to use an unsupported network device with Time Machine will probably result in data loss, even if it seems to be working at first. If you take data protection seriously, you won't try.
    Is it possible to get Time Machine to use SMB to make the backups?
    No.

  • HT1338 I need to bulk upload to Auctiva (auction software) but Java was disabled on my computer. I have 10.5.8 so does this mean that I can't use Java? If not, then is there a workaround to be able to use the bulk uploader from Auctiva?

    I need to bulk upload images from iPhoto to Auctiva (auction software) that will then be posted to eBay; however Java was disabled on my computer some time ago due to "known issues."  I have 10.5.8 so does this mean that I can't use Java? If not, then is there a workaround to be able to use the bulk uploader from Auctiva? As it stands now, I have to upload photos individually which is super time consuming.

    You can re-enable it for special purposes, opposite of disabling it...
    Disable Java in your Browser settings, not JavaScript.
    http://support.apple.com/kb/HT5241?viewlocale=en_US
    http://support.google.com/chrome/bin/answer.py?hl=en-GB&answer=142064
    http://support.mozilla.org/en-US/kb/How%20to%20turn%20off%20Java%20applets

  • I can't seem to get the Elements 10 loader to work with Windows 8.1.  Is there a workaround?

    I can't seem to get the Elements 10 loader to work with Windows 8.1.  Is there a workaround?

    Never mind.  I figured it all out.  Thanks anyway.

Maybe you are looking for

  • No sound when filming

    I´ve had my iPhone4 for about 6 months now but a few weeks ago actually was the first time I used it to make some clips. But when I watch them the day after, there is no sound? All you can hear is noise. No sound either on the phone or the computer,

  • Can any one tell me how to attach a pdf file to the mail through workflow

    I have a smart which i am able  to convert it to a pdf file...now.. can any one tell me how to attach a pdf file to the mail through workflow

  • Workbook Templates

    Hello everyone, I have a question regarding BEx workbook templates. I have to use single template for multiple queries in a workbook. I prepared a template and selected "is based on permanent template" option in BEx workbook. I executed a query and t

  • Ipad can not be restore, shows the usb cable icon.

    When I turned it on (whitout being conected to the computer)  the screen shows the usb cable icon for a minute and then turns it off. If I connect it to Itunes: " Itunes has detectes an Ipad in restore mode. You have to restore to use it in Itunes." 

  • Safari stop playing embedded youtube videos

    Hi I am having trouble with Safari 4.0.5 (6531.22.7) which suddenly refuse to play embedded youtube videos. Safari show the video in a web page but when played the youtube default play display "an error occurred, please try again." and Safari display