How To Fix View Options for a Specific Folder

I have several folders that I prefer to view in specific ways: Applications in list view, alphabetically, with large icons; another also in list view, by most recently modified, also large icons; another in icon view, with icons set to a specific size, etc.
Obviously, I know how to use View Options to set the view as I'd like for each specific folder. And I've set these folders with the "Always Open in..." button.
Unfortunately, after closing that folder, the next time I come back to it, it's reverted to different View settings: a folder that I'd set to view by most recently modified is back to alphabetical, or the icon size has changed, etc.
Am I missing something? I had noticed similar behavior under 10.6, but I attributed it then to the fact that my drive was dying, and I was getting all sorts of wonky behavior.

or this?
SQL> select text from ALL_VIEWS
  2  where VIEW_NAME
  3  ='EMP_VIEW';
TEXT
SELECT empno,ename FROM EMP
WHERE empno=10

Similar Messages

  • Changing View Options for only 1 folder

    I tried changing the View Options for Documents so that I can see which ones were modified recently, however it applies the Date Modified option to every single folder, including my home folder.
    Is there anyway to just change the View Option to a single folder at a time. For example, I'd like to have Documents by Date Modified, but my home folder (user folder) to be arranged my name so that all my folders show up alphabetically.

    Hi chiefnomad,
    Welcome to the Support Communities!
    The information below may be able to answer your questions about how to customize your Finder viewing options.
    Mac Basics: The Finder
    http://support.apple.com/kb/ht2470
    OS X Mavericks: Customize Finder windows
    http://support.apple.com/kb/PH14095
    Cheers,
    - Judy

  • How to set view options for whole subdirectory tree

    In the "shw view options" menu of the Finder, i can set the "show icon preview" and the "icon size" for a single window.
    I wold like to apply these options to all directories in a given directory sub-tree (but not to all directories).
    Doing this manually would be really tedious, since there are a lot of directories in my subdirectory.
    Does anyone have an idea, how to do that more automatically?
    Best regards,
    Gabriel.

    Hello Justin
    I copied the sample report <b>SALV_DEMO_TREE_FUNCTIONS</b> (available on IDES ECC 5.0) and added the following coding to routine <i>set_columns_technical</i>:
    [code]&----
    *&      Form  set_columns_technical
          text
    FORM set_columns_technical.
      DATA: lr_columns TYPE REF TO cl_salv_columns,
            lr_column  TYPE REF TO cl_salv_column.
      lr_columns = gr_tree->get_columns( ).
      lr_columns->set_optimize( abap_true ).
      lr_columns->set_column_position( columnname = 'PRICE'
                                       position   = 1 ).
    change a column's alignment
      TRY.
          lr_column ?= lr_columns->get_column( 'CURRENCY' ).
          lr_column->set_alignment( if_salv_c_alignment=>right ).
    "$Comment: added coding
          DATA:
            ld_short    TYPE scrtext_s,
            ld_medium   TYPE scrtext_m,
            ld_long     TYPE scrtext_l.
          ld_short = 'Short'.
          lr_column->set_short_text( ld_short ).
          ld_medium = 'Medium Col Text'.
          lr_column->set_medium_text( ld_medium ).
          ld_long = 'Long Column Text'.
          lr_column->set_long_text( ld_long ).
    "$Comment: added coding
        CATCH cx_salv_not_found.                            "#EC NO_HANDLER
      ENDTRY.
    ...[/code]
    At least the new short text is displayed on the ALV tree. I assume that you have to be very careful and scrupulous in choosing the correct data types for the method calls.
    Regards
      Uwe

  • Change view options for a single folder

    I use the Finder exclusively in "column view".
    I have a folder that contains some huge (> 1 GB) .tiff files. If I navigate to one of these files, the Finder tries to generate a preview image, but this typically takes more than a minute. I want to turn off the "Show preview column" for this folder (but only for this folder). Under Finder>View>View options I can hide the preview column, but this change applies to my entire file tree. I can't find a way to restrict the change to a single folder.
    Note - if you work in "list view", the view options menu gives you a choice of making changes to "this window only" or "all windows". Not so in column view.

    Probably the best option is to put that folder in list view. When you navigate to the folder containing that folder in your normal Column view, you can hold down the Command key and double click the folder. It will then open in a new window and display in List view. If you use this folder frequently, drag it to the Dock, when you select it from there it will open in List view. I have a number of things that I prefer to open in List or Icon view, rather than my usual Column view, but don't want to clutter up my Dock, so I keep aliases to some of them on my Desktop, and some in my home folder (depending on how often I access them). The ones on the Desktop open in the preferred form with a double click, the ones in my home folder open the way I want with a Command double click.
    Francine
    Francine
    Schwieder

  • Finder View Options, For All Sub Folders

    If I understand how View Options work in Finder windows ...
    I can set View Options for a particular folder to always open up in a particular View Options setting.
    I can set that very same View Option as the Default View Option for all the rest of the folders I open up.
    But, what I would like to do is set the View Options for a folder and all it's sub folders to be the same. Without changing the default View Option for the rest of the folder I open up.
    For example.
    I like to have my Documents open up in List View.
    I like to have my Photos open up in Icon View. (along with certain Icon View Option settings)
    Is there a way to do this?
    Can I set the directory and all sub folders/directories for all my photos to open up the way I would like them? Without having to change the way all my Document folders/directories open up?
    Because the way it seems to work now, is that every time I create a new folder in my Photos directory/folder, I have to manually set the View Options, since the default is List View and not Icon view. If I change the default to Icon View, then any new folder/directory in my Documents will then open up in Icon View.

    If the folder is not set to open in a specific view, it should open in the same view as the containing folder. When using mixed views, you need to open the folder in another window to get the view it previously had.
    In your example, setting Documents to always open in list view and Photos to always open in Icon view should have any new sub folders open in the same view. If any existing sub folders have a different view, you will need to manually change the view, since the Finder will (usually) keep track of the view any particular folder has.

  • How to get column names for a specific view in the scheme?

    how to get column names for a specific view in the scheme?
    TIA
    Don't have DD on the wall anymore....

    or this?
    SQL> select text from ALL_VIEWS
      2  where VIEW_NAME
      3  ='EMP_VIEW';
    TEXT
    SELECT empno,ename FROM EMP
    WHERE empno=10

  • How do i disable orientations for a specific view in my tab bar project without disabling for the other views?

    How do i disable orientations for a specific view in my tab bar project without disabling for the other views?
    Any suggestions?

    Note that you can also hide the tab bar completely with code in the userChrome.css file.
    Add code to the <b>userChrome.css</b> file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #TabsToolbar { display: none !important; }
    </nowiki></pre>
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration

  • How can I change view options for ALL playlists?

    How can I change view options for ALL playlists? With one single click or trick?
    I have a lot playlists and don't want to change every single one of them separatly.
    Thanks for your help. (I use Windows 7)

    There's no FAST way I know of, which is what I think you mean.
    Only the painful SLOW way of one-by-one.
    You could make a new playlist from the main library after you've set the columns up as you like.
    Go to an existing playlist that doesn't have the columns you want, and select all.
    RIght-click > Add to Playlist and send them to the new playlist.
    That's still one-by-one and only works with static playlists, not smart ones.

  • How do I set view options for all playlists at once?

    Hello,
    I want to able to set the view options for all my playlists at once (to include BPM, category etc). Currently you can only do this individually for each playlist.
    Surely there is an easier way?

    Moka.s-Onkel wrote:
    Now I have some questions:
    1. Is there a way of selecting multiple playlist in iTunes? And if yes, can I then change the view options for all selected playlists? How does this work?
    2. Is there any other way to apply view option settings to multiple playlist?
    1 - No
    2 - Using iTunes, no.
    However this script will do what you want .
    -> http://dougscripts.com/itunes/scripts/ss.php?sp=assimilateviewoptions

  • How can you block production for a specific product in SNP planning book

    Hi All,
    Looking for a way to manually indicate a decision to prevent production in a specific cell for a product in the SNP planning book utilizing the supply planning and capacity leveling heuristics.  For this requirement the resource would have available capacity during that time period.  It also could plan other products in that time period.  The requirement is for a planner to manually go into the planning book to somehow indicate that the heuristic should not consider that time period as available for a specific product, while still leaving the resource available for other products.
    Has anyone run into this before?  Any experience on how to stop a heurisitc from considering a specific time bucket  for a specific product as available for orders?
    Thanks
    -Mike

    Hello Mike,
    I haven't tried it yet myself but I kow that there is the option in the Planning Book to manually fix several periods for a specific location product. This will prevent the heuristic from planning these periods for the specified product. For details please have a look in the Online Help for SNP under key word "Order Fixing".
    regards
    Christian

  • Change view options for only one window

    Usually I prefer to view my windows as icons, but I like certain specific windows to show up in list mode. On 10.4, in the View Options, there was an option for "This window only" but that seems to be missing in 10.5. Am I just blind???

    I agree. i enjoyed that feature in 10.4. It drives me nuts that if I want to change the view options for one folder because of the way I want to view its specific contents, the rest of folders on my system changes at the same time. I would appreciate it if each folder had a "memory" of its own view option settings.
    However, I acknowledge that sometimes you would want to change a setting that affect all windows. But it shouldn't overwrite the remainder of the settings. If, for example, you wanted to change the text size of every icon in every window, but leave everything else as set in each individual folder, there should be an option for this!

  • How can i view appointments for a day in the monthly calendar

    how can i view appointments for a singol day in the monthly calendar?
    Thank you

    It's a problem they need to fix. Make a complaint at http://www.apple.com/feedback/

  • Some questions about view options for single folders

    hi,
    I'm trying to customize the finder a little, but I'm running into some troubles. It seems that finder is not capable of saving view options for single folders, is it? What I mean is: For example I want my standard view to be "column view, sorted by name". But one specific folder I want to open in "list view, sorted by date modified". I can't get finder to do it.
    In View Options, there is a checkbox "Always open in XXX view". But it only seems to work if I cmd-click that folder so it opens in a new finder window, but not if I stay in the same window, which is really annoying.
    With file-sorting, it seems as soon as I chose "sort files by date modified" finder does this for ALL folders, not only the one I'm currently in (regardless of whether I use View -> Arrange By or View -> View Options -> Arrange By)
    Ideas? I can't believe that those basic features are actually lacking in finder.
    thanks!

    well, I think I see what the problem is.
    I usually use column view. In column view it is enough to single-click on a folder to open it. When you do that, a new column with that folder opens. When I double-click on a folder on the other hand, it behaves the way I want it to be (opens in the view I set for it). So it seems like I will have double-click every folder in order to behave it the way I want (annoying as well, but I guess there is no other solution).
    Btw, if I create a new folder on my desktop and change it's default view it works, because clicking on a folder on the desktop is pretty much the same as opening it in a new window.
    Thanks for your help though. If you have any idea if you can make the folders behave the right way by single-clicking than please let me know
    edit: ok, seems I was wrong. it worked for the desktop-folder, but doesn't seem to work for any other folder (it DOES work when cmd-double-clicking it though). strange.
    Message was edited by: nachdenki

  • [svn:cairngorm3:] 16337: Fixing an NPE for a specific scenario:

    Revision: 16337
    Revision: 16337
    Author:   [email protected]
    Date:     2010-05-27 00:41:31 -0700 (Thu, 27 May 2010)
    Log Message:
    Fixing an NPE for a specific scenario:
    when using multiple listeners for one validator and when some of the listeners become null and a reset() on the validator group is called.
    Modified Paths:
        cairngorm3/trunk/libraries/Validation/src/com/adobe/cairngorm/validation/ValidatorMultipl eListeners.as

    Wow that was a very quick response. Thanks camickr. I am only trying to delete a single row. I do not know how to go about posting a test program for the code I have posted above because honestly the gui itself is 800 lines of code, and then the file reading class is quite funky in itself. I can maybe email you the entire Netbeans project including code so if you are using Netbeans 5 RC2 you can run the code and see for yourself, but that would not be considerate of me.
    See I am trying to delete any row at any time...but only one at a time not multiple rows...so if a user decides to delete row 23 and then tries to delete the last row which happens to be row 33 in my case, my setup should be smart enough to still allow to delete the row.

  • ITunes Not Remembering View Options for iPod

    I just upgraded to 7.0.1 to see if it would fix this problem, but no dice. The view options for my 5G 80GB reset back to the factory settings each time I disconnect my iPod, or even if I restart iTunes and leave the iPod connected.
    I'd like to have the browser up and have some of the other options changed, like showing track numbers and time. This used to be a setting that always stayed the same with my previous iPod.
    I upgraded my iTunes to 7.0 and bought my new iPod at the same time, so I'm not sure which is actually having the problem. Anyone else notice this?

    I'm having exactly the same problem with iTunes 7.0.2 and a 80gb iPod. It's really annoying. It should remember the view options, at least iTunes 6 did.

