condition tag applied to insert to insert text not hiding all the Insert

Hi all

I am running FM12.0.2.389 on Win7-SP1 (64-bit) laptop with i7 & 16 GB of RAM.

As Arnis had mentioned on a post on the use of tags condition with tables, applying the condition for the character of point tag insertion conceals the entire table when you hide that tag. It's the way I always saw tags condition applied to the insert text, too much work. However, this is not what I see now, but I don't know if what I'm seeing is "as expected" typical behavior, or a new change since FM9 (jumped FM9 FM12), or if there is a problem with my installation of FM. "."

Here's the scenario: I have FM files that serve as overlays of text in multiple documents ("insert FMs" for clarity). The entire library of files FM has deployed several condition tags and variable to accommodate more boundaries between nearly identical products, U.S. / International English and more short documents output the same set of source files. For the sake of discussion, I'll use an example which includes 4 labels of condition:

  • 3D (specific products)
  • LI (specific products)
  • Kit (specific output)
  • Installation (specific output)

Insert FM has 3D and LI tags as appropriate. Container FM has 4 of all labels in the game. The tag is the FM Kit insert insert text for the Insert marker. When I'm running Kit, I can show 3D or LI and achieve the expected results. However, when I hide Kit, text inside of the FM which is tagged with insert regardless of the specific tag always present, even if the rest of the FM in medallion is hidden. I am pleased to provide you with a ZIP of the files needed to use as a sample.

I don't remember ever having this problem in FM7 or FM8 FM9. (I was a user of FM since the FM5.5 and the use of tags condition since FM6.) Is this normal? Is this a change designed as? Or am I facing a sort of weird corruption of my particular FM installation?

Thank you

René

Hi René,.

A text overlay behaves in a similar way to a table. It is anchored at the insertion point, and you apply the condition to the anchor to condition it. When you apply the condition to the Insert, all content conditionally marked in the box becomes a combined condition, i.e. the Insert with 3D and conditions of LI now has Kit, Kit & 3D and conditions of Kit & LI.

Therefore, you have to build the Boolean expression to show or hide so combined cases. In order to hide the KIT and 3D interior and conditions LI of the Insert, the Boolean expression would be:

not ("Kit" or (("Kit" et "3D") or ('Kit' and 'LI')))

Simply hide only Kit will not hide a combined condition (e.g. Kit & 3D).

Tags: Adobe FrameMaker

