Setting icon size and sorting in 10.9

I asked this question in the os X forum. Maybe I can get an answer here.
The following worked in 10.8 but not in 10.9:
tell its icon view options
set icon size to 128
set shows icon preview to true
set arrangement to arranged by name
end tell
icon size is not set and the icons are not rarranged.
Apparently icon size is now read only. There must be a way to resize the icons.
Any ideas?

For example:
tell application "Finder"
    activate
    try
        set theName to name of Finder window 1
    on error
        return beep 1 -- no open Finder window
    end try
end tell
tell application "System Events" to tell process "Finder"
    tell menu 1 of menu bar item "View" of menu bar 1
        if exists menu item "Show View Options" then keystroke "j" using {command down}
    end tell
    repeat until exists (window 1 whose (title is theName) and (subrole is "AXSystemFloatingWindow"))
    end repeat
    tell window 1
        set value of slider 1 of group 1 to 56.0 -- 128 x 128
        tell checkbox "Show icon preview" of group 1
            if value is 0 then click
        end tell
        click pop up button 1
        keystroke "Name" & return -- arrange by name
        click button 1 -- close
    end tell
end tell
You should also have a look at Accessibility Preferences and GUI Scripting.
Message was edited by: Pierre L.

Similar Messages

  • Icon size and spacing keeps changing to miniscule size

    I keep running into the situation when I open a finder window, the icon size and spacing shifts from what I have set as a default.  I have a specific icon size of 64 that i use and the spacing is close together.  Every now and then, the icons are so tiny as to not be legible and spacing changes to 2 inches between icons.  No matter how many times I change the show view options they do not stay.  Why does this happen and not stay as I want??

    Try deleting the com.apple.finder.plist.
    Hold down the option key while using the Finder “Go To Folder” command. Enter ~/Library/Preferences/com.apple.finder.plist.  Move the .plist to your desktop.
    Relaunch Finder ( Command-option-esc, select Finder and Force quit) . If it works okay, delete the plist(s) from the desktop.
    If the same, return the .plist to where you got them from, overwriting the newer ones.
    If you prefer to make your user library permanently visible, use the Terminal command found below.
    http://osxdaily.com/2011/07/04/show-library-directory-in-mac-os-x-lion/
    You might want to bookmark the command. I had to use it again after I installed 10.8.4. I have also been informed that if you drag the user library to Finder it will remain visible.

  • Is there a way to increase the icon size (and the text below) without using zoom?  I am trying to help out someone who has moderate visual impairment that does not want to use zoom just to see the icons and their labels.

    Is there a way to increase the icon size (and the text below) without using zoom in iOS 7?  I am trying to help out someone who has moderate visual impairment that does not want to use zoom just to see the icons and their labels.

    Hello Apple.
    It seems you have gone to great lengths to improve accessibility in many areas of the iPad. Why was this obvious problem with icon text size missed?  (It's not with the Mac.). And for so long too.
    Do you employ people with actual accessibility problems to help you do UI design?
    I think too, that some buttons are too close for people who might have motor control problems.
    I love my iPad but I fear as I age, the iPad might not keep up with me.

  • How to set the size and position of JFrame

    hey all,
    i have a frame and i devide the frame into three panels, i want to make the top panel the lergest and make it square. and the rest two panels in small and in the bottom of the frame.
    could you please help me to set the size and position of the jpanel
    Thanks

    If u want the bottom 2 panels to be on the same level, u can try setting ur content pane to use the BorderLayout and the adding the 3 panels to it with BorderLayout.NORTH(for the TOP panel), BorderLayout.EAST(RIGHT panel) and BorderLayout.WEST(for LEFT panel).
    Don't know if this is what ur looking for, maybe u could describe more on ur layout with a sample image or something?

  • Beginner Illustrator CS3  Set Trim size and Live area

    Our graphic designer is on vacation I need to submit this image to print as poster...I have the image but I need help how to set Trim size to 45" width and 67" height. Visual live area set to 43"wd x 64" ht DPI 150 at 100% saved into PDF. Please help how to do this in Illustrator CS3?
    Thank you very much!

    > Trim size to 45" width and 67" height.
    File > Document setup. Make that the document size.
    > Visual live area set to 43"wd x 64" ht.
    Just keep all important info (text, logo) within that area. 1 inch margins left and right, 1.5 inch margins top and bottom.
    > DPI 150
    That's PPI, for Pixels Per Inch, not DPI. That's the minimum resolution for imported artwork, like scans or Photoshop files.
    > saved into PDF
    File > Save A Copy. Choose ADobe PDF as the format and then Press Quality as the preset in the following window after you click Save. Unless the printer provided more specific requirements, which I doubt.

  • Set cell size and set print size as template change bottom as .25

    IO need to set  crop size i as 4x5/8x10...as standard

    InDesign is a pretty complex application to learn on your own.
    As soon as possible, acquire a good book on InDesign. My recommendation for beginners is Sandee Cohen's "InDesign QuickStart Guide." There are editions for different versions for InDesign. Less than $20.
    InDesign CS5 for Macintosh and Windows: Visual QuickStart Guide

  • Set specific size and position of preloader's empty movieclip on main stage

    hey, just wondering if it's possible to script an external preloader's empty movie clip to be of a specific size and position on the main stage? here's the script i've got for the preloader so far:
    var my_pb:mx.controls.ProgressBar;
    my_pb.mode = "manual";
    this.createEmptyMovieClip("Portfolio", 999);
    var my_mcl:MovieClipLoader = new MovieClipLoader();
    var mclListener:Object = new Object();
    mclListener.onLoadStart = function(target_mc:MovieClip):Void {
        my_pb.label = "LOADING: " + target_mc._name;
    mclListener.onLoadProgress = function(target_mc:MovieClip, numBytesLoaded:Number, numBytesTotal:Number):Void {
        var pctLoaded:Number = Math.ceil(100 * (numBytesLoaded / numBytesTotal));
        my_pb.setProgress(numBytesLoaded, numBytesTotal);
    my_mcl.addListener(mclListener);
    my_mcl.loadClip("Creative-Outrage_External.swf", Portfolio);
    thanks in advance.

    i could load the movies that way or if i tell my main movie to load the same preloader in an empty movieclip, instead of on the main timeline. however, this way it all looks great, but the buttons on the main timeline won't respond to user events from the external swfs.

  • Data retrieval buffers - buffer size and sort buffer size

    Any difference to tune BSO and ASO on data retrieval buffers?
    From Oracle documentation, the buffer size setting is per database per Essbase user i.e. more physical memory will be used if there are lots of concurrent data access from users.
    However even for 100 concurrent users, default buffer size of 10KB (BSO) or 20KB (ASO) seems very small compare to other cache setting (total buffer cache is 100*20 = 2MB). Should we increase the value to 1000KB to improve the data retrieval performance by users? The improvement impact is the same for online application e.g. Hyperion Planning and reporting application e.g. Financial Reporting?
    Assume 3 Essbase plan types with 100 concurrent access:
    PLAN1 - 1000KB * 100 = 100MB 1000KB * 100 = 100MB (total sort buffer size)
    PLAN2 - 1000KB * 100 = 100MB 1000KB * 100 = 100MB (total sort buffer size)
    PLAN3 - 1000KB * 100 = 100MB 1000KB * 100 = 100MB (total sort buffer size)
    Total physical memory required is 600MB.
    Thanks in advance!

    256 samples Buffer size will always give you a noticable amount of latency. If you use Software Monitoring you should try setting your Buffer to 64 samples. With the recording delay slider in the preferences->Audio you can compensate for the latency (of course not in realtime) so that the Audio will be placed exactly there, where it should hae been recorded at. In your case set it to a -value. A loopback test (check the link below) will clarify the exact amount of Latency occuring on your system.
    http://discussions.apple.com/thread.jspa?threadID=1883662&tstart=0

  • How to set page size and bleed

    Hi all,
    First of all, I am really a totally newbie for Indesign. My knowledge of Indesign is zero.
    Recently my design send me a artwork but he is missing now. I need to do some modify for printing but I really got no idea what should I do.
    The printing manufacturer request me to set my page as 303mm x 216mm, however my page size now is 297mm x 210mm. After that they need me to add bleed for them as well.
    So any expert here could guide me step by step what should I do?
    I tried myself to go "Explore" > "save" > then change the value of "page size" to 303mm x 216 mm. Then go "Marks and Bleed" > "tick "Bleed" and choose value (top:3mm, bottom:3mm, inside:3mm, outside:3mm)
    However, the result come out my page size is much bigger than 320+mm and 230+mm
    Why? What should I do?

    InDesign is a pretty complex application to learn on your own.
    As soon as possible, acquire a good book on InDesign. My recommendation for beginners is Sandee Cohen's "InDesign QuickStart Guide." There are editions for different versions for InDesign. Less than $20.
    InDesign CS5 for Macintosh and Windows: Visual QuickStart Guide

  • Calendar in Yosemite does not comply to Sidebar icon size setting?

    The icon size and the font size in the sidebar of System apps can be set in
    System Prefs => General => Sidebar icon size
    The Finder of OS X 10.10 does react to this setting, Mail.app does and in Mavericks also Calendar.app did.
    On my MBP running Yosemite, Calendar v8.0 always shows quite large icons and a large font in the sidebar.
    Is this a problem of my installation, or is it "normal"?
    There are other problems of the Calendar sidebar, for example I am unable to enlarge the sidebar to show longer names of individual calendars.

    If you want the calendar entries that you create on the phone to sync with the gmail, you need to create the entry in the gmail calendar on the phone.  If you create it in the phone calendar, it is only on the phone.
    Usually at the very top of the new event entry you have a choice of which calendar to create this event in.  Either Phone, gmail or any other option you have synced to your phone.  To get it to sync to the gmail calendar you need to select the gmail calender.

  • Does the Yosemite Calendar comply to Sidebar icon size setting??

    The icon size and the font size in the sidebar of System apps can be set in
    System Prefs => General => Sidebar icon size
    The Finder of Yosemite does react to this setting, Mail.app does and in Mavericks also Calendar.app did.
    On my MBP running Yosemite, Calendar v8.0 always shows quite large icons and a large font in the sidebar.
    Is this a problem of my installation, or is it "normal" for the Yosemite Calendar to ignore this setting?

    Finder/View/Show Status Bar will bring up slider in Finder windows.
    RM

  • Set size and location of  a component

    Hello,
    Does anyone familiar with this org.netbeans.lib.awtexttra.AbsoluteConstraints(). I want to set the size and location of the component, and I know this org netbeans can provide this function.
    getContentPane().add(chkTausta, new org.netbeans.lib.awtextra.AbsoluteConstraints(10, 120, -1, -1));
    chkRakkennus.setSelected(true);
    chkRakkennus.setText("Rakennukset");
    then it comes an error that org.netbeans.lib.awtextra.AbsoluteConstraints()cannot be resolved. Does anyone know what�s the reason. Do I have to download other version of Java. I have Jre1.6.0?
    Does anybody knows is there another way to set size of component. For example, if I use borderlayout, and put a button to the west, then how can I set the location and size of the button?
    Thanks a lot for you help.
    Clare

    org.netbeans.lib.awtextra.AbsoluteConstraints isn't part of the JDK. I suggest you don't use that at all. Let a LayoutManager do the resizing.
    Have a look at the [Layout tutorial|http://java.sun.com/docs/books/tutorial/uiswing/layout/index.html] especially gridBagLayout

  • How to set icon in JavaHelp frame?

    Hello everybody
    I'm using JavaHelp 2.0 for the first time and I have been told that it is possible to set the icon within the JavaHelp frame. Furthermore it should be possible to set the position of the help window.
    I used the following code within my Java class to start JavaHelp, as the help frame should appear, when the user clicks on "JavaHelp" within the "Help" menu:
        JMenu helpMenu = new JMenu("Help");
        try {
          URL hsURL = new File("javahelp/DbManager.hs").toURL();
          HelpSet hs = new HelpSet(null, hsURL);
          HelpBroker hb = hs.createHelpBroker();
          menuItem = new JMenuItem("JavaHelp");
          menuItem.addActionListener(new CSH.DisplayHelpFromSource(hb));
          helpMenu.add(menuItem);
        } catch (Exception e) {
        }My helpset is called "DbManager.hs" and here's the presentation section of it (of course the image "dbmanager.title.image" is defined within the map file):
      <!-- presentation -->
      <presentation default="true" displayviews="true" displayviewimages="false">
        <name>MainWindow</name>
        <size width="600" height="500" />
        <location x="200" y="200" />
        <title>Database Manager</title>
        <image>dbmanager.title.image</image>
      </presentation>When I start the JavaHelp it does not show the Icon and it does not set the size and location accordingly.
    I'd be very glad for any hint on what I might be overlooking.
    Thanks,
    Christian

    Hi,
    You need to specify the name of your presentation in the createHelpBroker call:
        JMenu helpMenu = new JMenu("Help");
        try {
          URL hsURL = new File("javahelp/DbManager.hs").toURL();
          HelpSet hs = new HelpSet(null, hsURL);
          HelpBroker hb = hs.createHelpBroker("MainWindow");
          menuItem = new JMenuItem("JavaHelp");Then it should work.
    Brendan

  • Object Size and Position values not being retained

    Hi,
           I'm trying to set the size and position of a picture object in a report. This logo, should appear on the top right corner of the report.
    The margins of the report are Left - .79 in, Right - 0.79 in, Top - 0.79 in and Bottom - 0.39 in.
    The size of the picture object should be 1.574 x 0.79 inches.
    I have ensured that File -> Page Setup -> dimensions are in INCHES.
    I right click the logo and select 'Size and Position'.
    I set 'Y' (distance between top of object and top margin) = 0. This is to perfectly align the object with the top margin.
    Now, i set the height of the object = 0.79 inches. Ok the dialog and close.
    The strange thing happening is, when i re-open the size and position dialog, i see that the values i set are not being retained.
    0.79 becomes 0.810
    and
    0 become -0.010.
    What am i doing wrong here? How can i make sure the values i specify in the size and position dialog are  retained.
    Thanks.

    Ensure File | Options | Layout tab has the following UNMARKED!!!!
    Design View
      Guidelines
      Grid
    Preview
      Guidelines
      Grid
    Ensure that "Snap to Grid" is turned off.
    Make your grid size larger (.5 inches for example)
    What is occurring (I suspect) is that your objects are snapping to the grid - thus changing the position and possibly size due to the Snap to Grid being turned on.

  • Set picture size & use external speakers 42TL515U

    I can change the picture size but it does not hold. I want to set the size and have it remain that size. When I change channels and return it goes back to 4.3. It is a non HDTV channel.
    Can I hook up a pair of external speakers powered by the TV? I have an Onkyo receiver but I want to power two of those speakers by the TV when I'm not using the receiver. I don't know if both can be connected or how to set that up. The receiver will be off but both connected may be an issue. The TV speakers are a bit weak.
    Thanks

    Thanks, it appears the auto aspect needs to be left on for 16:9 and the 4:3 stretch needs to be turned on as well for standard def stations. It might solve my problem if the 4:3 stretch is a good viewing mode. Theater 1 is what I prefer, is a way to retain that setting?
    To bad about not powering external speakers, the std speakers really lack.

Maybe you are looking for

  • Problem opening Crystal Report from SAP GUI through VPN

    Hi Everyone,   I am facing an issue with opening the crystal report from SAP BW Role menu(SAP GUI). The issue is only with the BW Users who are connecting to the Client systems through VPN. All the settings are done perfectly in the Transaction /CRYS

  • Wrong routing selection in production order creation via MILL_OC

    Hi, We are using the order combination functionality (MILL_OC) We have a product with alternative routings. Situation is as follows: - Create 2 plan orders for the same material - Execute MILL_OC When I execute the MILL_OC transaction I get the reque

  • Photoshop Elements 8 Licencing Problem

    Photoshop Elements 8 (s/n 1057-1463-2368-0256-2492-2362) has only ever been installed on 2 machines; one was my current laptop Computer which suffered a HD crash, but no problem, I still had a third licence left unused. In late December the same HD f

  • Solution for XP not recognizing USB device ...

    Hope this helps ... here's how I got my XP machine to recognize the IPod. 1) Un-installed all the software (not sure if this was critical, but it is part of the order of events I followed). 2) Next, I unplugged the IPod from my desktop and unplugged

  • Critical: LDAP: query DNS result DNS Hard Error looking up e

    I am not having any luck when trying to connect to all 3 of our LDAP Servers...I get this error in the logs: Critical: LDAP: query DNS result DNS Hard Error looking up MyServer.Mydomain.com (A): NXDomain It is open through our Firewalls. I don't even