Navigating in Places

It seems like sometimes I am able to navigate on a map in Aperture 3 in Places by holding down my thumb on the trackpad of my MacBook Pro and moving my index finger. Also, I am sometimes able to use the finger gesture to zoom or zoom out. This seems to work intermittently. Does anyone know how to get this functionality all the time?
Thanks -
Dudley Warner

Tony, a fantastic result, thanks very much. I now have access again to my 25 MB of lifetime bookmarks!
I would suggest that a developer makes this into a routine via the Bookmarks menu.
Regards - Phil Sheppard

Similar Messages

  • Navigation bar placement

    So I had to create a page in Dreamweaver so I could use a specific flash player which was not working by adding the code to a iWeb page. So I hack the page by re-creating the iWeb navigation bar and creating a dummy page in iWeb and redirect it to my "hacked" DW page.
    Now I need to match the position of the navigation bar of the iWeb pages and I'm having problems. I was able to match it by trial and error using specific location but its position won't re-adjust when the browser is resized. I'm thinking there was be an easier way to do this properly.
    thanks,

    Hi
    Go to: Application Builder>Application Number>Shared Components>Templates>Edit Page Template>Definition>Body, here you will find some code like "<td valign="top" align="right">#NAVIGATION_BAR##REGION_POSITION_08#</td>" where in the #NAVIGATION_BAR# is set. Also in the subtemplate you have the Navigation Bar and Navigation Bar Entry.
    Hope this helps.
    -Priyanka

  • Using key position to lock navigation when you scroll to bottom on tablet page starts to zoom.

    Using key position to lock navigation in place after scrolling, this portion works but when you scroll to the bottom the page starts to zoom. I have narrowed it down to the key positioning by eliminating everything else on a fresh page. Sam Friedman [Adobe Muse] - any thoughts on this?

    Hi - sorry for the delayed response, I've been on vacation. Do you have a published example you could show me?

  • Why is this navigation bar being pushed out of position?

    We added a Solar System Scope feature to our website and it views fine within the DreamWeaver software, however, when viewed "live" the navigation bar is pushed below the Scope. Hope you can help me out. If there is no solution, I may try to add a "Home" button at the top (if possible) and hope that works.
    Here is the link to take a look, scroll down to see the navigation bar placement. Thanks for your help!
    http://www.catchaghostparanormalequipment.com/solarsystemscope.html

    Your still missing the closing </div> to your apDiv1
    However forget that.
    Change this:
    <div class="welcome" id="apDiv1"">
    to:
    <div class="welcome" id="homeNav">
    So now your code is as below: (IMPORTANT: close the <div> with a </div> tag AFTER the closing </ul> tag, scroll down to see it)
    <div class="welcome" id="homeNav">
    <ul id="MenuBar1" class="MenuBarVertical">
      <li><a href="index.html">Home</a></li>
      <li><a href="lasers.html">Laser Products</a></li>
      <li><a href="iongenerator.html">Ion Generators</a></li>
      <li><a href="tracking.html">Ghost Tracking Kit</a></li>
      <li><a href="audio.html">Audio</a></li>
      <li><a href="illuminators.html">IR and UV Illuminators</a></li>
      <li><a href="paranormaltriggerprops.html">Paranormal Trigger Props</a></li>
    <li><a href="metaphysical.html">Metaphysical</a></li>
    <li><a href="equipmentcases.html">Equipment Cases</a></li>
    <li><a href="contact.html">Contact</a></li>
      <li><a href="linktous.html">Link to Us</a></li>
    </ul>
    </div><!-- close homeNav -->
    Add the below css to your styles:
    #homeNav {
        position:absolute;
        left:20px;
        top:310px;
        width:120px;
    Not ideal but that should get you closer to where you want to be.

  • Navigation Rule Error

    Hi
    I am using Jdev 10.3.4.
    I have developed a 3 page project. It contains a central page with navigation rules to the secondary pages. I have implemented navigation rules and then changed the retun navigation to a global navigation rule (*). When I change the redirect properties too true for all the navigation rules I need to click twice on the command button before navigation takes place. This occurs only when I navigate too the pages for the first time, thereafter it only requiresa single click. Reversing the redirect property to false, does not solve the issue.
    Is this a common occurence. If so what cause it and what is the solution?
    Kind regards.
    Leon.

    I have since doing further tests, actually found that the navigation is working. The problem seems to be that the browser has not refreshed the old page and when clicking on the navigation component first refreshes the page and then the changed navigation works fine. Has anybody experienced this before, that the previous version of the page is rendered and when performing an action on the old page it refreshes the page and then only can changes be tested.
    Regards.
    Leon.

  • How to catch browser close event excluding navigation events

    Hi,
    I tried using onBeforeUnload event and onUnload events.. but they are catching navigation events within the same site. Could you please let me know how I can catch browser close events without catching Navigation events?
    Thanks.

    Just set them to null when navigation takes place.
    Said that, you should be asking Javascript/DHTML related questions in a forum devoted to Javascript/DHTML. There are ones at webdeveloper.com and dynamicdrive.com. This has nothing to do with Java.

  • Cancel button + navigation

    Hi,
         I have a form which gets validated when the user clicks the submit button.
         Now, I have also included a Cancel button in the jsp page. I want that when the user clicks the Cancel button then without any validation taking place, the page should navigate as specified in the faces-config.xml.
    The navigation-case for the Cancel action is as follows:
      <navigation-case>
       <from-outcome>Cancel</from-outcome>
       <to-view-id>/Type1.jsp</to-view-id>
         <redirect/>
      </navigation-case>          How do I use the Cancel button so that only the navigation takes place without validating the page.
    Thanks in advance,
    Deep

    Add immediate="true" to the button.

  • Create a folder in Navigation Panel

    Hi Gurus, I have created a role and assigned pages for that role in enterprise portal. I could able to see that role as a tab and pages in navigation panel.
    But my requirement is in navigation panel , place a folder and all the pages in it. Please let me know how to achieve it ?

    Hello,
    you should have a look at worksets and their involvement in roles for this. They are meant for exactly the purpose you describe. Just use them to build your required structure and assign your pages to them at the right hierarchy point and they will be shown in the detailed navigation.
    Please see the SAP help for information on worksets. It's really kind of easy, once you learned about them.
    Regards,
    Steffi.

  • How the Pop UP window got closed on line select

    Hi All,
    at BP_ADDR component we are calling component BP_SEARCH_HELPS by cross component usage on F4,
    then we are doing bank details search, then on single line select at View BP_SEARCH_HELPS/BankKeySearchHelpResult
    then it goes to event handler method EH_ONSELECT then.
    inside this method we have code for to call window outbound plug RETURNRESULT'
    METHOD eh_onselect.
    via viewmanager:
      DATA: lr_window          TYPE REF TO cl_bsp_wd_window.
      lr_window ?= me->view_manager->get_window_controller( ).
      lr_window->call_outbound_plug( iv_outbound_plug   = 'RETURNRESULT' ).
    endmethod.
    but at Window out bound plug there is no code for cross comp Window navigation (like Fire_outbound_plug with navigation link)
    then also popup is closing and it gets navigating to BP_ADDR component, how it happenning...?
    code at window BP_SEARCH_HELPS/BankKeySearchHelpW outbound plug is
    method OP_RETURNRESULT.
    endmethod.
    there is no navigation link also defined for window BP_SEARCH_HELPS/BankKeySearchHelpW at Runtime repository.
    one more question is how the event handler method EH_ONSELECT is executed for line select (we r not define any server event for any field of table's context node), is it property of Table context node?
    Thanks,
    VjMhyd

    Hi VJ,
    I hope you are able to find the answer to your question that "how pop up is closing and navigation is done to BP_ADDR component" if not here is the answer.
    Go to your window class and search for method call_outbound_plug ( remove the filter check box ). inside that method firstly your outbound plug method RETURNRESULT will be called and then you will find another method fire_outbound_plug. inside this method there is code to navigate back and close the pop up. this code is only triggered for pop up cases and that's how navigations takes places.
      check if this is a popup rep. view
        if ME->IS_TOPLEVEL_WINDOW = ABAP_TRUE.
        We ignore the navigation for popups but save the outbound plug if given
        and tell the current popup to get closed
          data: LV_VIEW_MANAGER    type ref to LCL_VIEW_MANAGER,
                LV_APPL_CONTROLLER type ref to CL_BSP_WD_APPL_CONTROLLER.
          try.
              LV_VIEW_MANAGER ?= ME->VIEW_MANAGER.
              LV_APPL_CONTROLLER ?= LV_VIEW_MANAGER->GET_APPLICATION_CONTROLLER( ).
              LV_APPL_CONTROLLER->POPUP_MANAGER->CLOSE_POPUP( IV_OUTBOUND_PLUG ).
            catch CX_SY_MOVE_CAST_ERROR.                    "#EC NO_HANDLER
          endtry.
    I hope this clarifies your issue.
    Thanks
    Sudhir Grover

  • Getting a video to stop playing when user clicks on another button to navigate

    Hello,
    I am trying to create a little website in flash.. I have some video that plays automatically once the user goes to that section (I am using frame labels to navigate from section to section of the site).
    But, when the user clicks another button to go to a different page, the video is still playing because I hear it..How can I stop the video from playing once another button gets clicked?
    thanks
    babs

    All's you should need, if the video starts playing on its own, is...
    function clickSection(evtObj:MouseEvent) {
         if (this.currentLabel == "about") {
              about_mc.vid_mc.gotoAndStop(1);
         gotoAndStop(evtObj.target.name);
    If the video needs to be kick started because it was sent back to stop at frame 1 due to a previous navigation, then place that kick start in the about frame itself... about_mc.vid_mc.play();
    If that's not working, be sure to check that your instance names are assigned.  Also, I have been assuming that the video is embedded into the timeline of the movieclip, so if that's not the case, then some other solution may be needed.

  • Button action outcome depends on a call to a stored procedure

    Hi,
    I'm developing an application using JDeveloper 10.1.3.4, JSF and ADF BC 10.1.3.4.
    I've got a button "Update", his action outcome depends on the result of a store procedure, called by a method in my ApplicationModuleImpl (the actionListener of the button - #{bindings['call_stored_procedure'].execute}).
    Particularly, if the stored procedure returns "OK" the program can navigate to a new JSP page, following a navigation case. If the stored procedure returns "ERROR" no navigation must take place, the program must stop on the current JSP page. I need something like "raise form_trigger_failure" of Oracle Forms. I've tried throwing a oracle.jbo.ValidationException, but navigation take place instead.
    Thanks a lot in advance
    Mari

    Load the SRDemo for jdev10.1.3 and check out the classes ADFUtils nd JSFUtils. I guess they are also on Steve Muenchs blog here.
    Look for the method getApplicationModuleForDataControl(...).
    Timo

  • Templates

    I watched several template tutorials and they seem to stop
    short on how to manage a website so that Contribute users can edit
    the website easily and web developers adding menu items without the
    need to update every page.
    So as I understand one creates an HTML page with navigation
    in place then saves it as a template file in templates folder. Then
    create the HTML web pages from the template. For example, make a
    page called About.html. Then convert it to a DWT file. After that
    you make About HTML page from this page. Do you then delete the
    original HTML file? Now all sub pages of About can assume this
    template styles and attributes. You then repeat all these steps for
    each page if they are different in anyway to the main template. I
    get that much but I have some questions that need a professional to
    answer that deal with a more advanced site.
    1. What if your nav is using YOU ARE HERE CSS link ID's to
    change the style of the selected link so it remains highlighted
    when a user is on that page. Then what if the developer needs to
    add a new menu item to the main nav? Would one need to make the nav
    change on EACH template? If so that defeats the speedy purpose of
    using templates. Having Navs always be active with no changes
    whatsoever to the link even when a user lands on that page is
    confusing and isn't really standard practice.
    2. What if we use collapsible DIVS to hide and show content?
    Can we still make this template's content editable in Contribute?
    From what I gather creating Contribute friendly sites
    requires a web developer to stick to very basic layouts and
    features unless I am missing something. I wish there was a lot more
    documentation on how to create a Contribute friendly website. I
    have no problem sticking to CSS menus but not being able to create
    you are here id’s and styles makes those menus amateur and
    unprofessional.

    You create a template that will serve for the entire site.
    You spawn child pages from it, add unique content to them and
    save them as,
    for example, about us, products, services, contact us, etc.
    > 1. What if your nav is using YOU ARE HERE CSS link ID's
    to change the
    > style of
    > the selected link so it remains highlighted when a user
    is on that page.
    This is no problem to do with the scheme outlined above. Just
    add the
    required CSS to the head of the desired child page.
    > Then
    > what if the developer needs to add a new menu item to
    the main nav?
    You would do that to the template, or to the include that's
    being used for
    the navigation elements. In the former case, that change to
    the template
    would propagate to all child pages, while in the latter case,
    you would just
    upload the include, and all pages referencing it would
    immediately reflect
    the changes.
    > 2. What if we use collapsible DIVS to hide and show
    content? Can we still
    > make
    > this template's content editable in Contribute?
    You would not be editing the template in Contribute. You
    would edit the
    child pages.
    > From what I gather creating Contribute friendly sites
    requires a web
    > developer
    > to stick to very basic layouts and features unless I am
    missing something.
    You are missing something.
    > I have no problem sticking to CSS menus but not being
    able to create
    > you are here id?s and styles makes those menus amateur
    and unprofessional.
    As I said, creating such menus is not a problem.
    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
    ==================
    "elstinko" <[email protected]> wrote in
    message
    news:[email protected]...
    >I watched several template tutorials and they seem to
    stop short on how to
    > manage a website so that Contribute users can edit the
    website easily and
    > web
    > developers adding menu items without the need to update
    every page.
    >
    > So as I understand one creates an HTML page with
    navigation in place then
    > saves it as a template file in templates folder. Then
    create the HTML web
    > pages
    > from the template. For example, make a page called
    About.html. Then
    > convert it
    > to a DWT file. After that you make About HTML page from
    this page. Do you
    > then
    > delete the original HTML file? Now all sub pages of
    About can assume this
    > template styles and attributes. You then repeat all
    these steps for each
    > page
    > if they are different in anyway to the main template. I
    get that much but
    > I
    > have some questions that need a professional to answer
    that deal with a
    > more
    > advanced site.
    >
    > 1. What if your nav is using YOU ARE HERE CSS link ID's
    to change the
    > style of
    > the selected link so it remains highlighted when a user
    is on that page.
    > Then
    > what if the developer needs to add a new menu item to
    the main nav? Would
    > one
    > need to make the nav change on EACH template? If so that
    defeats the
    > speedy
    > purpose of using templates. Having Navs always be active
    with no changes
    > whatsoever to the link even when a user lands on that
    page is confusing
    > and
    > isn't really standard practice.
    >
    > 2. What if we use collapsible DIVS to hide and show
    content? Can we still
    > make
    > this template's content editable in Contribute?
    >
    > From what I gather creating Contribute friendly sites
    requires a web
    > developer
    > to stick to very basic layouts and features unless I am
    missing something.
    > I
    > wish there was a lot more documentation on how to create
    a Contribute
    > friendly
    > website. I have no problem sticking to CSS menus but not
    being able to
    > create
    > you are here id?s and styles makes those menus amateur
    and unprofessional.
    >
    >

  • Handling deletions from vo via service method - how?

    If you create a hyperlink to delete a row (from a grid), i.e.
        &lt;a href="MyPage.do?event=RemoveNew&Arg0=&lt;c:out value='${Row.rowKeyStr}' /&gt;"&gt;Remove&lt;/a&gt;
    What do you do with this Row Key String? I'm reluctant to use a value (such as a PK ID#) as I like the transparency of the key string, and wouldn't really want the user issuing a URL and just changing the pk value and removing something else.
    So, do I:
    a) pass this rowKeyString to the service method, which I can't see how I can even look up anything in an appmodule based on a rowkeystring, I really need a oracle.jbo.Key, but creating a Key from a string is deprecated
    public void onRemoveNew( DataActionContext ctx )
           log.info(userName(ctx) + "onRemoveNew **** - START");
           try
              // grab rowKeyStr from from end hyperlink (Arg0)       
              String strRowKey = ctx.getHttpServletRequest().getParameter("Arg0");      
              AppModule am = getAppModule(ctx);
              am.removeRowbyRowKeyStr( strRowKey );
           catch ( JboException jex )
             au.logException( jex, log );
             throw jex;
           log.info(userName(ctx) + "onRemoveNew **** - END");
        } // onRemoveNewthe backend service method "stub" for now:
    public void removeRowbyRowKeyStr( String rowKeyStr )
        log.info(userName(ctx) + "removeRowbyRowKeyStr**** - START");
        // Since no navigation took place on front end, first let's find this row
        // what do I do with this rowKeyString
        // deprecated:    Key k = new Key( rowKeyStr );
        ViewObject vo = findMyViewObject();
        try
             Key k = new Key ( rowKeyStr, vo.getKeyAttributeDefs() );
             // proceed from here...
        catch ( Exception ex )
              au.logException( ex, log );
        log.info(userName(ctx) + "removeRowbyRowKeyStr**** - END");
    } // removeRowbyRowKeyStrb) issue the setcurrentrow in the front-end to get to the correct grid row, grab the pk column# of this row, then call the service method
    c) something altogether different than these ideas that escapes me right now, but is the preferred/best practice
    Thanks!

    You can use JboUtil.getRowFromKey(RowSetIterator rsi, String skey) to do the job.
    You can pass any ViewObject, RowSet, or RowSetIterator to the first argument, and your string key to the second argument.
    Out of curiosity, it's source code looks like this:
       static public Row getRowFromKey(RowSetIterator rsi, String sKey)
          Key key;
          try
             key = new Key(sKey, rsi.getRowSet().getViewObject().getKeyAttributeDefs());
          catch (Exception ex)
             ex.printStackTrace();
             return null;
          Row rows[] = rsi.findByKey(key,1);
          if (rows.length <= 0)
             return null;
          return rows[0];
       }

  • Burning both a DVD and Blu-Ray

    So I have a project going in Premiere that I've sent to Encore. I picked new DVD project and it transcoded it correctly. I then set up multiple menus and burned it to DVD. Now I want to make a high-def version for Blu-Ray. Is there a way to do that by just re-encoding the video from Premiere so I don't have to recreate all of my menus, timeline markers, etc. in Encore? I just need to swap out the HD video for the SD video in Encore.

    Stan Jones wrote:
    Thnks for that feedback Alan. I wonder if, doing the resizing in photoshop using "edit in photoshop," there would be a way to keep the navigation in place? I assume by new project you are resizing in photoshop, but bringing this into a brand new project?
    I tend to play safe by saving the BR menu as a file, then opening that in Photoshop and scaling.  If I use a still as background I usually scale that separately.  The navigation survives, but due to the Encore's default automatic routing of buttons (unless you know a way to turn that off)  I still have to reset it to my personal preference.
    Obviously, I always work BR to DVD, as there can be difficulties with button sub-pictures -circular dots can turn out with a chord slice missing, etc.
    Yes it is a brand new project, which means there can be a lot of work to repeat.  Because I use chapter playlists a lot, I have a project saved to use as a template, with a couple of timelines and a dozen playlists each.  That cuts out some of the tedium.

  • Hot to put conditions in the query.(Very very urgent )

    Hi BW Gurus,
    Pls give me a solution for this one i have to give it today only the report pls consider this as urgent.
    new BW report, following is an explanation of the report requirement  what the report would look like.
    The logic of the report is to retrieve all chargebacks based on certain Selection Criteria entered by the user.
    Selection Criteria are as follows:
    Company Code
    Posting Key - this should not be a value entered by the user
    Customer
    Reason Code
    There should also be a selection parameter available to the user to specify the report type. The selection list should be as follows:
    Top 3
    Top 5
    Top 10
    Top 15
    Top 20
    Top 25
    Each of the above may be viewed as a report variant. This selection parameter basically specifies the number of customers to be displayed, e.g. Top 3 means that the top 3 customers from a chargeback total perspective should be displayed.
    The report should display by Customer by Reason Code the value of the Chargeback. A total for Chargebacks should be calculated per reason code, per customer and a total for the report
    The report should also provide drill down capability in that the user should be given the ability to drill down by customer by reason code to display all chargeback line items that make up the total for that reason code for that customer.
    Thanks in advance.

    My pleasure Arun!! Actually I was on BEx screen.. so I cud see that varible entry on hand..
    Yeah..you are right.I think this is more on drilling down...,
    I think,
    One requrement looks like demanding Reason code, Customer sequence and Other demanding Customer and Reason code sequence..
    Hold on for experts comments..
    Venu,
    I sugget put everything in Navigational and place only 'Company' code in the rows.. and ask user to drill down in the sequence..
    regards,
    Hari

Maybe you are looking for

  • Can I have some simple answers for a newbi Mac user!!

    I've just added some photo's in Iphoto 08 of my holiday which was about 3GB from my pictures folder, Now by importing them into Iphoto is kind of taken up 3gb of my memory from my hard drive. So 6gb in total for my pictures which seems to be a waste

  • MRP-Vendor Monitoring Report

    Hello, There is a need of vendor monitoring report from my client. Here is the detail of the report need: Its a report ,that will be used by MRP controller and expidetators to track vendor for the critical items These critical items are the one ,whic

  • Where are the system preferences for internet access?

    I had to re-install 10.6.2 with a disk formatting... all went well and I manage to go online . But I notice that my old system preferences are not back in place... I don't have all the connection settings I used to have and in which I had a manual IP

  • Large black blemish on page and pasteboard

    I am using CS3, InDesign ver. 5 I have 100 page document (a type book, part of a 440 page book), with a large, 1 x 3 inch, solid black blemish (a double streak) that extends from the top of the paste board into the document by 1.5 inches on one page.

  • Problems Problems Problems

    Ok, first off I am having a problem on my startup drive on occasional restart I am getting the blicking system folder. Do another restart and it is fine. My system runs good with no errors while running, just on restarts. I have done all of the commo