Can I change the position of  change bars from left margin to right margin?

I want to display the change bars in right page margin. If the page is odd page,The change bars position is in left page margin. If the page is even page,The change bars position is in right page margin.

The global properties for Change bars are found in the Format > Document > Change Bars... menu option (or <esc> o b keyboard shortcut).
The property that you need to change is Position:
Depending upon which of the right or left margins is larger, you'll need to set this to "Side Closer to Page Edge" or "Side Farther..." to position the bars to the outside edges of the respective pages. If you have a symmetric layout, then "Closer" places on the left side (of all pages) and "Farther" places on the right.
However, if you have multiple columns, the change bars will appear between the columns and will shift depending upon which page edge is closer, i.e. the middle columns may be left or right on any given page.

Similar Messages

  • How to change the position of a notation from treble to bass clef?

    hi there,
    i am trying to print out a score from GB '08 that looks more like a piano score (with red hand notes on the treble clef and left hand notes on the bass clef) but can't seem to find a way to do it. can anyone help?
    thanks!

    thanks, christoph!
    but it seems when i click on the clef signs, it only gives me three options
    treble
    treble and bass
    bass
    (this is displayed in the track editing section at the bottom of the window)
    maybe i need more specifically of the location of the "piano" option.
    really appreciate it!

  • How can I change the position of the tab bar?

    I just can't get used to the tab bar being on top in Firefox 4. I keep closing open pages by clicking on the bookmarks menu bar. How can I swap the position of the two bars?

    Please click the '''Helpful''' button next to the answer that solved your Firefox support issue, '''when you are logged in''', so this thread gets marked as '''Solved''' to help other users who may have this same problem.

  • Why can't I change the position of the 'Top Collections' feature box?

    In Public Site Manager I can select or de-select and change the position (ordering) of all the feature boxes on my provider page except for 'Top Collections'. As a result of this 'Top Collections' remains fixed at the bottom of the page. I'd like to move it to the top of the page so it's the first feature box that users see. What gives?
    Options in Public Site Manager (notice there is no option to select or move 'Top Collections')
    iTunes U Provider Page (notice that 'Top Collections' is at the bottom of the page)

    Hi Julie
    Thanks for the reply.
    I can move the 'Top Downloads' box but not the 'Top Collections' box.
    I don't use the What's New feature box so unfortunately I can't comment on that. In regards to the ordering in custom feature boxes I think it's no longer possible order the items. Or rather you can order the icons in Public Site Manager but in iTunes it orders them automatically by 'Most Popular', 'Name' or 'Release Date', with Most Popular being the default option. I do have my doubts, however, about the reliability of the 'Most Popular' ordering. I know for a fact that there are many collections / downloads on my iTunes U site which are way more popular than those that iTunes deems to be the most popular.
    Regards
    Tom

  • Can I change the position of the 'x' to close tabs?

    I know it's not in preferences, but hoping there might be some sort of default I can set via command line?
    I'm using Safari 6 on Mountain Lion. All the other browsers have the close control on the right.

    At present there is no way to change the position of "X" in the tabs.
    To the best of my knowledge  there is no  "defaults write" command to enter in terminal.
    Best.

  • Can I change the position of the Get Info window?

    Can I change the position of the Get Info window?

    If you want to open the "Get Info" panel in the center of your screen, define the following Automator service and install it in the "Services" Folder of your User Library. This service will be available when you ctrl-click a file or folder in the pop-up menu and it will open the "Get Info" in the center of the screen.
    Open Automator and select New -> Service.
    Select: Service receives "files or Folders" in "Finder.app"
    Drag a "Run Apple script" action from the Actions pane -> Utilities onto the Workflow
    Paste the following script into the action, after (* Your script goes here *) and before "return input"
              tell application "Finder"
      activate
                        set {d1, d2, d3, d4} to (get bounds of window of desktop)
      open information window of item input
                        set {i1, i2, i3, i4} to (get bounds of information window 1)
                        set position of information window 1 to {d1 + (d3 - i3 + i1) / 2, d2 + (d4 - i4 + i2) / 2}
              end tell
    Save the service and name it e.g. "centeredGetInfo". It will be installed in your library -> Services.
    Now you can ctrl-click any File or Folder, and in the Services Section of the pop-up menu you will see your new service "centeredGetInfo", also in File ->Services in the Finder, when you select a Finder item.
    You can bind this service to a keyboard shortcut in the keyboard preferences and use it like the standard "Get Info"

  • How can i change the position and size of the applet

    dear fellows,
    how can i change the position and size of the applet in which form is running over the web.
    thanx
    Mochoo

    Yes, you can add the following line to your formsweb.cfg section :
    HTMLbodyAttrs=onLoad='javascript:self.moveTo(100,100)'
    if you are in SEPERATEFRAME = FALSE
    Or Set_Window_Property( FORMS_MDI_WINDOW, POSITION, X, Y ) ;
    if you are in SEPERATEFRAME = TRUE

  • Dreamweaver CC fluid grid, can I change the position of DIV's based on Mobile, Tablet, Desktop view?

    Hi all,
    Currently working on my first Dreamweaver CC fluid grid / responsive site. I want to optimise the pages layout for Mobile, Tablet and Desktop.
    I can see that I can hide individual div elements by adding "display: none;" to the mobile media query code in the CSS.
    I am wondering am I able to change the position of DIV's in relation to the order of each other some how using a similar way?
    Eg I have a webpage design for desktop like.
    Title
    Nav
    Description
    Buy Button
    Photo
    On mobile I'd like to be able to bring that Photo up towards the top of the layout eg.
    Title
    Nav
    Photo
    Description
    Buy Button
    I was hoping those up and down arrows you see in the Dreamweaver CC interface was going to some how make the changes to each view Mobile, Tablet, Desktop, but all that is doing is moving the position of code in the HTML amoung each of the main DIV sections.
    Or am I at the point where I will need to create a seperate page for mobile only to make a layout change like this?
    Any help would be great

    Hi Complexity,
    I have got some further info, and if I have lead you astray I am sorry.
    I don't think you can change the order of the divs in a responsive layout in DW CC.
    However, you can arrange the divs to sit under or beside each other differently in each of the layouts, for pc, tablet or phone.
    You can also switch divs off and on in each of the layouts, having them display in one size screen and not in another.
    So what you would need to do is to create a couple of nav divs, if you want a nav at the top of one type of screen and one at the bottom. You could duplicate the content in both of them and switch one on in one layout and one off in the other.
    I hope this helps!
    I am doing my first layout for a client using DW CC responsive layouts. I have done two test/hobby sites already.
    It is a bit of a mission learning it but I am getting there.
    I do find it interesting that most people recommend using other programs to do responsive rather than Dreamweaver's fluid grid layouts. I don't think many people are using it yet.
    Regards,
    Mary

  • How Can I change the colour in title bar of Window in Form 9i

    Hello
    All,
    I want to change the colour of title bar in window ?
    how can I ?
    From
    Chriag Patel

    Chirag,
    this is not in a scope of control for Forms and instead determined by the look and feel.
    Frank

  • How can we change the position of an employe in 0001

    Dear Friends,
                   I would like to change a record (either by copy/change) for infotype 0001 in order to change the position of any employee. Through PA30 when iam trying to do a copy
    i found that the position field is only non-editable mode . Could any one let me know what is the procedure if you want to change the position of the employee.
    regards
    syamla

    Hi syamla,
    To cahnge position proceed in the following way:
    Go to Pa30, select personnel number for whom u want to change position, select infotype 1 and click on "overview" icon.
    In the "List actions" screen u will find one or many actions. Now select one action (where u want to change position) and click on "Copy" icon. Now u will reach "copy actions screen", and postion is field is editable. Change position. U might get this entry deletes a record, press enter. Save ur entries and continue to org. assignment infotype. save org. assignment infotype also.
    Hope this will help u.
    Reward points if helpful
    Rajesh Panda

  • How do you change the position of email sender so that it's on the left (sender[from], subject and date received)

    How do you change the position of email sender so that it's on the left (sender[from], subject and date received)

    In the Thread Pane where your messages are listed?
    You see that bar with the labels "From", "Subject", "Date" and so on? Well, they are buttons. You can click on them to sort your messages. You can also drag them with the mouse left and right to reposition them, and you can drag their ends to change the column widths.
    These are standard computer actions; you can do all of this in Windows Explorer ("My Computer") too.
    In Thunderbird, a right-click on any of these buttons will reveal a pop-up menu where you can select and deselect the columns to control what is shown.
    More here: http://www.ramsden.org.uk/8_How_to_sort.html

  • Change the colour of title bar of frame

    how can we change the colour of title bar of any frame?

    i want to have control of the title bar.there must be some way out.look & feel gives it colour of that perticular types colour(motif,met,native).but i want my choosen colour for it.if you have any direction to solve it please suggest me that.

  • Is it possible to change the position of beining of text in a standard report

    Hi,
         I am wondering wether it is possible to change the position of the test (the starting point) in a standard report. I would like to print a label with different texts at different positions. If its not possible in a standard report is there any other way to do it.
    Thank you,
    Mudda.

    Hi Mudda, I don't see any way myself to set any particular starting position for your text. It looks like the best way to emulate this behavior would be to add a new line with lots of tab characters or spaces to place your new text at a specific offset from the left. You can also use Append Table to Report and wire in a 2D string array with only a few positions filled in with your various text labels as shown below. This will space text labels pretty well across the page. Try it out and see if it works for you. You could be more clever and build the 2D array programmatically if you wanted more control over position.
    Message Edited by Jarrod S. on 06-02-2006 05:37 PM
    Jarrod S.
    National Instruments
    Attachments:
    Set_Report_Position.JPG ‏69 KB

  • How to change the position of a window created in the script?

    Hello to all
    A window called from another window are the same size. How can change the position of the window relative to the caller call window?

    That is worked, but for abs.coord. How make releative coord.?
    When I include that in my script, window show without elements ! See attachments №2

  • How to change the position of a rectangle dynamically

    Hi,
    I am designing a form, where the position of a rectangle has to be changed dynamically. I'm trying with Set_Item_Property(Position property). But I'm unable to change the position. I need some information regarding this graphics object. Normally, we attach block name with the items. Then for these graphics object, what will be attached. I'm using Forms 6i version.
    Regards,
    Alok Dubey

    you can use a stacked canvas with the rectangle in it. Then you can change the position of the canvas at runtime. Problem is, that the canvas overlaps objects...

Maybe you are looking for

  • New iMac-Questions for musicians/computer experts

    Friends, My primary reason for buying a new iMac has to do with home music recordings. (Especially w GarageBand, but other music programs as well.) Spent the day trying to get things going with my brand new iMac. (Specs below). Things went pretty wel

  • Title boards in iPhoto slideshow

    I would like to give my slideshow a title board, and insert another seven boards in between slides to announce where the next batch of pictures comes from. How can I do this?

  • From TOAD to EXCEL

    Hi, 1-Is it possible to export the data from TOAD to EXCEL ? How ? 2-Any other way to export the result of a query on a ORACLE table to EXCEL ? Many thanks before.

  • OracleXMLQuery performance

    Hello, I am using OracleXMLQuery to extract data from a database as XML. Some of tables have thousands and thousands of records. I have experimented with setting maxRows to reduce memory usage, but have discovered that it is very slow. During each it

  • HT1222 iOS7 update for iPad2

    I've gotten the iOS 7 update earlier today 2:30pm NY time and since then, experiencing major difficulty installing it.  When the download looks to be about almost complete, the SOFTWARE UPDATE  FAILURE message appears.  This has been happening ALL da