Multiple views of same document

Is it possible in Pages to look at two different views of the same document? In Microsoft Word there is Split Screen which allows this. It is very useful for copying and pasting within a long document. I have not been able to find a way to do this with Pages which means when I copy and paste within a long document I have to copy, then move all the way through the document to the spot to paste. It would be much easier to see both where I copy and where I paste on the same screen.

Thanks, so this is the download button!
It's the default GUI in the iDisk.
I try to write useful scripts but refuse to waste time upon GUI details.
Install the script in the Script Menu as described in the intro.
When you want to open a document with two windows, don't do that from the Open menu but from the "Open twice" one which will be available in the Scripts menu.
You will be asked to navigate to the document.
When it will be selected, the script will store a replicate of the file in the system's temporary items folder and will open this replicate (as read only) and the standard document so you will have two windows with the same document which is, if I understood well, what you need.
This screenshot shows the way the script is stored.
This one shows my own Scripts menu.
this late one shows the two windows on the screen (note that the one on the right claims that it is 'locked' "verrouillé" in French).
CAUTION
I discovered that the version installed in the idisk is not the late one.
Download the late one to get a correct behavior.
Yvan KOENIG (from FRANCE lundi 4 mai 2009 21:04:40)

Similar Messages

  • Different View for same document library on a Wiki Page

    Hi,
    I am developing a Provided hosted app which have a functionality to create a document library with two Views. Also we need to show this document library in a wiki page with two different views.
    I am using CSOM (C#). I am able to create the document library and the two views programmatically. But when I add the document library in the wiki page the default view (All Documents) is shown for both the web parts. There is an hidden view created with
    the WebPartDefinition from the xml provided through code. 
    Through CSOM we are able make a View as default with the link below.
    http://sharepoint.stackexchange.com/questions/90433/add-document-library-xsltlistviewwebpart-using-csom-or-web-services
    In my case both the webparts will get the same view, where I need different view for same document library in a wiki page.
    Also I tried to update the web parts with the following code.
    string viewString = @"<View Name='{0}' MobileView='TRUE' Type='HTML' Url='/SitePages/Home.aspx' Level='1' BaseViewID='1' ContentTypeID='0x' ImageUrl='/_layouts/15/images/dlicon.png?rev=23' >
    <Query><Where><Eq><FieldRef Name='KeyDocument'/><Value Type='Boolean'>1</Value></Eq></Where></Query>
    <ViewFields><FieldRef Name='FileLeafRef'/><FieldRef Name='DocumentOwner'/><FieldRef Name='Modified'/>
    <FieldRef Name='_UIVersionString'/><FieldRef Name='Editor'/></ViewFields>
    <RowLimit Paged='TRUE'>30</RowLimit><JSLink>clienttemplates.js</JSLink><XslLink Default='TRUE'>main.xsl</XslLink>
    <Toolbar Type='Standard'/></View>";
    WebPartDefinition wpd = wpfound.FirstOrDefault();
    string formattedstring = String.Format(viewString, wpd.Id);
    wpd.WebPart.Properties["XmlDefinition"] = formattedstring;
    wpd.SaveWebPartChanges();
    web.Context.ExecuteQuery();
    I created two views (viewString) as shown above.
    The above code did not throw error, but it did not update the web part.
    Please advise how to move forward.

    Hi Samir,
    When we click outside of the list view webpart on a webpart page (or allitems.aspx page) with containing multiple webparts, the list view webpart will lose the focus, and the selected items will be deselected, this is by design.
    You can look at the following article with using the approach/workaround of Javascript to prevent the specified list view webpart from losing focus.
    http://sharepoint.stackexchange.com/questions/44360/list-view-loses-focus-when-additional-webpart-added-to-page
    //Set focus on our list web part
    var webPart = document.getElementById('WebPartWPQ1');
    WpClick({target: webPart});
    //Prevent it from losing focus
    SP.Ribbon.WebPartComponent.$3_1.deselectWebPartAndZone = function() { };
    Thanks
    Daniel Yang
    TechNet Community Support

  • Multiple View sessions, same PC?

    View 6.0.1, Client 3.3.0
    Can I have multiple View sessions from the same PC? In other words
    Launch the Horizon View client, login, and access a desktop
    Launch the Horizon View client again, login as a different user, and access a different desktop
    Repeat until I have many session open at once
    The reason I ask is we are migrating from Exchange to Gmail. Google provides a utility called GAMME that in a larger environment can be run from multiple machines with each machine migrating one portion of the alphabet. Rather than using 10 physical machines I would rather use 10 View desktops. This will work slick if from my real PC I can access all 10 view desktops. I will be using a different login account to access each desktop.

    Have not tried yet. I did not want to go through the time setting up a separate non-persistent desktop pool if I could not login to more than one desktop at the same time. Now that I know it will work, I will run with it. Thanks for the help

  • Multiple copies of same document shown in iTunes

    All my documents are in a folder My Documents/iPad.  This contains Epub and PDF documents that are read by iBooks reader on my iPad2.  When I go into iTunes select the iPad and then ask to look at the books is shows these books/PDFs in the folder.  That is if I have added them to iTunes using the Add file option.  They then appear with a Tick Box.  If I tick the box and say Apply, they appear on the iPad and iBooks can read them.  However I now have these documents in iTunes shown multiple times. So a documents say Fred.PDF is shown 2 times and in somecase in 3 times!!  I can't see any way to tell iTunes to remove these documents from its record of what it believes there is.  You can Add Files to iTunes but I can't a DELETE.  I can't see anyway to delete these files from iTunes record/database?  One might want to delete Ebooks or PDFs otherwise this database/what is shown under books in iTunes would grow and grow with no way of cleaning it up.

    I'm having the same problem. Numerous copies of many apps in itunes but not on my iphone. I also have a problem with itunes showing that I have 5 apps available for update but they never change. The iphone seems up to date but those 5 apps still show as pending update in itunes. Today it showed 8 updates available but after all was done the same 5 remained. When downloading all 8 seem to be downloading but after it finished I still have the "5" apps listed as needing to be updated? Very frustrating.

  • Multiple Views of same Universe with DIFFERENT rendering style, possible?

    I am trying to create a CAD-style application that uses several views to display the objects directly from the front, the side and the top using parallel projection and another view that shows the same objects from a freely moveable camera using perspective projection. Everything is working so far, but I would like to display the objects as wire frame in the parallel projection views and fully textured in the perspective view. I have found options to change the rendering of a shape, but that would change it for all views. Is there a way to set different rendering "styles" (i.e. vertex only, wireframe, flat, shaded, textures) for different views of the same universe?

    hi
    i've tried to do that some time ago and i had to give up... unfortunately i think java3D can't use various rendering modes for the same universe
    regards
    GnG

  • Multiple Views of Same Rows from a Tabbed Pane

    I have a Tabbed Pane with several Tabs that access Different Tables. One Table is the child of two different Tables, ie one foreign key on the child that that points to Table A and a second foreign key on the child that points to Table B. I am trying to have a tabbed pane that will show the childs rows one based on the Table A Foreign Key and the second based on the Table B Foreign Key.
    No matter what I have tried, I get only one view from both Tabs. (NOTE: Both of the Tabbed pane that I instantiate from look completly different, ie a different sequence of fields.)
    I have two distinct rowsetinfo's for each tab each with it own distinct Query. I have each MasterLink pointing to the appropriate Master, either Table A or Table B and it doesn't work.
    I have tried to create additional Business components for the second view, but don't know how to link the rowset to the appropriate Business Component, if that's the problem.
    Any help or suggestion would be greatly appreciated, because I'm Lost.

    hi
    i've tried to do that some time ago and i had to give up... unfortunately i think java3D can't use various rendering modes for the same universe
    regards
    GnG

  • 2 views of same document

    Is it possible (in Pages 09) to look at 2 parts of the same doc at the same time?

    Brent,
    Similar to Walt's idea, but without the chance of editing the wrong copy of the document is to Open the Pages document in Preview. Preview doesn't want to do this, but you can force it, and what you get is a JPG of the first page and a PDF of the entire document - not editable but very readable.
    Jerry

  • When saving a PDF file, it saves multiple of the exact same documents, why/or how do I change those settings?

    When savind a PDF file, it saves multiple of the same document, why?  Are there settings to adjust or what am I doing wrong?

    This might help - I'm not sure:
    Go to System Preferences (under the Apple logo in the menu bar).  Click "General" and check "Always close windows when quitting an application."

  • Multiple views thru JTable

    Has nayone done this?
    multiple view of same data set thru JTable. different view for different columns set but data set remain same so that there is no extra memory space required for each view.

    replace the tableModel but then data set has to be same for all views!no, if you implement your table model correct. following are some snippets which i use...:
    for (index = 0; index < ITModel.ALL; index++) {
      statisticTableModel[index] = new ITStatisticTableModel(this, theColumnModel, tree, index);
    statisticTableModel[index++] = new ITMeanTimeTableModel(this, theColumnModel, tree);
    public void showData(int index) {
      setRenderer(index);
      if (ITModel.displayMap[index] != selectedData) {
        selectedData = ITModel.displayMap[index];
        setModel(statisticTableModel[selectedData]);
      calculateMaximum();
    statisticTableModel[selectedData].fireTableDataChanged();
    public class ITStatisticTableModel extends AbstractTableModel {
      public Object getValueAt(int row, int col) {
        result = modelAt(row).duration(selectedData, group.startTime(), group.endTime());
    public class ITMeanTimeTableModel extends ITStatisticTableModel {
      public Object getValueAt(int row, int col) {
        result = modelAt(row).MTBSI(group.startTime(), group.endTime());
    }thomas

  • Can I view the same pdf on multiple iPads at the same time with 1 iPad operating as the master (controlling page turns etc)?

    Would like to use 4nr iPads as an autocue system. Can I view the same pdf on multiple iPads at the same time with 1 iPad operating as the master (controlling page turns etc) and the others operating as slaves? Can this be done without the use of 3G or a remote Wifi hub? I would appreciate your input.................

    Open the document in Acrobat Reader and use the menu Window > New Window.

  • Can't View Multiple Pages of a Document in Cover Flow

    According to the various Steve Jobs demonstrations and the accompanying manual, I thought we would be able to see multiple pages of a document in cover flow. The manual on p. 13 states:
    "Move the pointer over an item to view a movie or see the pages of a document".
    Yet this doesn't seem to work for Apples own Pages or Numbers. I have a multiple page Pages document that shows as one really long page both in cover flow and Quick look. Is there something I need to turn on? Anyone else having this problem?

    Adding to the problems of viewing Pages & Keynote documents, I have to say the integration is quite poor.
    There don't appear to be any problems 'flicking' through different multiple pages of a Pages document in Finder/Quicklook if it is based on an iWork template but if it is an original document containing shapes or images masked by shapes then problems arise; the document will only present the first page and in Quicklook the preview presents all elements separately i.e the image followed by the shape which was used to mask it...quite frankly it looks awful. And the same occurs in Keynote previews. Does anyone else have this experience?
    Fingers crossed this is a bug which will be addressed quickly.

  • Open multiple occurances of the same document

    We are running reader 9.1.1 and need to be able to open multipe occurances of the same document. Yes, I know how to open the same document multiple time with <window><new window> the problem with this is editing a form in one window changes it in all windows. I need to ope independant occurances or the same form. Can this be done? The /n switch will not work for this either! Hope somebody has an idea.

    Simple solution, yes. Unfortunatly its not that simple... Having multiple copies of the same document posses issues when updating the document. This doucument is updated almost daily and is distibuted to many users across a network... Having to have users open multiple copies of the document creates many logistical and use issues.

  • Can Numbers Display Multiple Views of the Same Table

    Hi,
    Excel and Appleworks both have a pull down tab on the vertical bar allowing multiple views into the same spreadsheet (table). Can Numbers do this?
    I have a set of calculations at the top of a spreadsheet that are based on years and years worth of data under the calculations (same column). I add data for each new event (the rows) and watch the calculations at the top of the data. Easy to do in Excel or Appleworks, but, I can't figure out how to do this in Numbers.
    Example:
    Spot1 Spot2
    Total 15 36
    Avg 5 12
    Jan 09 5 10
    Feb 09 6 20
    Mar 09 4 6
    Apr 09
    So... does Numbers allow the view "split" or multiple views that Excel and Appleworks allow?
    Thanks!
    Tom

    Question asked and responded several times:
    feature unavailable.
    For multiple views of a table there is an easy workaround as we may build a table whose every cells grab their contents from the 'master' one.
    _Go to "Provide Numbers Feedback" in the "Numbers" menu_, describe what you wish.
    Then, cross your fingers, and wait _at least_ for iWork'10
    Yvan KOENIG (VALLAURIS, France) mardi 1 septembre 2009 21:56:42

  • Multiple link of the same document

    1.I heard that when I buy a windows server, there comes also a free edition/foundation edition of sharepoint. Is it right?
    2. When I upload a document to the free edition of sharepoint, is there any position for me also to enter the metadata of the document to facilitate future searching of the document? Please show me some screenshots.
    3. Under ambiguous circumstances where a document can be put into two locations/folders, people suggest to set a multiple link to this document, so that when I click the link inside either one of the folders, I can get the same document. It means there is
    no need to upload the same document to both folders. It is not simply a normal shortcut which we usually come across in window explorer. Can Sharepoint do this?

    1. Yes, it's called SharePoint Foundation Server.
    2. Of course, this is a core functionality of SharePoint. See
    https://www.google.nl/search?q=sharepoint+document+library+metadata+screenshot&tbm=isch&tbo=u&source=univ&sa=X&ei=d9nIU6usNofGPNG6gPAF&ved=0CB8QsAQ&biw=1400&bih=748 for screenshots.
    3. No, although you can use the document id service to generate a permanent link and use that link in a metadata field to refer to the source doc. Not in the free version, though
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Can anybody explain how to print multiple copies of different documents at the same time as at the moment I have to open each individually and press print

    Can anybody explain how to print multiple copies of different documents at the same time as at the moment I have to open each individually and press print

    is this a windows in bootcamp question ?

Maybe you are looking for

  • In oracle hrms

    would like to know what are the roles of a system administrator in an oracle hrms erp system thank you for all ur comments in advance!

  • Problems with Print Report Queries and € sign

    Hi, In one of my database fields I've prices with currency (euro sign, dollar, etc.) saved as varchar2. In PDF report I need to make some calculations with this value, so I thought of dividing it into 2 parts, value and currency. As SQL statement I'v

  • Saving BO reports in excel-time issue

    Hi, I am facing an issue when i try to save a BO6.5 report in the excel format.when Busines objects saves reports into excel the issue is that the time value in Business Objects varies completley and is incorrect.There is a time difference of 11 hour

  • How to change your displayed name

    How do you change your displayed name in iCloud?  I have tried changing the settings and I also update my Apple ID profile, but iCloud still displays my old name. The name displays in the upper right hand corner and is always displayed, even if you s

  • Download error for purchased TV program

    I ordered a TV program series but all of the episodes except 2 say "stopped (err = -3150). How do I get the TV programs that I paid for?