TAGS Panel - Tags List reduces each time text tagged in scene

When tagging text in a scene the 'available tags' menu gradually reduces in terms of being able to view it, after entering multiple tags in the scene. It ultimately gets to the point of being unuseable (can't see it - gets pushed down off the screen). Opening in 'full screen' mode gives you some respite, and seems to hold a small section of the list panel available for viewing  by creating a scroll bar in the respective scene tag panel above, however, the available tag list panel is 'scrunched'.
Is there a way of 'scrolling up' the view pane so I can see the list or alternatively freeze the top view pane and have it reduce instead.
WithOUT scroll bar
WITH Scroll Bar

OK...
Did what you suggested, and, yes, that works, however, initially, I don't so much want to search for a particular tag as much as view some options.
I also found that when I entered a search word, say, 'computer', I have to wait an inordinate amount of time before I can enter a new search word. I entered the cursor in the field box, and it flashes intermittently indicating it's reading for typing in an entry, but nothing happens. Not sure whether this something at your server end taking time to register my entries, as my internet connection is fine. It's really bogging down the workflow.
Got be a fix for that, surely.

Similar Messages

  • When I open a photo with Preview, it opens all the photos I have viewed previously.  How can I prevent that, other than manually clearing the list after each time?

    When I open a photo with Preview, it opens all the photos I have viewed previously.  How can I prevent that, other than manually clearing the list after each time?

    Close the pictures before you quit Preview. Cmd-opt-q will close all windows and quit. cmd-opt-w will close all windows and not quit.
    Or, Disable automatically opening files that were left open in General System Preferences

  • ActionScript: How to Re- setInterval Each Time Function Works?

    I have a function that draws a rectangle on the screen (see createInfoPanel())
    While drawing rectangle, I am adding 2 text fields on it.
    But as you may guess, it is adding those immediately.
    I want to delay adding these text fields, then I want to remove these panels after a while.
    The problem is, when I set an interval or timer, they won't work after I using once (I had to stop them by clearing/removing, it didn't set them again).
    Since my panel is being created each time image changes, I need them to work every time image changes.
    So, I have 2 questions:
    1- How can I re-set interval each time my createInfoPanel() function works? It won't work anymore after setting and claring once. 
    2- You can see infoPanel.addChild(titleField); line in addInfoPanel() function. How can I work a smooth animation here? I mean, text appears slowly? 
    Thanks in advance.
    Code file:
    public class ImageRotator extends Sprite
    private var ... ; //Some variables
    public function ImageRotator(xmlPath:String = "images.xml", interval:int = 8301):void
        timer = new Timer(interval);
        loadXML(xmlPath);
    private function loadXML(file:String):void
        urlLoader = new URLLoader(new URLRequest(file));
        urlLoader.addEventListener(Event.COMPLETE, parseXML);
    private function parseXML(e:Event):void
        xml = new XML(e.target.data);
        loadImages();
    private function loadImages():void
        for (var i:int = 0; i < xml.children().length(); i++)
            var loader:Loader = new Loader();
            loader.load(new URLRequest(xml.children()[i].@src));
            imagesVector.push(loader);
            loader.contentLoaderInfo.addEventListener(Event.COMPLETE, sortImages);
    private function sortImages(e:Event):void
        imagesCounter++;
        for (var i:int = 0; i < imagesVector.length; i++)
            imagesVector.reverse();
            addChild(imagesVector[i]);
        //I have only 3 images, I needed to set indexes because
        //they were covering each other
        this.setChildIndex(imagesVector[2], 0);
        this.setChildIndex(imagesVector[1], 0);
        this.setChildIndex(imagesVector[0], 0);
        if (imagesCounter == imagesVector.length)
            createInfoPanel();
            timer.addEventListener(TimerEvent.TIMER, autoChange);
            timer.start();
    private function createInfoPanel():void
        infoPanel.graphics.beginFill(0x000000, 0.0);
        infoPanel.graphics.drawRect(0, 0, 967, 138);
        infoPanel.graphics.endFill();
    ////Here I want to run addInfoPanel() function with 2 seconds delay,
    ////After it starts, I want to run removeInfoPanel() function with 2 more seconds delay
        addChild(infoPanel);
    private function addInfoPanel():void {
        titleField.text = xml.children()[infoCounter]. @ title;
        titleField.x = 425;
        titleField.y = 0;
        description.text = xml.children()[infoCounter]. @ description;
        description.x = 427;
        description.y = 26;
        infoPanel.y = 300;
        infoPanel.addChild(titleField);
        infoPanel.addChild(description);
    private function removeInfoPanel():void {
        infoPanel.removeChild(titleField);
        infoPanel.removeChild(description);
    private function addActions():void
        //Some function
    private function changeImage(e:MouseEvent):void
        //Image changing function
    private function changeDepth(e:TweenEvent):void
        //Some function
    private function autoChange(e:TimerEvent):void
        //Some function
    Edit: How I used to work the intervals:
    private function createInfoPanel():void
        //lines above code sample
        intervalInfoPanel = setInterval(addInfoPanel,2000);
        addChild(infoPanel);
    private function addInfoPanel():void {
        //lines above code sample
        clearInterval(intervalInfoPanel);
        intervalInfoPanelRemove = setInterval(removeInfoPanel,3500);
    private function removeInfoPanel():void {
        //lines above code sample
        clearInterval(intervalInfoPanelRemove);

    Hi,
    No, no debug/runtime, I also export my movieclip.
    Here's how I use:
    import com.greensock.*;
    private function sortImages(e:Event):void
        imagesCounter++;
        for (var i:int = 0; i < imagesVector.length; i++)
        imagesVector.reverse();
        addChild(imagesVector[i]);
        if (imagesCounter == imagesVector.length)
        createInfoPanel();
        timer.addEventListener(TimerEvent.TIMER, autoChange);
        timer.start();
    private function createInfoPanel():void
        infoPanel.graphics.beginFill(0x000000, 0.0);
        infoPanel.graphics.drawRect(0, 0, 967, 138);
        infoPanel.graphics.endFill();
        addInfoPanel();
        addChild(infoPanel);
    private function addInfoPanel():void {
        infoPanel.y = 300;
        titleField.text = xml.children()[infoCounter]. @ title;
        titleField.x = 425;
        titleField.y = 0;
        description.text = xml.children()[infoCounter]. @ description;
        description.x = 427;
        description.y = 26;
        titleField.alpha = 0;
        TweenLite.to(titleField, 1.0, { alpha: 1 });
        description.alpha = 0;
        TweenLite.to(description, 1.0, { alpha: 1 });
    Nothing appears...

  • To add meta tags, you open your published .html pages with TextEdit or any other text editor and modify as required. You have to do redo it each time you republish. Ihow do I do this? I need step by step instructions

    To add meta tags, you open your published .html pages with TextEdit or any other text editor and modify as required. You have to do redo it each time you republish. I need step by step instructions on how to accomplish this  please .

    Rage Sitemap Automator and iWeb SEO Tool are two different applications.
    Use SEO Tool to add the title tag and meta description. These need to be added to the html file for every page of your website. SEO Tool stores all these so that when you republish you only need to add tags to any new pages and click the re-apply button to refresh the existing ones.
    Once you have added. refreshe the tags with iWeb SEO Tool and uploaded the files with your FTP application, then open the site in Sitemap Automator and create and upload a new sitemap.
    Once you have set up accounts with Google, Yahoo and Bing, verified your site with each and submitted a sitemap, on subsequent publishing Sitemap Automator will resubmit the sitemap with one button click. It will also notify Ask.com whch doesn't require an account since you can add your domain name to this URL to ping them...
    http://submissions.ask.com/ping?sitemap=http%3A//www.domain.com/sitemap.xml

  • Why does PDF file size increase each time I "save" tagging tasks?

    Why does PDF file size increase each time I "save" tagging tasks?
    Given:
    1) I'm running Acrobat Pro 11.0.07 (this is most current version)
    2) My file size starts at 750mb and ends up 15mb when finished tagging.
    3) Only certain documents experience this increase, i.e., no visible pattern of document characteristics
    4) PDF's are not full of images...in fact, mostly <H1> <H2> <H3> <P> <Figure> alt text, ect.
    5) Occurs with text PDF's and/or fillable forms (again, does not happen to all documents...only some)
    6) File increase occurs incrementally as tagging tasks are performed; i.e., each new save increases file size a few megabytes.
    7) Occurs whether I "save" or "save as"
    8) Difficult to optimize these files without corruption
    9) I'm running Mac OS 10.9.4 (this is most current version)

    Thank you so much for responding! I've been experimenting with the SAVE AS vs. SAVE for the past few days...and you are correct. It's funny because I've been tagging files for 2 years and never noticed this. Probably b/c I use both methods depending on the tagging tasks...some are more complicated than others and should not be overwritten. In those cases I SAVE AS new file.
    I love this forum...thank you again!

  • Is it bad to have 1 text tag per page, 508 standards?

    Hello,
    Just wondering if it's required or extreme "best practice" per 508 accessibility standards to break up a page of text into multiple text block tags?  I've converted a Word 2007 doc to Adobe PDF and am editing in Acrobat 9 Pro.  Most of my pages that are all text are auto-tagged as one or two single blocks under the "order" tab in the order panel, despite breaks in paragraph, headers, footnotes, etc.  Although these headers, footnotes are identified as such under the "tags" panel of the order panel.
    I think this is okay, but wanted to double-check whether I should be splitting up blocks of text according to paragraphs (so each page would have up to 5 ordered tags rather than just one or two)
    Thanks!

    Success, for PDFs, with Section 508 is driven by having a Tagged PDF that conforms to the ISO 32000-1's discussion of logical structure and tagged PDF.
    http://www.adobe.com/content/dam/Adobe/en/devnet/pdf/pdfs/PDF32000_2008.pdf
    For the most part this is achieved by proper content authoring with an application that has adequate tag management.
    (FrameMaker, InDesign, MS Word, Open Office)
    Good to keep in mind is that the use of appropriate, built-in Headings/Styles are more than passingly important while working in the authoring application.
    Once you have the Tagged output PDF you work out of the Tags panel, not the Content panel.
    TORU has its uses; but, again, work out of the Tags panel.
    Unless the content is a simple paragraph or so, there will be an appearent logic hierarchy (Headings, sub-Headings, lists, footnotes, etc.)
    Having only one element (tag) for all of this in the Tags panel (which is were the Structure Tree lives) or, for that manner having many, improperly used elements just makes the PDF less accessible | usable | compliant.
    The "boxes" seen on the PDF page only provide a bird's eye view of content/content order.
    Properly formed, it is the Structure Tree that establishes accessibility (usability + Section 508 compliance).
    Be well...

  • Can't select more than ONE conditional text tag in FrameMaker 10?

    Hi, I work with lots and lots of Conditional Text (CT) tags in FrameMaker. We moved to v10, and now I can't select more than ONE CT tag at a time---this means when I need to apply 10 CT tags to one item, I have to select the item, click one tag, click In, and then click Apply---3 clicks, 10 separate times = 30 clicks! (I used to be able to select the item, select all the CT tags I wanted applied into the In box, and then click Apply.) This is very frustrating. I've tried to click all the Ctrl, Shift, and Alt keys separately and then try and select more than one tag, but nothing works. Please help---this is going to be a nightmare for me if this can't work!
    Please help and show me that I can add more than one tag to an item at a time. Thanks so much!!!

    Unfortunately, this capabiliy wasn't carried over to the Conditional Text pod when the new interface design was created. You're stuck selecting the tags one at a time and then applying a condition. It's a bit faster if you select the conditions sequentially, then you have fewer clicks for applying subsequent tags to the same content.
    I fully agree that this sucks.
    Please fill in a bug report and a wish list item at: FrameMaker Bugs & Wish List
    You can also add/vent to the following thread (that is monitored by Adobe):
    Seeking inputs on desired features in FrameMaker

  • Multiple Conditional Text Tags on One section

    I'm composing a document with 3 conditional text tags. There
    are instances where I need to conditionalize something as Tag 1 and
    Tag 2 but doesn't apply for Tag 3. Robohelp seems to allow me to
    apply 2 tags to one section of text, but when I generate my .chm it
    doesn't include anything that has been given two tags. Is there a
    way for robohelp to support this?
    Is there something I should be doing differently?
    I'm using Robohelp 5X.
    Thanks,

    Harvey,
    I think you may have misunderstood me. If you apply tags A
    and B to some text, and you build an exclusionary expression like
    "NOT A," the text will
    not appear in the output. (See rule #1 in my exclusionary
    list: any text tagged with an excluded tag will be excluded, even
    if other tags are applied.) If you build an inclusionary expression
    like "B," the text
    will appear. (See rule #1 in my inclusionary list: any text
    tagged with an included tag will be included, even if other tags
    are applied.)
    So I don't think "include trumps exclude" in this sense. But
    consider the following expressions in a 3-tag environment:
    * A OR B
    * NOT C
    Logically, these might seem equivalent. But they aren't, and
    RoboHelp doesn't treat them as equivalent. Let's assume that you've
    created every possible set of tag combinations for this project: A,
    B, C, A and B, A and C, B and C, all 3 tags (A, B, and C), and
    untagged. Here's a look at what would be included in the output for
    each build expression:
    A OR B:
    A
    B
    A and B
    A and C
    B and C
    A, B, and C
    Untagged text
    NOT C:
    A
    B
    A and B
    Untagged text
    When people say that RoboHelp's boolean operators "don't work
    right," I think they mean that expressions that seem logically
    equivalent (such as these two) produce different output. Without an
    understanding of how the rules are applied, a user can easily build
    expressions that seem right but produce the "wrong" output. In
    fact, the output is correct according to the rules.
    Again, I wouldn't say that "include trumps exclude," although
    I think I understand what you're getting at. The difference lies in
    the application of rule #1.
    I tested a simple 3-tag environment yesterday with printed
    documentation and CHM files, and the expressions worked as
    indicated. I didn't try WebHelp, but I've used similar expressions
    before, and I feel comfortable saying that WebHelp will also work
    as I've described it. Also, note that we're dealing with very
    simple expressions here; complicated expressions require more care.
    But most RH users can generate the desired output with a few simple
    expressions. Especially inclusionary expressions.

  • Book and File Conditional Text Tags Don't Match

    In Framemaker 10 (TCS 3, Windows 7 64-bit), when I click on a document in a the book (& View>Show/Hide Conditional Text), an extra conditional text tag shows up that doesn't exist in the document Show/Hide Conditional Text.
    For example:
    In the book, My Book.book, I select Chapter1.fm (but don't open it).
    Then I open the Show/Hide Conditional Text panel (View>Show/Hide Conditional Text)
    I see these two condition tags, Hide Text and HideText. I use Hide Text but not HideText.Apparently, at some point I changed the name of the condition tag.
    Then I open Chapter1.fm.
    When I open the Show/Hide Conditional Text panel, HideText isn't there.
    What I want to do is to delete HideText (the one I don't use), but I can't find ourt how to do it. any ideas out there?
    One more bit of information that might help figure out what's going on:
    I select Chapter1.fm in the book.
    Then I select Show as per condition in the Show/hide Conditional Text panel.
    Select HideText in the Hide field.
    Click the left arrow (<--) to move HideText to the Show field.
    Click Apply.
    I get this error message in the Book Error Log:
    Cannot show the following tags because they do not exist in this document
    So, can anyone tell me how to get rid of HideText from the book files?
    Thanks!
    John N.

    John, some troubleshooting questions:
    1. did all of the file(s) originate from FM10 or were any from previous versions? Did you import previous version content? Slight naming differences between FM versions is an insidious problem that many of us here can relate to ... If any of the files were from previous versions, I would start with testing FM10 original content itself, to see what naming convention FM10 starts with.
    2. if you want to dive into the innards of your problem files, you might use the venerable MIFBrowser, a freebie from
    http://www.wideman-one.com/gw/tech/framemaker/mifbrowse.htm
    Although it hasn't been updated in a loooooong time, it should still work perfectly with FM10 MIF files.  It's just a viewer, not an editor, but it will help you get a handle on both the conditional tags in-situ, in comparison to the tag as defined in the condition catalog section.
    MIF is a bit daunting if you've never looked at it, but with MIFBrowse the various sections of content are more easily viewable.
    3. With copies of your FM files safely backed up you could then edit the conditions in the.MIF files in a text editor (or by using FM itself, although this takes some special care to ensure that the file remains as text. I personally fine text editors (e.g. NotepadPlus or EmEditor) easier to use because viewing line numbers helps when trying to sync between what you see in the MIFBrowse display vs. actually edit the content.
    4. It's also possible to save the .book file as .mif to then examine/edit the conditional tag catalog with a text editor. You could copy the "missing" conditional definition from one of the chapters into the .book file.
    Sheila

  • Adding alt text tags in InDesign (and Acrobat Pro)

    I am having real difficulty adding alternative text tags. I created an INDD doc with rollover buttons linked to URLs firstly in InDesign CS4. I couldn't add alt text tags in CS4 so I then tried to add them in Acrobat X Pro but failed. Acrobat keeps wanting to class the PDF as a form. I then installed InDesign CS6 from the cloud and added alt text to the rollover buttons via object export options. However, these do not show when I export to PDF.
    Can someone help me add alt text to my rollover buttons in my interactive PDF either in InDesign CS6 or in Acrobat Pro after I export it?

    In InDesign CS6, you just need to add descriptions to buttons. This is done in the buttons and forms panel:
    This is the alt text in Acrobat when you roll over the button:
    Hope that helps!

  • Removing conditional text tags in a batch

    Hi everyone, using TCS2 on Win-7 64-bit.
    We have been using some conditional text tags in our writing, and now we are looking at adding a few new ones and taking a few away. Is there a way to remove a batch of conditional text tags from a whole bunch of FM documents, all at once? It is a tedious process to do it manually, doc per doc, tag per tag... wondering if there is a script, or anything like that?
    Thanks,
    Adriana

    I believe there are a couple of utilities to manage conditional tags; you might try searching Leximation's tool list:
    http://www.leximation.com
    And, there could definitely be Framescript-based scripts, either generic or written customized for your requirements. Here's the FrameScript group:
    http://groups.yahoo.com/subscribe/framescript-users

  • Can't keep IndexIX tag in bookmarks lists

    For some reason, some of my book files do not seem to have any "knowledge" of the IndexIX paragraph tag, which I need for creating PDF files from a FM book (so it will go in the bookmarks list), and also for when I generate a TOC, because I want to include the index chapter in the TOC.
    If I start with a book file that doesn't have the IndexIX tag in either of the bookmark lists (include or don't include tag), I have no idea how to add it. I can't find anything about that in the help files and I spent a lot of time looking.
    I found a workaround, which is to copy a book file from some other book that shows the IndexIX tag in the include or don't-include list. I delete all the FM files from the book file, and then I add the files from the current book I'm working on. This book file does reference the IndexIX tag. I rename the book file for the current book title, and I'm set.
    However, even that workaround isn't working today. The IndexIX tag is there at first (because it was in the book file that I copied), but after I add some files to the book, it suddenly disappears. I haven't figured out what exactly is causing that. But there must be a normal way to add a paragraph tag to a book file!
    OK, here's the part I dread: telling you all which version of FM I have.   It's version 8. I don't have any control over that at the moment (my employer makes that decision), and I really need to fix this problem now, so I hope there's someone here who won't tell me you're not supporting version 8 any more. I know that, but I'm hoping someone reading this will have encountered this problem before and knows what to do.
    I'm running FM on a Windows 8 system. I don't think compatibility is an issue, though, because I've had this problem with the IndexIX tag for years. After I used the workaround, I just kept updating the same books, which were derived from the previous versions, all of which had IndexIX. But now I'm creating a new book and the problem has resurfaced.
    Thank you!

    Hi Arnis,
    Thanks for the reply. I don't think I explained my problem very well.
    I do know how to create a standard index, how to put markers in the material, and how to use different levels of references. Usually, after I create the index, I then create the TOC. I do it in that order so that the index is listed in the TOC. But for that to happen, I need to include the paragraph tag for the word "Index," which is the title of the index chapter (along with Chap Num, Appendix, and other tags I want in the TOC). The tag for that title is "IndexIX". This works fine in several of the books I manage, but in some cases, I can't seem to keep the IndexIX tag in the list of tags to include in the TOC. At some point, that tag disappears from the list of known tags in the current book. I have no idea why that happens - I haven't removed the index from the book file, so the tag should still be there.
    Here's the dialog box I'm referring to. It is posted when I select Add -> Table of Contents from the book file:
    In the above example, I had already created an index, and the title (or chapter name), "Index," is tagged as "IndexIX." This tag is in the list of tags to be included in the TOC.
    But in some cases - and I can't figure out why - when I create an index in a book in the exact same way that I always do it, that tag doesn't show up in the "Don't Include" list when I create the TOC.
    The only workaround I've come up with is to copy a book file from another book in which the IndexIX tag is present and works correctly, delete the files in that book file, and add the files for the current book into the copied book file. The IndexIX tag is still in the list. I can then create a TOC that has the index listed. At least, this has worked in the past. I haven't needed to do this for a few years, but I am now creating a new book that needs an index, and this time, even my workaround doesn't work. Anyway, there ought to be a more straightforward way of getting the index listed in the table of contents.
    I hope this makes more sense!
    Thanks,
    Joyce Wermont

  • Album 8 Tag panel turn off control location?

    When I forget to turn off a tag (key word tag panel) and move on I am forced to go back and find
    the on tag, and turn off before I can move on to another tag search.
    Is there a way to turn off any on tag with a mouse click not a tag expand search for one on tag?

    Thank you
    If I leave a Keyword tag on (word tag section) and it is in a sub category
    hidden within hundreds of tags it time consuming to open back up every category
    to find the one tag I left on and turn it off. Is there an easy way to turn all
    tags off with one mouse click instead of going back and expanding all categories
    finding the tag I left on, and turning the one tag off?

  • How do I make a drop down list of text in numbers as it is made in the example spreadsheet for comparing cars for buying where you can choose a value from a dropdown list for each car?

    how do I make a drop down list of text in numbers as it is made in the example spreadsheet for comparing cars for buying where you can choose a value from a dropdown list for each car?

    Where is this example spreadsheet? Without seeing it I can only guess at what you are asking.
    To make a drop-down list (a pop-up menu in Numbers-speak), format the cell as a pop-up then edit and add to the list of items.
    If the example spreadsheet is pulling in a dollar value based on what car you chose in the pop-up, it is probably using LOOKUP or one of the other lookup functions, getting the information from another table (a lookup table). If, instead, these dollar values are what you are choosing in the pop-up, then you need to create a pop-up with these values in it.
    The Help menu includes a link to a page where you can download the Numbers Users Manual. It also has a link to the Formulas and Functions guide. Both are useful to new users.

  • Is there a way to change the master text length in FCP? The default length is 10 seconds, which is too long. I can easily adjust the length but I don't want to do it each time, and I don't want to adjust one and then have to copy and paste this length.

    Is there a way to change the master text length in FCP? The default length is 10 seconds, which is too long. I can easily adjust the length but I don't want to do it each time, and I don't want to adjust a text clip and then have to copy and paste this each time. Ideally, there should be something in User Preferences but there is not. Thanks.

    Maybe some one else can pipe up with a solution, but this would literally take 2 seconds to do for a new project.  And you can create a "template project" that includes this "text" clip.  Save this project and then to a get info and check "stationary pad."  When you double click on this file, fcp will open with a copy of this project and you just need to do a save as. 
    I've been working with computer editing systems for longer than i can remember and at a certain point you just have to adapt your workflow to the limitations of the software.  

Maybe you are looking for