Select multiple frames across multiple pages for photos frames

Hi people!
How can i select multiple frames across multiple pages? I want my images to fit the frames by one click. I do not want to go through each page one by one . There must be some way to solve this.. or? Cant find a options that can do that so far?
Useing Adobe Indesin CS6.
thanks!

suppien_ wrote:
How can i select multiple frames across multiple pages?
You can't.
You can do it in Find/Change box. Set desired Frame Fitting Options in Object section and run find/change.

Similar Messages

  • Creating multiple vlans across multiple switches

    Hi All,
    How should I create multiple vlans across multiple switches?
    For instance, I have two (primary/redudant) layer 3 (core) switches and four layer 2 access switches (Cisco 2960) for the hosts, and given these are the vlans/subnets to be created. Should I do it in the core switches only and it would just propagate through the access via VTP?  Just trying to practice and learn.. Any help will be greatly appreciated:)
    VLAN 100: [DHCP-workstations]
    172.26.4.0/24
    172.26.5.0/24
    VLAN 200: [Servers]
    172.16.1.0/24
    172.16.2.0/24
    VLAN 300: [Printers]
    192.168.129.0/24
    192.168.130.0/24
    VLAN 800: [Management for switches/routers]
    10.160.1.0/24

    Hi
    You will have the SVI on the core. Set a VTP domain, make one of the cores as VTP server and rest of the switches as VTP clients. Once you do this, you won't have to login into each switch and create a vlan locally. The vlans will be automatically advertised from the VTP server to all the VTP clients.
    Thanks
    Ankur
    "Please rate the post if found useful"

  • Using jump menu in one frame to open page in another frame - works in IE but not Firefox

    Hi,
    I'm a beginner designer. I've been working to create a template for a website in which there is a banner in a frame across the top and three frames beneath - left for navigation and middle and right for content that can be compared.
    I have created two jump menus in the left frame using Dreamweaver's option for it (insert/forms/jump menu): one menu to load pages in the middle frame (in the code this is 'left') and one menu to load pages in the right frame (in the code this is 'right'). Both menus use a go button.
    Using Internet Explorer and allowing active content to run it works fine. In Firefox clicking 'go' does nothing however I have links in this navigation that will open a page in the middle or right ('left' and 'right') frames and if I use these the jump menus will now work.
    How can I get it to work straight off?
    Any feedback is welcome (except regarding not using frames!).
    Ian
    Code for this navigation page is below:
    <!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" />
    <title>Untitled Document</title>
    <script type="text/javascript">
    <!--
    function MM_jumpMenu(targ,selObj,restore){ //v3.0
      eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
      if (restore) selObj.selectedIndex=0;
    function MM_jumpMenuGo(objId,targ,restore){ //v9.0
      var selObj = null;  with (document) {
      if (getElementById) selObj = getElementById(objId);
      if (selObj) eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
      if (restore) selObj.selectedIndex=0; }
    //-->
    </script>
    </head>
    <body>
    <h1>Navigation</h1>
    <p><a href="../Something/Pages_One/Alabama.html" target="left">Example</a></p>
    <p><a href="Left Frame 01.html" target="left">Left Frame 1</a></p>
    <p><a href="Left Frame 02.html" target="left">Left Frame 2</a></p>
    <p><a href="Right Frame 01.html" target="right">Right Frame 1</a></p>
    <p><a href="Right Frame 02.html" target="right">Right Frame 2</a></p>
    <p>Select a page to view in the left frame</p>
    <form name="form" id="form">
      <select name="jumpMenu" id="jumpMenu">
        <option value="Left Frame 01.html">Left frame 01</option>
        <option value="Left Frame 02.html">Left frame 02</option>
        <option value="Left Frame 03.html">Left frame 03</option>
      </select>
      <input type="button" name="go_button" id= "go_button" value="Go" onclick="MM_jumpMenuGo('jumpMenu','parent.frames[\'left\']',0)" />
    </form>
    <p>Select a page to view in the right frame</p>
    <form name="form2" id="form2">
      <select name="jumpMenu2" id="jumpMenu2">
        <option value="Right Frame 01.html">Right frame 01</option>
        <option value="Right Frame 02.html">Right frame 02</option>
        <option value="Right Frame 03.html">Right frame 03</option>
      </select>
      <input type="button" name="go_button2" id= "go_button2" value="Go" onclick="MM_jumpMenuGo('jumpMenu2','parent.frames[\'right\']',0)" />
    </form>
    <p> </p>
    </body>
    </html>

    Geronimo23 wrote:
    Given that it doesn't work initially in Firefox then it does once I load a page in the destination frame I decided to create a page with a link to the frameset. Using the link to get to the frameset the jump menu now works perfectly. Must be one of the wonders of using frames. Well I guess that's solved but out of curiosity, any ideas for why it wouldn't work when the frameset is loaded on its own?
    It might be due to the fact that you're using XHTML 1.0 Transitional, a DOCTYPE that does not support framesets. Try converting to HTML 4.01 Transitional or HTML 4.01 Frameset if you do not need or understand XHTML. Or use XHTML 1.0 Frameset if you really need XHTML.
    Refs: http://www.w3.org/TR/html401/present/frames.html ; http://www.w3.org/TR/xhtml1/#h-A1 ; http://www.w3.org/TR/xhtml1/dtds.html#a_dtd_XHTML-1.0-Frameset
    Mark A. Boyd
    Keep-On-Learnin' :-)

  • CQ5 Multiple custom 404 error pages for multiple sites

    HI,
    I have multiple sites, and I would like to set up a different 404 page for each of my sites
    Someone already faced this problem? How I can accomplish this?
    Or there is a way to do via the dispatcher and create a static 404 error HTML page each time I publish a site?
    Thank You
    Adolfo

    Currently the most effective way to do what you're asking is to set up your 404.jsp to include the content of a site specific 404.
    There was a conversation about this here;
    http://dev.day.com/discussion-groups/content/lists/cq-google/2010-02/2010-02-11__day_commu nique_Sling_error_pages_zambak.html
    -jason

  • Joining multiple tables across multiple data sources in MYSQL throws error

    Hi all,
    I have to join tables across multiples MYSQL databases
    eg :
    Table T1,T2 from DB1
    Table T3 from DB2
    Columns from T3 are aggregated ( dimensional column ).
    Hence when i query using oracle answers ( say i have columns from T1,T2 and T3 ) , OBIEE tries to a query DB1 by having NULL for columns in T3
    It uses cast(NULL as INTEGER ) for columns from T3 . But MYSQL throws an error because "cast(NULL as INTEGER )" is not supported by MYSQL.
    I tried executing the query generated by OBIEE manually , if i try giving cast(NULL as SIGNED INTEGER ) , it works.
    pasting the query for reference
    select distinct D1.c2 as c1,
    D1.c1 as c2,
    cast(NULL as INTEGER ) as c3
    from
    (select distinct T87.title_id as c1,
    T59.asin as c2
    from
    print_book_catalog T59 left outer join
    title_authority T87 On T59.asin = T87.asin
    where ( T59.asin = '0345378911' )
    ) D1
    I am not able to find any config file to set this property ( and use signed integer instead of integer ) . Even DBFeatures.INI does not have relevant information.
    Can someobody please help me solve this problem.

    Stijn,
    Thank you for the article link. That was very helpful! It seems that I had a few things off as you do need the "This source should be combined with other sources at this level." checked. In my two table source columns for DATA_SOURCE I defined a literal ('086496' and '085597' for the other) in the Column Mapping tab. I pasted the following in the Fragmentation content, checking the "This source..." box on the Content tab:
    eSIS.SANDBOX4_SCHOOLS.DATA_SOURCE = '086496'
    And pasted the following into the WHERE clause, checking "Select distinct values" on the Content tab:
    sandbox4."".OBIEE.NWOCA_SCHOOLS.SCHOOL_CODE = VALUEOF(NQ_SESSION."SCHOOL") AND sandbox4."".OBIEE.NWOCA_SCHOOLS.DATA_SOURCE = VALUEOF(NQ_SESSION."GROUP")
    This took care of my user's security, utilizing the session variables in the WHERE clause. I am now able to generate reports that only one user can access from one data source and share that same report with another user who can only see data from the other data source.
    Many thanks!!!

  • Looking for photo frame with lots of features

    Look for ipad photo frame app. One that will let me display pics from various sources, like facebook, my servers in the home, flickr.
    Thanks

    I tried many apps, but I narrowed it down to... Iphonso.com Air Frame.
    It lets you view your facebook photos or friends', flickr via a bunch of categories, or enter tags. It includes your local photos.
    It does not have the ability yet to to include your network shares, but I am hoping they include this in the next version.
    So now looking at pics that are being streamed in from remote site, and at the same time listening to music that is also streamed in (via Home Sharing). Bliss.
    Thanks for all your help
    Message was edited by: doobias123

  • Is there a way to find out the selected no. of words on pages for ipad

    I'm writing a speech for school and I wanted to know how many words is a certain paragraph ....pages for ipad

    No, not in Pages for iOS. Just a word count for the complete file. Workaround: copy the selected text into a new file.

  • Lightroom plug ins for photo frames

    I do all my digital processing in Lightroom and would like to experiment with printing photos with retro analog-style photo frames, i.e. slightly ragged black film edges. However, all plug ins I have found seem to require the layering capabilities in Photoshop. Do I have to get Photoshop or does anyone have a suggestion that works in Lightroom?

    Have you tried OnOne's PhotoFrame plug-in? You can operate that out of LR. Although, that might be what you mean by layering in PS. Not sure how/if the plug-in works w/o PS. What I've found simpler is to take one of the photoframes I like in PS and fit it to the size I want and save it as a png file. Even if you don't have PS, if you can create a png elsewhere with the necessary transparency, that would work. LR will let you use png files as overlays in the identity plate part of the Print module. LR might protest that the file is too big, but seems to take them anyway. I've only needed up to a 12x14 size, but it works great and is quicker than a plug-in.

  • Sequencing images in iphoto slideshow for photo frame playback via flash drive

    I have created a slide show in iphoto and saved it to a flash drive.  I want the show to play in a particular sequence.  On the computer that works.  When playing the show via the flash drive on my Pandigital Photo Frame, however, the images randomize.  The images have numbered filenames, and the shuffle function on the photo frame is turned off.  What do I need to do differently?

    When I connected the frame to the computer, no photo files showed, not even when I added the flash  drive to the frame.
    The sequence of the files on the flash drive is numerical, just what I am after.  Something seems to be happening within the frame.  In addition, while I have placed no files into the frame's internal memory, and none show up, when I play the slideshow, files that I once had in the slideshow file but later deleted, still appear!? 

  • Picture Frame Zoom (SonyVAIO Wi-Fi Photo Frame)

    Hi...
    I went to Sony and they suggested I ask Apple (which I didn't think would do any good) but so here goes anyway... I have a Sony picture frame (and Aperture) but when I have my photos displayed on my frame (through Picasa - a wi fi connection to the said picture frame) the picture frame zooms in on the photo's (a little). Which isn't so bad on some photo's that don't take up the whole frame - but others? It cut's of heads - and I'm thinking I need to "increase" something about the photo's to compensate for the zooming in (no?). Like increase it's aspect ratio or it's resolution or it's dimensions etc... I don't know...
    So dose anyone have any idea on what to do? I'm sure it's not an Apple issue - so a direction to turn to would be some help... I've read on Amazon and other places people talking about Resizers and photo converters, I don't know what they are? I can see them available for download.... Is this something that might help me out?
    So in closing: Any comments, suggestions and opinions are welcome....
    Thank you in advance....
    Sincerely
    Catharsis

    Kodak doesnt support Mac! As simple as that...

  • Why can't I select an area across multiple layers in Photoshop?

    I am trying to select an area on more than one layer and use the transform tool on only that area, leaving the rest of the image on the layers the same. According to all the forums I've checked it is said to be impossible to select an area on more than one layer in Photoshop. Although, I would think that after 5 or more versions of this program they would have figured it out by now. Adobe Flash, Illustrator, and Indesign can easily do this with more than 100 layers. So why not Photoshop? It seems like such a simple and useful task. Why would they leave it out of Photoshop?

    HI,
    Once upon a time when the Apple Discussions needed you to be at Level 4 (same Points) to access the Lounge several "Level 4s" of the time used to hold a Saturday (night for me) Chat.
    Needeses to say I created a group in iChat itself and also in the Address Book.
    The group in the Contacts app still exists.
    Top to Bottom highlighting can be achieved with the Shift key before the second click (like elsewhere).
    However you cannot drag the whole group to the "To" spot in Message and have it fill in all the names.
    Also in Messages creating a New Message then using the blue + icon and attempting to select the whole Group (They show up here) only grabs the first Click and ignores the Shift key modifier.
    Using a Buddy List and at least those on Line then the Shift Key and a double click on one of the highlighted Buddies  enters all the Names in the "To" spot.
    In Mail dragging a group from Contacts to the "To" field seems to require a bit of a lucky drop when the green + icon appears.
    It also seems to depend "where" the email is in the Address Card.
    I was using a different Group but it was still based on iChat/Messages buddies.
    Some display older @mac.com  in the IM section under AIM and these don't make the "transfer".
    Mail is not my strong point and there maybe some other way to get multiple people in the "To"  field without doing one at a time.
    10:34 PM      Tuesday; February 12, 2013
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Can you make a page layout and use multiple pictures on one page for a slide presentation?

    I thought I remebered seeing a tutorial on how to make page layouts for use in your slide presentations. I can not find this now. I am using the theme of scrapbook but have several pictures that should go together on one page or frame. I do not have iphoto11. So I am more limited I think. I do not have time to upgrade at this point. Is there anyway to customize my slide presentation in this way?

    Hi
    Yes You can in iDVD make it to add a folder with Your pictures too (to be opened on PC/Mac - not viewed on DVD-player)
    Two ways
    • iDVD menu - down to Preferences and then select like this
    or by using "Editing for DVD-ROM"
    Yours Bemgt W

  • Loading multiple SWFs across many pages in a Flash interface

    I have a Flash AS3 interface that lets users go tto different
    pages with the usualy back & next buttons. Each page they come
    to loads in a page-specific XML file with content, and then
    possibly graphic files and/or SWF files.
    My question is this: When a user happens to quickly click the
    next page button, they will gte each page to start loading its
    assets. I believe that this would cause pages that they didn't
    soend more that a fraction of a second on to continue loading in
    the background. So if they quickly click through 20 pages, all 20
    pages' assets are loading. Sounds like I have a bad design on my
    hands!
    Without designing/developing for it, is this the simple
    result of loading in a file to Flash? Should I look into stopping
    iles from dpownloading if a user leaves a page before it's fully
    downloaded? Is that even possible?
    Any thoughts or advice would be greatly appreciated!

    I have a Flash AS3 interface that lets users go tto different
    pages with the usualy back & next buttons. Each page they come
    to loads in a page-specific XML file with content, and then
    possibly graphic files and/or SWF files.
    My question is this: When a user happens to quickly click the
    next page button, they will gte each page to start loading its
    assets. I believe that this would cause pages that they didn't
    soend more that a fraction of a second on to continue loading in
    the background. So if they quickly click through 20 pages, all 20
    pages' assets are loading. Sounds like I have a bad design on my
    hands!
    Without designing/developing for it, is this the simple
    result of loading in a file to Flash? Should I look into stopping
    iles from dpownloading if a user leaves a page before it's fully
    downloaded? Is that even possible?
    Any thoughts or advice would be greatly appreciated!

  • Way to control audio key frames across multiple tracks in one fell swoop?

    Hi everybody. Let's say I have 5 layers of audio, and I want to key frame levels and fades across all of them. Is there a way to sync the tracks such that, any changes I make to one will apply to all? Ala, the way one makes changes to both tracks in a stereo pair in one fell swoop.

    Nest the sequence and make the moves on the resulting "mixed-down" audio. All audio should appear as a simple stereo pair in the nest. Adjust here.

  • Multiple section markers to pages for renumbering footnotes

    I can able to add one section markers to any page. But if i try to add another section marker it is throwing the following error:
    The error is: Error HRESULT E_FAIL has been returned from a call to a COM component.
    ID CS2
    .Net
    Regards,
    Suresh

    Sorry, I misunderstood.
    You are correct -- it does not work as expected in CS3 either. This one-line javascript
    app.activeDocument.sections.add(app.activeWindow.activePage);
    works, but only if you start at the end of a document and go backwards. For some reason, I cannot insert a new section after an existing one (not counting the very first).

Maybe you are looking for

  • Video - Play In iTunes Then Won't Sync

    I've just noticed that if I play a video in iTunes it will then no longer sync with the iPod. iTunes says its not a compatible format. I've just tested playing a video on the iPod (OK) then playing on Mac iTunes (OK) then resyncing. The video no long

  • Problem with Codec - QT7 does not recognize it

    I'm trying to play a video with the basic version of QT 7.0.4 (didn't go to PRO yet) and the movie does not play. I installed the codec's and still doesn't work. The movie info was: DX50, 528 x 304, Millions MPEG Layer 3, Stereo, 48.000 kHz And I had

  • SAP Business One - Queries -  Combining Documents in a Query

    Hello, I'm trying to create a query where I can see (minimally) the following: 1. Sales Order "DocNum" and  "DocDueDate" 2. Delivery "DocNum" and "DocDueDate" I would need the above information on the same row (as they relate to one another) on the q

  • Radio 1 won't start on 1124N

    My config is an autonomous 1124N running 12.4 configured by CLI. Attached is the config I've built so far. Due to the fact that this AP did not ship with a power adaptor and I have no power injector and that the only power I have is from a ASA 5505 t

  • Why do I get an error message when I access my Shopping Cart?

    I have no problem accessing Music Store or adding songs to my cart, but I get an error message when I attempt to access my Shopping Cart. My Keychains are in order and my account is active. I have not changed ISP nor is my computer new to iTunes and