Similar Questions

  • Text entry box does not show all the text

    I'm creating a simple exercise where I want the user to copy text from the course, paste into word and report back what the number of words.  I thought that perhaps the text entry box would be the best way to go, since if you click the text (the default), you can copy it.  However after I place the paragraph of the text in the box and resize in the editor, until all of the text shows, it does not show all the text during playback is previewd or published.  It only shows the last words of the last row in the upper part of the box.

    Is there something that I am missing?  Or, is there a more easy/better way to do what I need?

    Thank you

    Hi all

    If it Captivate 4, there may be no need of a widget to do this. I'm guessing that you haven't tried allowing the scroll bar for the text of the entry (TEB) box?

    When I just plop a TEB on a blade, I get this in edit mode:

    During playback, it looks like this:

    But if I change the TEB properties and select the Show scrollbar option:

    I get this in the output:

    See you soon... Rick

    Useful and practical links

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcerStone blog

    Captivate eBooks

  • from new text boxes, text is not quite all the way to the top

    I work off someone elses ID CS4 files and there is a "Preset" I can not understand how to disable

    With the new text boxes, I'm starting, the text is slightly lower than at the top left as it normally would be.  Ive checked the vertical offset, which is set to 0, also verified the inset spacing which is 0 on all sides.  This could be the cause?

    Check the options of text block. Looks like the first baselin is leading instead of ascension (nothing bad at all), or there may be an applied custom baseline grid (or even a ducment baseline grid) and the first baselin is lower than expected and calls for the alignment on the grid style.

  • How to select multiple lines of text (without selecting all the text) within a title? (Holding Cmd does not work)

    I need to select several lines of text (in the various sections of the text) within a title without selecting any text. Holding Cmd like you would in other applications does not work, and now Shift selects all. Does anyone have a solution?

    Thank you.

    YYou cannot select several segments of text in a text block.

  • BlackBerry smartphones same text message sent all the time

    Hi all

    just got a bold 9700 yesterday and decided to send a text message to my daughter, who told her to stop the same text all when I sent only once. I am on t mobile, had no problem before with my old phone. Any ideas would be recognized with gratitude. Thank you, Andy

    Yes, I had similar happen once before. It's a problem of carrier network and nothig you can do. Just a glitch in the network.

  • How give/fix tag id value? (so it is not generated by the Portal)

    Hi all

    How to fix the tag id value (we give the determined value) so that it is not generated dynamically through the portal, and so we can refer/link to the item using the simple href tag.

    e.g. <!-* < div id = "givenValue" > * instead of * < div id = "pcnt35_113830_35_113825_113825" > *-->

    Thank you very much

    Jeff

    Hi Jeff,

    In Oracle Portal, I don't think you can give a custom/given name to these automatically generated identification labels.

    AMN

  • I want the text to stretch all the way across the window instead of centered, with a lot of unused space on the left and right sides.

    It is only using about 50% of the screen. The 25% of the left side and 25% on the right side are just empty space. I want the content of the page to extend over the entire window.

    You can use an extension to set a page zoom and the size of the default font on the web pages.

  • Need to insert test data in all the tables that were present in a schema

    Hello

    I use Oracle 9i.

    10 tables were present in my current schema. All tables are not having all the records.

    I need to insert test data in each table using a single procedure. (the table name is inparameter for the procedure)

    For example, I test_emp, test_sal tables.

    CREATE TABLE test_emp (ename varchar2 (40), number of sal);
    CREATE TABLE test_sal (it NUMBER, rank NUMBER, will designate the NUMBER);

    I need to insert some test data in these tables. I shouldn't use utl_file or sql * loader for this.

    I tried below way.
    -- Incomplete code
    
    CREATE OR REPLACE PROCEDURE test_proc_insertdata(p_table_name IN VARCHAR2) IS
    
    BEGIN
    
      --Selected all the column_names, data_type, data_length into a collection variable from user_tab_columns.
    
      SELECT u.column_name, u.data_type, u.data_length
      --BULK COLLECT INTO l_col_tab
        FROM user_tab_columns u
       WHERE u.table_name = p_table_name;
    
      -- generated the values using below statement
      
        SELECT decode(u.DATA_TYPE,'VARCHAR2',dbms_random.string('A', u.data_length),'NUMBER',TRUNC(dbms_random.value(1, 5000)),'DATE',SYSDATE) val_list
        -- INTO collection varaible
          FROM user_tab_columns u
         WHERE TABLE_NAME = p_table_name;  
       
    
    END;
    I am not able to transmit these values to the collection dynamically to the INSERT statement. I tried many ways, but I am not satisfied with the code I've written.

    Please help me if you know a better idea.



    Thank you
    Suri

    Suri wrote:
    Hello

    I use Oracle 9i.

    10 tables were present in my current schema. All tables are not having all the records.

    I need to insert test data in each table using a single procedure. (the table name is inparameter for the procedure)

    For example, I test_emp, test_sal tables.

    CREATE TABLE test_emp (ename varchar2 (40), number of sal);
    CREATE TABLE test_sal (it NUMBER, rank NUMBER, will designate the NUMBER);

    I need to insert some test data in these tables. I shouldn't use utl_file or sql * loader for this.

    I tried below way.

    -- Incomplete code
    
    CREATE OR REPLACE PROCEDURE test_proc_insertdata(p_table_name IN VARCHAR2) IS
    
    BEGIN
    
    --Selected all the column_names, data_type, data_length into a collection variable from user_tab_columns.
    
    SELECT u.column_name, u.data_type, u.data_length
    --BULK COLLECT INTO l_col_tab
    FROM user_tab_columns u
    WHERE u.table_name = p_table_name;
    
    -- generated the values using below statement
    
    SELECT decode(u.DATA_TYPE,'VARCHAR2',dbms_random.string('A', u.data_length),'NUMBER',TRUNC(dbms_random.value(1, 5000)),'DATE',SYSDATE) val_list
    -- INTO collection varaible
    FROM user_tab_columns u
    WHERE TABLE_NAME = p_table_name;  
    
    END;
    

    I am not able to transmit these values to the collection dynamically to the INSERT statement. I tried many ways, but I am not satisfied with the code I've written.

    Please help me if you know a better idea.

    Thank you
    Suri

    With some effort, you can write dynamic insert queries. Read the data dictionary views ALL_TABLES and ALL_TAB_COLUMNS to get the data you need. You may need to limit the list to the tables you specify to hardcode the names of the tables. You can read the views for the information of table and column that you need generate the insert column orders. It will be a lot of work and it might be easier to simply hardcode values. Dynamic SQL is difficult to debug and work with: (.) Something like this (untested and totally undebugged)

    declare
      cursor v_tab_col(p_table_name) is select * from all_tab_columns where table_name = p_table_name;
      v_text varchar2(32767);
      v_table_name varchar2(30);
    begin
      v_table_name := 'DUAL';
      --chr(10) is a newline for readability when debugging
      v_text := 'insert into '||v_table_name||chr(10)||'(';
      --loop to build column list
      for v_tab_rec in v_tab_col loop
        --add comma if not first item in list
        if v_tab_col%rowcount > 1 then
          v_text := v_text ||',';
        end if;
        v_text := v_text || v_tab_rec.column_name;
      end loop;
      v_text := v_text ||') values ('||
      --loop to build column values
      for v_tab_rec in v_tab_cur loop
        if (v_tab_rec.datatype = 'VARCHAR2') then
          --add comma if not first item in list
          if v_tab_col%rowcount > 1 then
            v_text := v_text ||',';
          end if;
          if v_tab_rec.datatype = 'NUMBER' then
           v_text := v_text || '9';
           elsif v_tab_rec.datatype = 'VARCHAR2' then
             v_text := v_text ||'X';
          end if;
      end loop;
      v_text := v_text || ')';
      execute immediate v_text;
    end;
    

    This code is not effective, but shows how to do what you described. You'll have to code for all data types you need and find a way to take into account the primary/foreign keys, yourself. I leave it to you to find a way to avoid selecting the data twice ;)
    Good luck!

    Published by: riedelme on July 24, 2012 13:58

  • TextArea FontSize not updated of all the texts

    Hey guys,.

    I'm trying to set the size of the font of some of the text box after the user selects the size of the text they want. However, this is changing only the last line of the text box (and all the new lines after than those who entered) instead of the whole text. These TextAreas hold chat messages and are not editable. Here is what I tried first:

    public void setFontSize(size:Number):void
    {

    chatLog.setStyle ("fontSize", size);

    }

    and then I tried this:

    public void setFontSize(size:Number):void
    {

    If (chatLog.text.length > 0) {}

    var allText:TextRange = new TextRange (conversation, false, 0, chatLog.text.length - 1);

    allText.fontSize = size;

    }

    chatLog.setStyle ("fontSize", size);

    }

    None of them seemed to change the size of the font of all but the last line. The example that I found online and on the adobe website have both shown it works. I use the htmlText property to set the text. Any ideas?

    Thank you

    Philippe

    OK, took a quick glance.  Interal of the TextArea TextField handling HTML is certainly full of features, I think that you have reached another of them.  It takes all your tags by specifying the size.

    If I were you, read back the html code and replace font tags, or (and maybe it's a better solution for the cat anyway) regenerate the HTML based on an external log of stored channels.  You can find out later that, after a long chat session which, as the number of lines in a TextArea, gets really big (1000), it starts to pig, so you can virtualize this text is actually in the TextArea and handful of scrolling in a different way.

    Alex Harui

    Flex SDK Developer

    Adobe Systems Inc..

    Blog: http://blogs.adobe.com/aharui

  • Text of the window 7 set text not recognized! Internet problems too!

    Window 7 text the unrecognized value and unable to read, also my computer is so no more authentic windows 7. my internet connects also not when he says I am.

    Plz help me uninstall malwarebytes!

    Hello

    First, reboot the system and start typing the F8 key

    Select Mode safe mode with networking

    Download follows him and run a full scan to rule out malware is still on the system

    http://www.Microsoft.com/security/scanner/en-GB/default.aspx

    Then, try to reset the default text

    1. Right click on the desktop. Choose "Customize".
    2. Click on window color and appearance.
    3. Click on advanced appearance settings
    4. Go through each element and restore (as applicable), bold, no italic fonts. (All parameters of a machine Win7 or Vista by default will be Segoe UI 9pt).

    Or, you could try a restore of the system for the date and time when everything was fine with the computer.

    Activate Windows by phone:

    1) click Start and in the search for box type: slui.exe 4

    (2) press the ENTER"" key.

    (3) select your "country" in the list.

    (4) choose the option "activate phone".

    (5) stay on the phone (do not meet all the automatic guests) and wait for a person to help you with the activation.

    (6) explain your question clearly to the support person.

  • Illustrator crashes on save in. AI with a layer of text not indicated

    Illustrator 2015.3.1 - 10 of Windows with the latest updates installed and NVIDEA GTX GPU 970 (372.70) latest drivers running.

    Illustrator was working fine a couple of days. Today, when I was working on a new file and went to save, Illustrator crashed. I have re-opened, automatic backup of backup is restored, immediately try to save, down again.

    Here's what I did:

    • I checked to see if there was an update available - there were. 2015.3.1 update, restart the computer, Illustrator breaks down.
    • Try to delete the Preferences file, it deletes the automatic record of my work, so I try to edit a new file, add text, trying to save, Illustrator breaks down.
    • Open illustrator, try to disable the use of the GPU in the program, create file, add text, try to save, Illustrator breaks down.
    • Open Illustrator again, create the new file, write something, try to save, Illustrator breaks down.
    • Read online on the problems that others have any with build 2015.3.1. See that users have a problem with text, specifically the fonts on the system. Thinking that he could be bound for the fonts used (unlikely, as they are common fonts - Lato and Gotham), I open a new file, add text by using the font Verdana size, try to save, Illustrator breaks down.
    • Open illustrator, create the new file, add text, text, try to save. HAVE file, file, Illustrator IS NOT crash. Try to add more text, and as I change the text, Illustrator freezes/crashes.
    • Read online users have a problem with saving EPS files, but their 2015.3.1 hangs when registering. Files HAVE with the text which are not described. I open illustrator, add text, not to expose the text, try to save as. EPS, illustrator IS NOT crash. I continue to work on the file, and I'm editing text, Illustrator blocks.

    To summarize what I've lived, Illustrator currently won't let me save files to the format HAVE whose text is not specified, it crashes. It will save the files WITH specified text. It will save EPS files with text are not described. Illustrator crashes when editing text. Best practices for troubleshooting are completed.

    Windows Event Viewer shows the following as being the culprit, with the first line/file is causing most of the accidents:

    1. Path of the failing module: C:\Program Files\Adobe\Adobe Illustrator CC 2015.3\Support Files\Contents\Windows\dvaui.dll
    2. Path of the failing module: C:\Program Files\Adobe\Adobe Illustrator CC 2015.3\Plug-ins\Extensions\ControlPanel.aip

    I am at a loss. Any ideas? Is not the first time I met problems with Illustrator CS and I'll be more frustrated when it comes to a program that I use for my livelihood, and I am constantly to uninstall the entire suite CS on my system just to get a program to work (I seriously just did about a month ago and a half to try to fix the Illustrator [ironically] with no resolution).

    Hello world

    After a LOT of troubleshooting with support and be wound up to software engineers/developers. It came down to a simple problem that has happened in the past with Adobe Photoshop.

    If there are all the fonts installed on the system that contains special characters in the name of the FILE (I had several that were the symbol of the brand), it will make Adobe Illustrator fails when you change a file, or when you try to save. Previously, I had this problem with Photoshop, but they released a patch that fixed, so hopefully that happens as well with the Illustrator.

    Hope this helps anyone else has a similar problem.

  • UIScrollbar does not have to scroll through all the text?

    Hi all, I have a field of text-ish with a decent amount of text that must be scrolled to see it all. I added a UIScrollBar (using the AS3) component and it shows fine and makes the text very well, but it does not scroll all the way to the bottom of the text, just a little ways in. If I use my mouse wheel and scroll the text in this way, then bar scroll position indicator suddenly shrinks and then I can use the scrollbar clearly at the end of the text. But if I do not use the mouse wheel to do this, I can't use the scroll bar to reach the end of the text. I tried to use the scroll bar update() method after filling of the text field with its content and attach the UIScrollBar component itself. What Miss me here so that I can use the scroll bar to scroll down the text instead of just a little ways?

    Apparently, you must manually specify the max of scrolling of the scroll bar range. Assuming that you have created a textfieild of the ScrollBar control affects named content_tf, and the scroll bar is named scrollbar_tf, after the text is loaded into the textfield, this line of code will properly size the scroll bar to adjust the text:

    content_scrollbar.maxScrollPosition = content_tf.textHeight;

    Go figure.

  • FM 9: Cannot apply conditional tags

    I was able to create conditional text tags, apply it and see good conditional indicators in several documents using 9 FM. Recently, in a new book, I am unable to apply conditional tags. I think I got the new user interface, since conditional marking has worked before. I can create tags and configure them fine, but when I apply the text, table, graphic, etc, that nothing is happening. the text remains unconditional.

    You don't describe your steps. So, make sure that on the pod of conditional text, you select the condition, and then select the option button, then click on apply. If you forget to program before you click on apply, the condition is not applied.

  • Is it possible for someone to insert a logo when you fill out a form to fill out? I'm looking for all the options under the button 'add a text field.

    I have created a form to fill out that is a contract, but I need a way for the person who is to fill the form to insert their logo.  Is it possible for someone to insert a logo when you fill out the form to fill out? I'm looking for all the options under the button 'add a text field.

    It is not possible within a text field, either. If they have Acrobat, they can use the built-in under Tools - editing content Add Image tool.

    If they drive XI or higher, they can use a button form field you will need to set up for them, but the image must be in PDF format.

  • You can apply two condition tags to the same content?

    We must apply the two condition tags to the same content. A condition tag is for the version of the product (for example, full vs of lite), and the other condition tag is for the output (vs. Administrator's guide online help). Is it possible within the framework to apply two condition tags to this topic? We want a topic to have the full conditions of the Administrator's guide.

    If this is not possible, we can create a condition that is full tag and guide the administrator, but we have thought that we would check to see what is possible. Thank you!

    > So we need to use conditional expressions for this?

    If inclusive - or show, that's what you want, no.

    Otherwise, probably - I have not used cond-exps myself yet.

    Even in FM9/10, it is probably still a good idea to overlap do not conditions. Brainwashed MIF can fix, tho.

Maybe you are looking for

  • Satellite A100-383 does not start - not battery

    Hello. I have an old Toshiba Satellite A100 - 383.Recent months its battery will remain as defendant for 20-25 minutes. OK, that's an old laptop, it's normal, I thought... I connected the laptop to the grid and I haven´t you have any problem. I staye

  • calendar of events

    Hello I have a problem with the events. I'm new to the use of events. This is why your entries will be useful for my coding. Code details: I have two exits to come at the same time. (For Eg: output gives the list of pressure devices, the other output

  • How to get a list of the VI included in the executable

    The problem is mainly a matter of configuration of product version control and also potentially has a loss of performance. While VI and CTL lists (including dependencies) are completed, I can't find a reference to some of the VI, especially in the de

  • SELPHY printer wireless

    How to prevent my Selphy printer to enlarge my Iphone photos it prints

  • Web proxy settings are not configured correctly. Have problems with games and other applications.

    original title: apps do not correctly configured The default Outlook Express mail, The default Outlook in the Express News with the Internet Explorer Web Proxy are not configured correctly. Because I had problems with the game apps and stuff in my em