Maybe you are looking for

  • New to PRE and need feedback on my system build

    I played around with the trial version on my old computer and decided to go ahead and purchase PRE 9 and PSE 9 together. I have built a few PC's in my day and recently completed my current build running my purchased software. I was hoping that I coul

  • Can't open pdf files in Windows 8 with Acrobat XI

    I have windows 8, and Mozilla Thunderbird email client.  When attempting to open PDFs I get this message "Adobe Reader could not open 'Wiring Invoice 409343281 Dated 04_05_2013-2.pdf' because it is either not a supported file type or because the file

  • Will the newest version of itunes that I need for a newer ipod still work for an old ipod?

    I have an Ipod that is 4 years old and have an old version of Itunes that I use with it. My son wants to start using his Ipod that he just got last Christmas on this computer and Itunes wants me to download a new version of Itunes for it. I'm wonderi

  • RFFOUS_T ACH DME - file name with NN=sequential # : ACHPMMDDYYNN

    We are using RFFOUS_T to generate the data medium for ACH. The program defaults the filename to ACH as follows (include RFFORIU4). (because of TemSe), a new name is generated here: ACH.Date.Time.nn   if hlp_temse na par_dtyp and         "No TemSe-fil

  • Computer wont see iPhone 3G...

    Now I updated my phone and I got it to sync ONCE, now it doesnt want to even charge on the computer. I have Windows 7 X64 and the updated iTune. The computer makes the noise that it sees a new device, but the iPhone just wont sync. HELP!