Want to open folders in the SAME window

I just did a clean install of Leopard, and now whenever I open a folder I get a new window! I doesn't matter what the status of the checkbox "Always open folders in a new window" is in the Finder preferences. I ALWAYS get a new window. Are there any preferences to delete, or other option to stop this?

I need help on this also. I had the problem on 10.4 and hoped that it would go away with Leopard. It has not.
I tried trashing the finder preferences in USER Library and restarting to no avail.
Any help would be appreciated.

Similar Messages

  • Opening .pdfs in the same window/tab.

    I look at a lot of .pdfs (Journal Articles) in my browse. Generally, I only download a fraction of the ones I look at. Recently, Firefox has stopped opening .pdfs in the same window/tab. Instead, it prompts me to download every .pdf I want to look at. I then have to save them, open them on my desktop, look at them, and then delete the ones I do not want to keep. Does anyone know how to get Firefox 10.0.2 to start opening .pdfs in the same window/tab again?

    Adobe PDF Reader is not on your list of Plug-ins submitted with your question (click on "More system details" to the right of your original question). If it is disabled on the Plug-ins list (''Add-ons > Plugins''), click "Enable". If it is not installed on your system (in your Programs folder), then download the installer and run the installer after it is saved to your hard drive (install with Firefox closed).
    *See --> [https://support.mozilla.org/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox] ('''''NOTE:''''' un-check any items on the Adobe download page that you do not want installed on your system)
    *Also see --> [https://support.mozilla.org/en-US/kb/Opening%20PDF%20files%20within%20Firefox Opening PDF files within Firefox]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *'''''Adobe Shockwave for Director Netscape plug-in''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.org/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.org/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *'''''Next Generation Java Plug-in for Mozilla browsers''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • Opening URL in the same window

    Hello,
    I have a webdynpro Java Application which is opened on the click of the iview which is created for it.....now i want to specify a URL for it which should open it in the same window.....rather than an external window.....how can i achieve the same...? how can i specify the URL in the Default Plug (event handler) of the Interface View Controller.....so that it opens up...
    Any help would be highly appreciated...
    Regards,
    Shikhil

    Hi Shikil,
    use this
    String navigateto="ROLES://portal_content/";
    WDPortalNavigation.navigateAbsolute(
                                                 navigateto,
                                                 WDPortalNavigationMode.SHOW_INPLACE,
                                                 (String) null,
                                                 (String) null,
                                                 WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
                                                 (String) null,
                                                 (String) null,
                                                 (String)null);
    navigateto is the pcd of your iview.
    thanks,pkv

  • Open link in the same Window

    Hello,
    i want to open a link from a WDA Action Method, in order to open a bsp applikation. The new page should appear in the same window (no popup, no new window). Here the code which i have at the moment, but the BSP Applikation starts always in a new window. What can i do ?
    data:
    lt_parameters TYPE TIHTTPNVP,
    ls_url               type string,
    lo_window_manager type ref to if_wd_window_manager,
    lo_api_component      type ref to if_wd_component,
    lo_window                type ref to if_wd_window.
    CALL METHOD cl_http_ext_webapp=>create_url_for_bsp_application
          EXPORTING
            bsp_application       = 'ZHRMPBA004'
            bsp_start_page       = 'ZHRMPBPTI006.htm'
            bsp_start_parameters = lt_parameters
          IMPORTING
            abs_url              = ls_url.
    lo_api_component  = wd_comp_controller->wd_get_api( ).
    lo_window_manager = lo_api_component->get_window_manager( ).
    CALL METHOD lo_window_manager->CREATE_external_WINDOW
              EXPORTING     URL            = ls_url
             RECEIVING     WINDOW         = lo_window.
    lo_window->open( ).
    thanks for replays

    You are calling CREATE_external_WINDOW. That API is designed to open the application in a new window.  So that isn't appropriate for what you want.  If you want to navigate in place then you should use an Exit Navigation Plug.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/ca3351508f04e7e10000000a42189c/frameset.htm

  • How do I set Firefox to open items in the same window instead of a new tab or window?

    I want to be able to open items (such as click on the results of a search) and not have it open in a new tab or window, just open in the same window (as the search results).

    See:
    *http://kb.mozillazine.org/browser.link.open_newwindow
    *1: current tab; 2:new window; 3:new tab;
    For links opened via JavaScript you can look at this pref:
    *http://kb.mozillazine.org/browser.link.open_newwindow.restriction
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • How to open BSP in the same window of WD?

    Hi,
    I have a WD that I would like to link to a BSP.
    I added a link and put the relative path to the BSP.
    Once I click on that link, the BSP is opened in a new window.
    I want the BSP to open in the same window, replacing the WD.
    I tried putting in the TARGET of the link: '_self', frame name and more but it does not work.
    (BTW, I am trying to call SRMSUS BSP).
    Any ideas?
    Thanks,
    Itay

    You need to use an Exit Navigation Plug instead:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/ca3351508f04e7e10000000a42189c/frameset.htm

  • Opening Roles in the same Window?

    Hi All,
    I have installed ESS for a user. The particular role is displayed for the user too.
    But what happens is that...whenever the user clicks on the underlying worksets, a new window is coming,
    I want to get the opened in the same window......what property of the role to be changed for that.....or does it involves any change in iView or the page level?
    Please share if anyone had solved the same problem.
    helpful answers would be rewarded.
    Regards
    Arun Jacob.

    Sorry, Work Protect Mode is against the User.... not the iView.
    Click the personalize link (in the masthead of your portal) - > work protect mode.
    1. protect unsaved data
    2.choose action in popup on unsaved data
    3. discard unsaved data.
    you want to select 3 and restart the browser.

  • Open vi in the same window

    hello,
    is it possible to open an subvi in the same window like the main vi?
    for example, if i open a vi by a button click the vi opens in a new window.
    in some cases it will be better that the subvi is shown in an specfied area on the frontpanel of the vi.
    markus

    Hi Markus
    Yes this is possible. Use the SubPanel-Control. To learn about it, have a look at the examples. There's a nice one (viewer.vi).
    Hope this helps.
    Thomas
    Using LV8.0
    Don't be afraid to rate a good answer...

  • How do I make my page links open up within the same window?

    I am completely stumped. By default for some reason, every single link I have on all my pages opens up in an external window rather than within the same window. I can't find anywhere to turn this off. I have my hyperlinks open to my other pages not an external page. Please help!

    Are these text based hyperlinks that you created?  If so then go to the Inspector/Link/Hyperlink pane and make sure the checkbox to Open link in new window is unchecked.
    Click to view full size
    What's the URL of your site so we can examine it first hand? 
    OT

  • Anyone know how open slideshow in the same window?

    Does anyone know how to make the slideshow open in the same window as the as the site instead of a new window? I'm looking for the location and code that would make it happen on a .mac site.

    Yes, of course, you can do this! You just have to know the address for the slideshow page directly....
    http://web.mac.com/username/iWeb/sitename/photopagename_files/slideshow.html
    username = your .Mac username
    sitename = your site name
    photopagename = whatever you named your photo template page
    Example:
    http://web.mac.com/jwtseng/iWeb/kate/art_files/slideshow.html
    Once you find this URL, then all you have to do to get it to appear as part of your page is to specify an iframe tag with the URL...
    <iframe src="http://web.mac.com/jwtseng/iWeb/kate/art_files/slideshow.html" width="980" height="760" scrolling="no" border="0" style="border:none;" frameborder="0"></iframe>
    This is the little bit of code that you will need to insert into your iWeb pages in order to make the slideshow appear "inside" a frame on the page. Just change the underlined URL to your own slideshow URL.
    To prepare the page in iWeb, you'll need to make a textbox on a page that is 980x760 in dimension (you'll need to adjust the default width of the page). Then type in some placeholder text, like "SLIDESHOWHERE". Publish the page. Then go into your iDisk/Web/Sites/iWeb/sitename folder and find the pagename.html file. Open it with TextEdit (make sure to tell TextEdit to "ignore rich text format"). Then find the part of the code where your placeholder text is. Replace the placeholder text with the iframes code. Then save your work.
    When you check your page in Safari, you should see the slideshow appear inside the page exactly where you positioned the textbox in iWeb.

  • Hyperlink + ctrl click opens the page in new tab in my website. it should open it in the same window of my website

    When i do a ctrl+hyperlink click in my website running in firefox, it opens up in a new tab, I dont want the ctrl+hyperlink click to open in new tab or new window. It should open in the same browser. (works as required in IE 7)
    == This happened ==
    Every time Firefox opened

    Ctrl+left click on a link or bookmark will open in a new tab. That is a standard Firefox keyboard shortcut. Middle-click will do the same (Middle-click = press the scroll wheel). On the following page, scroll down to "Web Navigation" or Find (Ctrl+F), enter "Ctrl+lef" (without quotation marks) in the Find box. Read the footnote 4 about how to change from background tab to foreground tab.
    See: http://www.7is7.com/software/firefox/shortcuts.html
    To open a link or bookmark in the currently active tab, simply click on the link or bookmark. Your current tab will be over-written with the new link or bookmark.
    The following page shows the shortcuts for IE7. Click "Working with tabs". It shows Ctrl+click will "Open links in a new tab in the background" and on the next line, it shows CTRL+SHIFT+click will "Open links in a new tab in the foreground".
    See: http://windows.microsoft.com/en-US/windows-vista/Internet-Explorer-keyboard-shortcuts#
    Maybe you have installed something to change the shortcuts on your installation?
    <u>'''''Other Issues''''': to correct security/stability issues</u>
    <u>'''Update Java'''</u>: your version 1.6.0.18; current version 1.6.0.20 (<u>important security update 04-15-2010</u>)
    ''(Windows users: Do the manual update; very easy.)''
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates Updating Java]'''
    Do the update with Firefox closed

  • Opening folders in the same tab???

    I'm fairly new to Macs and I have a question. I currently run OS 10.5.3. I know that for security reasons (i.e. not accidentally deleting something) that when you open folders in Finder that the default setting is to open each folder in a different window, like below...
    Harddrive 1
    Music
    Nirvana
    Nevermind
    Songs
    Is there a way to change the options so that everything opens in one window? It's a real pain to have to X out of so many windows everytime I want to search for something - and please don't tell me to use the search feature lol. I know how to use that but I'm curious if I can override the each folder in a new window option, so that I can just have one window with either several tabs or so I can just hit the back arrow key, forward arrow keys so it looks more like....
    Harddrive 1 -> Music -> Nirvana -> Nevermind -> Songs
    For the record, I am the administrator of the computer. For the only other account on the computer (my girlfriends) it opens everything in one window where you can just click the back and forward arrows, like I'm hoping to be able to do. I know she didn't mess with any options either because she's not too computer savvy, so is that the default for non-administrators? I know I didn't set it that way.

    The back and forward arrows are to go to the last opened folder and the next.
    They function EXACTLY like the back and forward arrows in Safari.
    Finder can't do tabs.
    Try pathfinder, as the other poster recommended.

  • How to open links in the same window, without changing preferences?

    What I want to know is if there's a way to force a click on a link to open in the current window just one time, if the page was using target=_blank or other methods to open a new tab/window.
    The context menu doesn't have an option for that, was hoping for a modifier key option or something, or perhaps a plugin that would add such an option.
    I know there's an advanced pref to change the behaviour of clicking on links to control new tabs, windows, etc. I don't want to change the default, I just for certain links want to prevent the new tab on a one-up basis.
    (currently on Firefox 30 for Mac)

    Firefox actually doesn't have any built-in preference for overriding the target attribute. If you are on a site where you know the link is coded to open in a new tab, currently, the best workarounds are:
    * drag and drop the link on the address bar
    * right-click > Copy Link Location and then paste in the address bar
    Neither is convenient...
    You might be able to find an add-on for this. For example, Tab Mix Plus, Tab Utilities, and other multi-functional tab-related extensions might have an option to force links into the same tab. In a brief search, I saw one called TargetKiller that is more focused on this but recent reviews mention conflicts with other extensions. If this is a frequent pain point, you could search further on the add-ons site.
    * https://addons.mozilla.org/firefox/addon/tab-mix-plus/
    * https://addons.mozilla.org/firefox/addon/tab-utilities/
    * https://addons.mozilla.org/firefox/addon/targetkiller/
    Let us know the progress of your search.
    Another possibility is to solicit someone to write a userscript. A userscript is a JavaScript add-on that can modify web pages, but not the user interface (for example, it cannot add a right-click context menu item). You need the Greasemonkey extension to run userscripts, and you need to evaluate them carefully because they are not formally reviewed by anyone.
    You can contact userscript authors through these sites, and if someone is interested, they'll usually write the script for free and post it for everyone's benefit:
    * https://greasyfork.org/forum/categories/script-requests
    * https://openuserjs.org/corner

  • How Can I open Report within the same window instead of separate Window

    Hi All,
    I want to open report in my MDI form instead of opening it into a separate Oracle Report Navigator(i.e. Window which shows the report). How to do that? When I click the Report from Menu it should open it within the MDI Form. Any suggestion or reply would be greatly appreciated.
    One more question is how can i open report with in a maximized state. Actaully, the report will be opened in the normal state. How to open in maximized state instead of normal state. Is there any property in reports to acheive this?
    Thanks in Advance.
    Regards
    Gopinath Kona

    hello,
    reports is a separate application that is called from forms and therefore is running outside the context of the forms MDI window.
    you can use the commandline parameter MAXIMIZE=YES to start the runtime in full-screen-mode.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Open url in the same window.

    Hello,
    How can I open a new window (e.g. url to sap transaction) but in the same application window?
    I am using window manager in order to open the window but is there a function for opening the window not as external window?
    Thanks.
    Regards,
    Shimon.

    Hi,
    Yes it is possible., You have to create Exit Plug to achieve this:
    check this article for Ref: [Using Exit Plug in WDA|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0018077-f0c9-2b10-87af-eb9bb40776d4?quicklink=index&overridelayout=true]
    hope this helps u.,
    Thanks & Regards,
    Kiran

Maybe you are looking for

  • ADF FACES: autoSubmit not allowed on af:selectOneRadio

    In EA13, the autoSubmit attribute is being disallowed (by the editor's XML schema validator) on an af:selectOneRadio control, even though it is documented to accept this attribute. This seems very inconsistent since the other "select" type input cont

  • Rental movie download problems

    I I trie to download a movie ,it says it has downloaded buy won't let me play it

  • Prepared Statement, executing  SELECT TOP in Ms Access

    I'm having the following problem. I built an application fetching data without any problem from MS SQL Server, this was using prepared statements. Now i'm having this strange problem with the following query: SELECT TOP 1 * FROM table WHERE appliance

  • Itunes plus wont work with giftcard

    I bought a $100 gift card for the apple store a few months ago. Every time, starting yesterday, I want to buy a song, it tells me that I cannot make an Itunes plus purchase with this gift card and I am not authorized to do so. I am authorized, this i

  • Canvas background color slightly off

    I notice this with certain colors more, but it seems like even if I paint the background the same exact color as my layer background, the canvas color is not exactly the same. I'm assuming it's a color management/profile kind of issue, but I keep tha