<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello Michael,<br>
    <blockquote
cite="mid:CAA3qOL-7GHhe02tVb=iwMk+qCp504=p5=3eW8JEO1682HW8MAg@mail.gmail.com"
      type="cite">
      <div><font><font face="georgia,serif">I have another question.</font></font></div>
      <div><font><font face="georgia,serif"><br>
          </font></font></div>
      <div><font><font face="georgia,serif">Is there any way to make
            certain entries invisible in the preview window?&nbsp;</font></font><span
          style="font-family:georgia,serif">Something like the very
          useful italic (%i) code, but for invisible text.</span></div>
      <div><font><font face="georgia,serif"><br>
          </font></font></div>
      <div><font><font face="georgia,serif">The reason I am asking is
            the following:&nbsp;</font></font></div>
      <div><font><font face="georgia,serif"><br>
          </font></font></div>
      <div><font><font face="georgia,serif">I have certain concepts
            where I would like to hide specific entries from view. E.g.:</font></font></div>
      <div><font><font face="georgia,serif"><br>
          </font></font></div>
      <div><span style="font-family:georgia,serif">-----</span>&nbsp;<font><font
            face="georgia,serif"><br>
          </font></font></div>
      <div><font><font face="georgia,serif">
            <div>belanghebbende partij</div>
            <div>tussenkomende partij</div>
            <div><br>
            </div>
            <div>*partij, belanghebbende*</div>
            <div>*partij, tussenkomende*</div>
            <div><br>
            </div>
            <div>
              interested party</div>
            <div>intervening party</div>
            <div><br>
            </div>
            <div>*party, interested*</div>
            <div>*party, intervening*</div>
            <div>-----<br>
            </div>
          </font></font></div>
      <div><br class="Apple-interchange-newline">
      </div>
      <div>
        <font face="georgia, serif">I would like all of the words in
          between asterisks to appear in the tree view and the editor,
          but not in the preview area.</font></div>
      <div><font face="georgia, serif"><br>
        </font></div>
      <div><font face="georgia, serif">Would this be possible?</font></div>
      <div><font face="georgia, serif"><br>
        </font></div>
      <div><font face="georgia, serif">PS: I tried: right-click: Element
          &nbsp;&gt; Styles: 'toggle visible', but this seems to do something
          different to this.</font></div>
    </blockquote>
    Toggle visible will make all occurrences of that element
    visible/invisible.<br>
    <br>
    In order to do what you are looking for you will need to use the
    TLex "Masks" feature. You should be able to find a decent amount of
    information on how to setup masks in the documentation.<br>
    Roughly the following needs to be done:<br>
    1) Create a list attribute on the element that you want to sometimes
    be visible and sometimes hide<br>
    2) Add values to this list so that you can use this attribute to
    distinguish between the ones you want to show/hide<br>
    3) Go to "Format-&gt;Styles" and then click on the "Masks" tab,
    select the element and then add a mask for the list/values you want<br>
    <br>
    You should now see that when you change the attributes list value
    selection the element will become visible/invisible in the preview
    based on the selection.<br>
    At this point you can also set up multiple stylesets (with different
    masks) so that you can easily change between the elements been
    visible or not (if needed) - you might also find it helpful to look
    at the Samples, there is a "multiple stylesets with masks" sample
    which should be useful to look at.<br>
    <br>
    Regards,<br>
    Malcolm MacLeod<br>
  </body>
</html>