Indentation craziness

I'm writing a document with a tiered structure of headings, and I'm finding Pages' behaviour on tiered lists quite frustrating.
I've set up paragraph styles called Heading 1, Heading 2 and Heading 3 and set them to use tiered list numbering. The first problem is that Pages doesn't seem to make the indentation level part of the style, so when I type a heading and choose Heading 3, its indentation level is set to level 1, and I have to increase it manually.
That, together with this second problem, is the root of my frustration:
If the paragraph below the one you're indenting has a higher indentation level, it gets indented as well. Consider the following list:
1. Fruits
1.1 Apples
1.2 Oranges
If I add "Pears" and make it Heading 2, its indentation gets reset to level 1:
1. Fruits
1.1 Apples
2. Pears
2.1 Oranges
Now, if I want to fix this by indenting Pears, Oranges gets indented as well:
1. Fruits
1.1 Apples
1.2 Pears
1.2.1 Oranges
Because I use indentation levels for the paragraphs of actual text between the headings as well (Pages requires this to behave properly, and it's not a bad thing), every time I add a heading it messes up the structure of my document.
Simply outdenting the "Oranges" heading won't do as a remedy, because this won't outdent the paragraphs of text below it (as I said, it only affects following paragraphs if they have a higher indentation level).
This behaviour may be useful if you're editing a list that's in one place (e.g., a bullet list in a slide presentation), but it's not appropriate when using tiered numbers for headings in a document.
Does anyone else find this behaviour strange, and does anyone know of a way around it?
I think if the first problem (not remembering indentation levels in a paragraph style) was fixed, it might solve this whole issue.
Amar
PowerMac G4 Dual 867 MHz   Mac OS X (10.4.7)   1GB RAM, ATI Radeon 9800 Pro 128MB

Hullo Amar Sagoo:
I think your particular problem with lists may belong to what you are doing with them, which other users (myself included) may not have encountered themselves.
However, whilst it would seem fairly straightforward to create a list in the first place, ammending it can certainly upset that.
The place to look for list management, however, is not always in the general styles drawer. You will need, first, to select the paragraph (or list item, I suppose you'd call it here) and then turn to the inspector > text > list to adjust details, including numbering and indent levels.
You can, for example, alter the indent level of any particular item from there.
Notwithstanding, if your issue is rather with the whole list, in the ammended form you want for it, I'd think you might need to select your whole list first, and then use this panel to choose the list properties - indentation & numbering; what have you. To select the whole of any isolated material in Pages, you first insert your cursor at either the beginning or the end of it, and click, and then transfer to the end or beginning (respectively) and shift-click there to highlight the whole. With that, you can order the list overall.
There are quite a number of help topics on this subject, but none of them especially evident from Pages' main help page. I suggest you type "formatting ordered lists" (without the quotes) in the search panel of Pages help, which will show you a wealth of information amongst which I'd be reasonably confident you'd be able to identify and solve your particular issue.
On the other hand, there does remain a limitation in Pages' "list" capabilites; inasmuch as that they still fall short of an outliner, even though the help refers to an ordered list, in brackets, as an outline. It isn't quite, since you can't collapse and re-open it - and the nomenclature is confusing in failing to make this distinction. But as lists they would seem to be workable.
If, once having explored what really is available, you are still dissatisfied with it, you may be in a position to offer some constructive suggestion to Pages > Provide Pages Feedback in the main menu of your program.
Meantime best wishes, and see if this helps.
iBook G4   Mac OS X (10.4.6)  

Similar Messages

  • When using Live View, site looks great, browser testing goes crazy

    I am creating a new website (and I am really unexperienced with Dreamwaver CS5).  But when I check my site using "Live View" everything looks great, the way it is supposed to.  Then when I go to test it in my browswer (Primary browser is Chrome) it goes crazy:  I at first noticed that I had saved one copy as an .asp but then resaved it to .xhtml  I did delete the first line of code already that the .asp file created as it kept giving me an error on line 1.
    Then I tried to do a spry drop-down menu bar, which I have deleted since I thought I was doing something wrong with that and I should just stick to what I half-way know.
    If I were to preview the template page it gives me this error:
    This page contains the following errors:
    error on line 150 at column 76: error parsing attribute name
    Below is a rendering of the page up to the first error.
    Here is line 150:
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    If I were to test the index.xhtml page in the browser, it ignores most images (all but one), and the first nav-bar (an editable region) appears to the left instead of under the header.  The layout is totally ignored and everything is on the left-hand side of the screen instead of in a two column layout.
    I am not testing this on a server just off of my computer.
    I am assuming that the error has something to do with the .asp file I first did and when I resaved it, since I don't know what I would be looking for, is still in there screwing it up.
    Here is the code from the template page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Midwest Window Brokers | Page</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    body {
              font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
              margin: 0;
              padding: 0;
              color: #000;
              background-image: url(/images/bkg.jpg);
              background-repeat: repeat;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
              padding-right: 15px;
              padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
              text-align: left;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color: #060;
              text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #666;
              text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
              text-decoration: none;
    /* ~~this fixed width container surrounds the other divs~~ */
    .container {
              width: 960px;
              background: #FFF;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
              background-color: #FFF;
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
    .sidebar1 {
              float: right;
              width: 300px;
              background: #ffffff;
              padding-bottom: 10px;
    .content {
              padding: 10px 0;
              width: 650px;
              float: right;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
              padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
              list-style: none; /* this creates the space between the navigation on the content below */
    ul.nav li {
              border-bottom: 1px solid #666; /* this creates the button separation */
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
              padding: 5px 5px 5px 15px;
              display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
              width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
              text-decoration: none;
              background-color: #DDDECB;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
              background: #ADB96E;
              color: #FFF;
    /* ~~ The footer ~~ */
    .footer {
              padding: 10px 0;
              position: relative;/* this gives IE6 hasLayout to properly clear */
              clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
              background-color: #DDDECB;
              font-size: small;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
    #h-navbar {
              font-weight: bold;
              height: auto;
              font-size: 18px;
              line-height: 50px;
              background-image: url(/images/navbar2.jpg);
    #h-navbar1 {
              background-image: none;
              background-repeat: repeat-x;
    -->
    </style>
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    </head>
    <body onload="MM_preloadImages('/images/home2.jpg')">
    <div class="container">
      <div class="header"><a href="/index.xhtml"><img src="../images/heading.jpg" alt="Midwest Window Brokers, Windows, Siding, Roofing, 605-791-5352" name="Insert_logo" width="950" height="200" align="right" id="Insert_logo" style="background: #FFFFFF; display:block;" /></a>
        <div id="h-navbar1"><a href="/index.xhtml"><img src="/images/home.jpg" alt="home" width="159" height="51" id="Image1" onmouseover="MM_swapImage('Image1','','/images/home2.jpg',1)" onmouseout="MM_swapImgRestore()" /></a><a href="/windows.html"><img src="/images/services.jpg" width="151" height="51" alt="services" /></a><a href="/freebay.xhtml"><img src="/images/specials.jpg" width="153" height="51" alt="specials" /></a><a href="/gallery.html"><img src="/images/gallery.jpg" width="152" height="51" alt="gallery" /></a><a href="/roofing.xhtml"><img src="/images/order.jpg" width="152" height="51" alt="order" /></a><img src="/images/blank.jpg" width="75" height="51" /><img src="/images/facebook.jpg" width="38" height="51" alt="facebook" longdesc="http://facebook.com/midwestwindowbrokers" /><img src="/images/twitter.jpg" width="37" height="51" alt="twitter" longdesc="http://twitter.com/midwestwindow" /><img src="/images/google.jpg" width="42" height="51" alt="google+" longdesc="http://https://plus.google.com/u/0/b/108071947231835835141/108071947231835835141/posts" /></div>
      <!-- end .header --></div>
      <!-- TemplateBeginEditable name="navbar" -->
      <div id="h-navbar">
        <div id="h-navbar2">  Content for  id "h-navbar2" Goes Here</div>
      </div>
      <!-- TemplateEndEditable -->
      <div class="sidebar1">
        <ul class="nav">
        </ul>
        <p> <div id="wufoo-z7x3k1">
    Fill out my <a href="http://midwestwindow.wufoo.com/forms/z7x3k1">online form</a>.
    </div>
    <script type="text/javascript">var z7x3k1;(function(d, t) {
    var s = d.createElement(t), options = {
    'userName':'midwestwindow',
    'formHash':'z7x3k1',
    'autoResize':true,
    'height':'601',
    'async':true,
    'header':'show'};
    s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'wufoo.com/scripts/embed/form.js';
    s.onload = s.onreadystatechange = function() {
    var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return;
    try { z7x3k1 = new WufooForm();z7x3k1.initialize(options);z7x3k1.display(); } catch (e) {}};
    var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr);
    })(document, 'script');</script></p>
        <!-- end .sidebar1 --></div>
      <!-- TemplateBeginEditable name="Body" -->
      <div class="content">
        <h1>Instructions</h1>
        <p>Be aware that the CSS for these layouts is heavily commented. If you do most of your work in Design view, have a peek at the code to get tips on working with the CSS for the fixed layouts. You can remove these comments before you launch your site. To learn more about the techniques used in these CSS Layouts, read this article at Adobe's Developer Center - <a href="http://www.adobe.com/go/adc_css_layouts">http://www.adobe.com/go/adc_css_layouts</a>.</p>
        <h2>Clearing Method</h2>
        <p>Because all the columns are floated, this layout uses a clear:both declaration in the .footer rule.  This clearing technique forces the .container to understand where the columns end in order to show any borders or background colors you place on the .container. If your design requires you to remove the .footer from the .container, you'll need to use a different clearing method. The most reliable will be to add a &lt;br class=&quot;clearfloat&quot; /&gt; or &lt;div  class=&quot;clearfloat&quot;&gt;&lt;/div&gt; after your final floated column (but before the .container closes). This will have the same clearing effect.</p>
        <h3>Logo Replacement</h3>
        <p>An image placeholder was used in this layout in the .header where you'll likely want to place  a logo. It is recommended that you remove the placeholder and replace it with your own linked logo. </p>
        <p><span style="font-size: 18px; color: #C00; font-weight: bold; font-style: italic;">Logo Replacement</span></p>
        <p> Be aware that if you use the Property inspector to navigate to your logo image using the SRC field (instead of removing and replacing the placeholder), you should remove the inline background and display properties. These inline styles are only used to make the logo placeholder show up in browsers for demonstration purposes. </p>
        <p>To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)</p>
        <h4>Backgrounds</h4>
        <p>By nature, the background color on any div will only show for the length of the content. This means if you're using a background color or border to create the look of a side column, it won't extend all the way to the footer but will stop when the content ends. If the .content div will always contain more content, you can place a border on the .content div to divide it from the column.</p>
        <!-- end .content -->
      </div>
      <!-- TemplateEndEditable -->
      <div class="footer">
        <p class="footer"><strong>  <em>References Available!</em>     We accept cash, check, Visa, Discover, MasterCard</strong></p>
          Copyright 2012 Midwest Window Brokers Inc. All Rights Reserved.
        <!-- end .footer --></div>
      <!-- end .container --></div>
    </body>
    </html>

    I had saved one copy as an .asp but then resaved it to .xhtml 
    I'm assuming this is a static web site.  Rename (F2) all your pages with .html or .htm extension. 
    .xhtml is not a valid extension.
    Nancy O.

  • Indent in Pages

    I have an "Indent" question.  How do create the following format in Pages? I want the subsequent text after the first indent to indent automatically and then turn off when I hit a double space for the next speaker.  Is this possible? 
    Example:
    Thomas:     Wish you could figure this out because
                      this is driving me crazy when I can't
                      make the computer do what I want.
    William:     I know what you mean, Thomas.

    Hi at321;
    Just make some changes in the Format Panel> Layout > Indents.
    Put the cursor on the paragraph.
    In the Left Indents select desired value (1 in in this case).
    In the Right Indents select as needed (3.11 in this case).
    Regards.

  • Photoshop cs4 pull out "indented writing" from old book

    Hey everyone, Im new to not only photoshop, but to the forums as well. First off I would like to give my thanks in advance for any help that is provided, if it was for people like you id prob go crazy. i have an extremly old book which is worth a substancual amount of money and i have photographed the book page by page and have noticed some indented writing on several pages. given the age and placement of this book i need to know what the indented wring says. i was wondering how i could use photoshop cs4 to bring out that writing and possibly color it in so it was then, readable. again any help is extremly appericated.
    Thanks,
    Glenn

    Glenn,
    It appears that you wish to enhance annotations on the pages, that are very light, and are not showing well enough in your photographs.
    I would look at using the Threshold Adjustment, to see if you can extract that info. Go very slowly with the settings, and study the results carefully. If you can do what you want, you might be able to use that image, adjusted, as a Layer in your photographs, and explore both Blending Modes and also Layer Masks, to get those annotations onto the "page" with the normal type.
    I had to do a series of shoots for some of William Faulkner's original manuscripts. As has been suggested, I used a piece of optical Lucite to both flatten, and to hold the pages. The lighting on the copy stand had to be adjusted a bit, as we could not force the spine of these notebooks in any way, so that the opposite pages and covers were up higher. Not an easy task, and we had to fight any/all reflections by those angle adjustments. Normally, 45 degrees and broad/flat is best, but we had to fight that angle, so as to not get any shadows.
    Good luck,
    Hunt

  • Indention on my dynamic menu?

    http://kellyandolive.businesscatalyst.com/aboutus.html
    see link....this is driving me CRAZY. I can't figure out how to remove the indention from my menu? It should be even with the logo above it. I've tried switching out the style, and no matter which style I use there is an indention, bullet or both. I figured out how to remove the bullet using the list style type (none) but it leaves the indention and I'm about to go crazy.....please help me!!!

    Hi,
    Could have kept this in the same thread ^^
    You doing this in Muse or something?
    You have no styles on the ul and thus by default it is indented because it has padding.
    #nav_1325710  { padding:0; }
    In your stylesheet ill fix it up for you.
    Also:
    You got a class on every li, you add that each time? You can just target the UL then li in your css more effeciently like:
    #nav_1325710 li {}

  • Yesterday, as today's deadline for filing tax returns approached, I was paralyzed by the inability to create new IRS PDF forms and to retrieve archived ones from a year ago. My computer went crazy. 24 hours later, I am still paralyzed. Can you help?

    My computer went crazy yesterday on two occasions involving PDF documents. One dealt with attachments to an email from a bona fide corporation. The other dealt with IRS PDF forms & schedules needed for today's submission.
    As both dealt with PDF and had nothing else in common, I suspected my PC had a virus. When I asked a local store technician, he agreed. I turned to Norton, which protects my PC from viruses, and after a few hours of really thorough searching, the computer was found to have no viruses.
    Before describing what I call "crazy" computer behavior, you need to know that I have long had IE8 as my default browser but a few weeks ago switched to Mozilla Firefox because IE8 had beome incompatible with some websites from which I get information.
    When I received the email from AT&T email service and clicked the first of four icons representing attachments, there was figuratively an explosion on my monitor: a series of new tabs, each called New Tab, burst onto the monitor--but no text or picture. The new tabs appeared faster than I coul kill them. I finally decided just to shut down the computer, hoping they would not reappear when I restarted. I was wrong. After 2 repeats, I decided to forget about the attachments and asked the sender to send them to me by regular mail.
    That was no solution for my IRS PDFs. I wanted to complete filling in the various forms and schedules that I had begun months ago so that I could mail them today to the IRS (without having to copy them all in ink). When I tried to open the first one, BOOM. The same thing happened: the blizzard of New Tabs atop blank pages; my IRS form or schedule did not show up. Did the same shutdown/restart routine with the same results.
    When I looked at the list of current forms that had to be completed, I noticed something very strange: the icons that began the listing of the documents' names were replaced one by one by Mozilla icons. When I moused over them, they said Firefox HTML. Why?
    Starting the day today, I had the same experience. What's more, when I started to retrieve 2012 IRS PDFs from a year ago, the same New Tab tabs appeared and had to be killed, and Mozilla icons replaced whatever icon was there before.
    Assuming that the problem arose with Adobe Reader's reading of the PDFs, I contacted Adobe but got no helpful phone number because PDFs are a free service and was directed to use this Forum to get help.
    What do I have to do to (a) read and use PDFs in the normal way and (b) remove the Mozilla icon from those that have appeared on icon documents. If Mozilla is the source of the problem, shall I go back to IE8? (In my 80s, I want eventually to replace my old computer but for the time being I must continue using it. It will not take an IE9. Anther possible default browser would be Google Chrome, but I have unfavorable impressions of it because of its intrusiveness, loading my PC with stuff I do not need.
    Can you help?

    The problem is absolutely not Reader. The problem is that FireFox has stepped in front of Reader and handles all the PDF stuff - wrongly in your case. FireFox is DESIGNED to take over PDF files. But it is not capable of doing IRS forms!
    To start with go back to IE for these forms. When you save them to disk DO NOT DOUBLE CLICK ON THEM until this is fixed. Just open the in the normal way - start Adobe Reader and use Open from the File menu.

  • Indent Sales Orders - PR Report

    Hi Experts,
    We already have a setup on Indent Sales Process however, we have some issues that some items are not copied from Sales Order to Purchase Requisition. And we like to have a report to know if all line items from Sales Order are copied to Purchase Requisition.
    Is there such an existing report in SAP?
    Thanks a lot!

    Solved: transaction code ALO1

  • Smartview indentation no longer working with upgrade

    We are currently running HFM and Smartview with Office 2010. We have updated Smartview from version 11.1.2.1.x Build 271 to 11.1.2.2.310 Build 247. The Zoom In function is no longer working properly.
    In the prior version:
    1. Zoom In = Next Level
    2. Member name Display = Member name and Description
    3. Indention = Subitems
    4. Ancestor Position = Top
    The new version has the same settings however since updating to the new version the indentation no longer happens. 
    Is anyone else experiencing this issue?  Is there a workaround?

    Hi,
    Below is the copy paste of the content from Oracle doc.
    Applies to:
    Hyperion Planning - Version 11.1.2.1.600 and later
    Information in this document applies to any platform.
    Symptoms
    Unable to use smartview column suppression features with an Essbase connection.
    - Start up excel and then go to the smartview menu -> Options -> Data Options -> Suppress Columns section is active
    - Establish an Essbase Shared Connection
    - Go into adhoc mode or just double click on a database to bring up the metadata.
    - Now go to smartview menu -> Options -> Data Options -> Suppress Columns section is grayed out.
    The above feature works fine with a Planning connection.
    Is this an Essbase connection limitation?
    Cause
    Installed the Smartview 11.1.2.1.103 (Build 100)
    Solution
    The following was mentioned in the 11.1.2.2.310 version of the Smart View User's Guide. The description for Suppress Columns was updated as follows:
    To streamline the grid, you can suppress columns that contain types of data that you do not need to view.
    Notes:
    -- In suppressed columns, cell references to Excel formulas are not updated.
    -- The Suppress Columns options are not available when connected to an Essbase data source.
    So from the above, it is not a supported feature when using an Essbase connection.

  • Crazy to install CS2 on Quad Core 64 bit Windows 7 notebook?

    I've been a video producer/director/editor since 1970 and have witnessed most all the progress and insanity of the "corporate wars" to dominate video production and later, video editing.  I no longer see any reason to differentiate between still photography, video production, editing, web authoring, print production, graphics, CGI, CAD etc...ad nauseum. My dream has long been to have one very powerful laptop that could do most everything that a creative person desired on location anywhere in the world.
    My new notebook is an ASUS Quad Core G71GX with 6 GB RAM - an Nvidia Geoforce GTX 260M - and 2 - 500 GB, 7200 rpm hard drives - Windows 7 Home Premium 64 bit OS. These days I shoot most video using a Canon SX1 IS at 1080 30p and the files are playing back beautifully on the 1920x1400 display at full frame rate. So for me that covers the basics. I will be upgrading from Windows 7 Home Premium to Ultimate shortly. Does anyone have issues/questions about the platform?
    As to the software . . . I have been using Adobe stuff for 20 years or so.but did not get into their video editing products until Premiere 6.5. Than I jumped in with both feet and became a beta tester for the CS2 video collection. I still have my complimentary Premiere Pro 2.0 and it still works on my older XP Pro notebooks.
    But now we are here in 2010 and all the major PC platforms are running 64 bit Operating Systems and I just figure that I should hold out for a true 64 bit Master Collection [which many people call CS5]. In the meantime I decided to install my CS2 Creative Suite and Premiere Pro 2.0 just so I could have the benefit of these programs while I am waiting for the 64 bit to release.
    I purchased my CS2 back in 2005 as a download and last night made the attempt to install it onto the ASUS. As expected the serial number did not work so I called Adobe Installation support and got started after they prompted me for the "challenge" code. When I entered it the installation began nicely UNTIL the first folder [CS_2.0_UE_Ret_D1] finished loading and UP POPPED a window saying "Please insert CD #2" with only an OK button. Well, I didn't have any CDs because the suite was delivered as a download way back when and there seems to be no way to get to Disk 2 folder.
    I finally decided to Quit the install when up pops a window that says [paraphrasing]. Your Photoshop program on Disc 1 has been verified and so try again to install. I said OK and up pops a window with all the various programs and the option to select Install. I selected each one [except GoLive because I now have Dreamweaver CS4] and proceeded. I sort of kluged my way through the transition from D1 to D2 to D3 to D4 folders and by all indications had a successfully installed, registered and activated CS2 suite on the ASUS notebook. Restarted the machine.
    Opened Photoshop and up comes an error message "Your Adobe Photoshop user name, organization or serial number is missing or invalid. The application cannot continue and must now exit" "OK", which I pressed and Photoshop closed. Checked the other CS2 programs and none of them would open.
    I would appreciate any pointers on how to get CS2 Creative Suite to install properly since Adobe Tech Support says such installation help is out of date and recommended this forum.
    BTW: I run Videography Lab and am the "seminal author of videography". OCT 1972 American Cinematographer. I have a different take on the meaning of videography than most folks. After 38 years of research and contemplation I believe "Videography means 'I know to write' or conversely 'writing my knowing'" The platform that I've been talking about is the technology tool that enables such communication in "the Age of Videography" [Miller Freeman Publishing - 1996].
    Call me crazy and than help me get this sorted out
    Bob Kiger - [url removed by host]
    PS: Does anyone beside me expect a sudden and dramatic shootout between Final Cut Studio & Adobe Creative Suite soon?

    Hi Michael--
    Upon continued research we found your statement "CS 2 isn't compatible with Windows 7 32-bit no less 64-bit." not quite true. We grant you that, in it's raw state, Windows 7 will not install, activate, register etc. CS2 programs. That's been the Adobe position for quite a while.
    Now that we have Windows 7 in hand and can play we found that if you have Windows 7 Professional or Ultimate edition you can acquire for $89.95 and download/install in an hour or so "Windows Virtual PC" and "Windows XP Mode".[Note: This feature is not available on Home editions].
    We purchased the platform and once it is installed we had a "Windows XP platform" on our Windows 7 machine. From that point forward the installation of CS2 and many other of our old favorite programs was a snap. We've opened and worked with Photoshop, Illustrator and InDesign etc. with no problems.
    And, by the way, Premiere Pro 2.0 intalled easily on Windows 7. We're testing it now with some sub-1080p projects.
    As to the long nagging problem of Adobe Installer not recognizing the downloaded CS2 CAB files during installation, we worked around by just saying OK when the installer asked for the next disc and immediately clicked on the desired disc in a seperate exlorer window which contained all the download files.
    So that's the workaround for us. Now we wait to see who wins the race to enchant users with 64 bit editing and imaging suites.
    Thanks for all your help.
    Bob Kiger - Videography Lab

  • Lost index indentation

    I converted WinHelp to HTMLHelp in RH8.  I lost all of the indentation of my index.  Is there an automated way to fix?

    >
    6) i now want to drop the tablespace but it still says
    alter tablespace tablespace_name offline
    ERROR at line 1:
    ORA-01191: file 15 is already offline - cannot do a normal offline
    ORA-01110: data file 15: '*_INDEX.DBF'
    Although the tablespace is already offilne and i only have one datafile.
    After deleating the tablespace i will create another tablespace by same name and run an import on that for indexes.
    Later i can rebuild indexes.
    >
    As your tablespace is having only one datafile, that also the datafile is offline already , so you are getting the error.If the datafile would have be online you wouldn't have got the error.
    Secondly, as you wrote that you want to delete the tablespace, create new one and run the import, so do
    1. drop tablespace tablespace_name including contents and datafiles; -- this will drop the index tablespace
    2. create tablespace tablespace_name_same datafile 'loaction/datafile/name' size xxxM extent management local
    segment space management auto;
    3. Import the data
    HTH
    Anand

  • EFI update went well.  Am I crazy or do things seem snappier

    I just updated my iMac with the EFI update. Very smooth. Subjectively, the machie seems much more responsive and quick. Is this just me or have others noticed what appears to be this increase in responsiveness. For example, applications just seem to load much more quickly.
    Steve

    Hi Steve,
    You're not crazy AFAIK . I did the EFI update yesterday and, after a slight glitch which is described in this thread,
    http://discussions.apple.com/thread.jspa?threadID=1153464&tstart=15
    I was surprized by a 20 second bootup this morning. 20 seconds! It used to take about 25 to 30 seconds prior to the update. Hope this continues. And yes, everything does seem snappier as you report.
    Rick

  • Importing a photo folder just with references creates a photo library 2/3 of its size. crazy!

    after ignoring iphoto for many reasons over the last years i thought i give it a try with the new photo app.
    i imported a 70gb photo folder - turning OFF to copy it into the library first, just refering to them - and now it ate up all my space by creating a 41gb (!!!) photo library just with references alone. so now i have a 70gb folder plus an index file that is 41gb big. i am beyond baffled.
    am i doing something wrong here or are they crazy?
    they cannot possibly think this is a smart way to store photos with the small internal hard drives they give us nowadays can they?

    it gets even worse. "photos" has created empty subfolders of almost every photo in my original photo folder.
    thank you apple. good job.

  • How do I add paragraph indentation to a style in iBooks Author?

    I have a book with a lot of quoted verse in it, which needs to be indented.  In order to make the verse distinctive to the eye, it's both slightly tighter set than the rest of the text, and left-indented.
    I can set up the tighter settings and save them as a style, but there seems to be no way to indicate indentation in iBooks Author.
    Currently I go in and use list indentation in each instance of the verse, which isn't the right way to go.
    What am I missing?
    Thanks!

    Try using the Inspector/Text/Tabs...see if it supplies the control you need.

  • TEXT-INDENT NOT WORKING

    Hi!
    Please see the below CSS code, why isn't the text-indent not
    working? everything else is?
    a.quick_link_buttons:link {
    color : #004489;
    font-family : Myriad, Arial, Helvetica, Verdana, sans-serif;
    font-size : 12px;
    text-indent : 10px;
    line-height : 20px;
    text-decoration : none;
    font-style : normal;
    font-weight : normal;
    a.quick_link_buttons:hover {
    color : #004489;
    font-family : Myriad, Arial, Helvetica, Verdana, sans-serif;
    font-size : 12px;
    text-indent : 10px;
    line-height : 20px;
    text-decoration : underline;
    font-style : normal;
    font-weight : normal;
    Many Thanks!

    You don't need to respecify styles that will inherit or
    default styles. You
    could achieve the same styles with the following -
    a.quick_link_buttons {
    color : #004489;
    font-family : Myriad, Arial, Helvetica, Verdana, sans-serif;
    font-size : 12px;
    text-indent : 10px;
    line-height : 20px;
    text-decoration : none;
    a.quick_link_buttons:hover {
    text-decoration : underline;
    As for why the indent isn't working, try 'padding-left:10px;'
    instead, when
    applied to the inline element. Or, you can have a rule that
    will apply to
    the container for these links, e.g.,
    <div style="text-indent:10px;">
    <a class="quick_link_buttons">whatever</a>
    </div>
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "jinxed" <[email protected]> wrote in
    message
    news:eur929$gro$[email protected]..
    > Hi!
    >
    > Please see the below CSS code, why isn't the text-indent
    not working?
    > everything else is?
    >
    > a.quick_link_buttons:link {
    > color : #004489;
    > font-family : Myriad, Arial, Helvetica, Verdana,
    sans-serif;
    > font-size : 12px;
    > text-indent : 10px;
    > line-height : 20px;
    > text-decoration : none;
    > font-style : normal;
    > font-weight : normal;
    > }
    > a.quick_link_buttons:hover {
    > color : #004489;
    > font-family : Myriad, Arial, Helvetica, Verdana,
    sans-serif;
    > font-size : 12px;
    > text-indent : 10px;
    > line-height : 20px;
    > text-decoration : underline;
    > font-style : normal;
    > font-weight : normal;
    > }
    >
    > Many Thanks!
    >

  • Multilevel lists in indented text

    Hello everybody,
    I am using RoboHelp HTML 11 and I have a question regarding the use of multilevel lists in indented text.
    The main text in my topics is indented by 122.7px in order to leave enough space for text boxes that summarize the main text parts in the left margin.
    Now I want to create a multilevel list style so that I can use these lists in the indented main text. Therefore, I created a paragraph style "List_Style" which includes the indention of the main text (122.7px). Then I created a new multilevel list style in which each list level is based on the "List_Style" paragraph style. In my understanding the indention should be adopted from the "List_Style" style but unfortunately it doesn't. Can anybody please tell me why and what I have to do to make this work?
    Best,
    Mr. Fox
    PS: My output will be HTML5 Responsive Layout and Printed Documentation and I created all styles I am using in RoboHelp.

    Thank you very much for your reply amerilinguistics.
    Peter's site is excellent, I've studied it before but unfortunately I could not figure out what my problem is.
    I will try to describe it as detailed as possible:
    The paragraph style of my main text "MyMainText" has the following properties:
    p.MyMainText {
        font-size: 9pt;
        margin-bottom: 6pt;
        line-height: 150%;
        text-align: justify;
        font-family: Verdana, sans-serif;
        margin-top: 0pt;
        text-indent: 0px;
        margin-left: 122.7pt;
    I have copied the "MyMainText" paragraph style and named it "List_style". Consequently it has the same properties as "MyMainText" (I just wanted to be able to play around, that is why I created "List_style"). My multilevel lists should be based on "List_Style" so that they align properly with the main text and the margin of 122.7pt is kept.
    Then I created a new multilevel list "MyBulletList":
    rh-list.MyBulletList {
        x-level-count: 3;
        x-lvl-1-type: MyList_Level1;
        x-lvl-1-format: "<x>";
        x-lvl-1-margin: 20px;
        x-lvl-1-text-indent: -20px;
        x-lvl-1-p-class: List_Style;
        x-lvl-1-p-tag: p;
        x-lvl-2-type: MyList_Level2and3;
        x-lvl-2-format: "<x>";
        x-lvl-2-margin: 40px;
        x-lvl-2-text-indent: -20px;
        x-lvl-2-p-class: List_Style;
        x-lvl-2-p-tag: p;
        x-lvl-3-type: MyList_Level2and3;
        x-lvl-3-format: "<x>";
        x-lvl-3-margin: 60px;
        x-lvl-3-text-indent: -20px;
        x-lvl-3-p-class: List_Style;
        x-lvl-3-p-tag: p;
    I now go back to my main text and hit ENTER to insert a multilevel list. Therefore, I click the Insert Multilevel list button and select my "MyBulletList".
    Result: The bullet appears in the margin that should be kept blank even though it is actually part of my "List_Style".
    My questions are:
    Why are the list levels not based on the paragraph style "List_Style" and its set margin of 122.7pt?
    What can I do to make the lists work (HTML5 Responsive Layout and Printed Documentation)?
    Any advice would be greatly appreciated.
    Mr. Fox

Maybe you are looking for

  • How to change an iCloud account on my laptop

    How to change my iCloud account on my mac book pro to my husbands iCloud account

  • Pictures not showing up in text

    I am having a strange problem. Somebody will text me a picture, my texts say I have a new message, but nothing is there., Eventually , maybe, the picture will finally show up. Usually many many hours. This happens all the time. Sometimes the pic neve

  • New Apple Universal Dock Have Authenticator Chip?

    I recently purchased a Classic. I have considered purchasing the Universal Dock. Will the cables that I received with my old Ipod Photo allow me to watch video when they are connected to the new Universal Dock? Or, will I have to purchase the new AV

  • Java 7 U25 work around does not work for windows 8

    I'm working on a java application which uses the statistical software R. This line Process p = Runtime.getRuntime().exec(C:\Program Files\R\R-2.15.1 + "/bin/" + "R CMD BATCH " + "./data/rJava.R");  in the application started throwing an error after t

  • HT3798 where i can find this software

    where i can download  new software for my ipod classis 160 gb,,i loss everything the file the volume etc... thnk you