How to make finder side scroll?

i did it once, but when i deleted the pref file( in a bad finder situation), so now i forgot how i made it to scroll side. Anyone, thanks in advance!

I'm afraid I don't understand what you are talking about. Can you post a picture on a .me or flickr account and give us a URL to the image to point to us what you are talking about? Screen captures are done as described here:
http://www.zimbio.com/MacOS+X+version+10.5+Leopard/articles/13/Mac+OS+X+screen+capturetips

Similar Messages

  • How to make Finder NOT to show files from a specific folder in "All My Files"?

    Hello!
    Can someone please advice how to make finder NOT to show files from a specific folder in "All My Files"? See the attach - I recently installed Civilization 5 from Steam and now I have a lot of unneeded files (*.log and *.ini) shown in  All My Files colder in Finder.
    I don't want to see them. Any advise?

    Using "All my Files" was very handy before all this rubbish popped up. =(

  • How to make the Smooth Scrolling work even H Swipe is tick?

    In my article, if I tick the H Swipe only and the Smooth Scrolling is Both direction, Why is it in previewing it in my iPad the Scrolling seems Off because it's snapping into the pages.
    Smooth scrolling is not working if H Swipe only is tick.
    How to make the Smooth Scrolling work even H Swipe is tick?

    Horizontal scrolling is only for 1024x768 or 768x1024 pages. That’s it.
    You cannot combine horizontal only with smooth scrolling.
    Bob

  • How to make Finder open automatically...?

    How to make Finder open automatically when I insert external drive?

    Make sure the Finder preferences are set to display hard drives:
    OT

  • Help, how to make Finder to refresh custom icon programmatically

    Hi
    I have two file both are same name, e.g. 1.rtf, but with different custom icon.
    When I copied the first 1.rtf to an USB drive, the custom icon was displayed correctly.
    However, when copied the second file to the USB drive to replace the first file, Finder still showed the custom icon of the first file.
    How can I solve this issue and how can I make Finder to refresh the custom icon programmatically.
    Thanks

    Hi KT, thanks your reply & help
    but result is same. The following is my experiment
    STEP 1: copy 1.rtf to USB drive, the result is OK.
    STEP 2: copy another 1.rtf to USB drive, Finder still showing the 1st file icon and a little bit blurred
    STEP 3: copy 3rd file without custom icon, the result is OK
    STEP 4: using following code to set its custom icon, the result is still show the custom icon of the 1st file
    [[NSWorkspace sharedWorkspace] setIcon:image forFile:[filePath stringValue]  options:nil];
    It seems that Finder will has some cache to store file's custom icon. If use "Force Quit" to relaunch Finder, it become correct but how can I use program code to refresh it without "Force Quit"?

  • How to make view automatically scroll when keyboard show up

    Hi all
    I'm like a totally noob for objective-c coding, let alone the iPhone programing. :P
    Anyway, I somehow manage to create a simple application that receive input via UITextField, do some simple math, then display the result in other UITextFields (which can act as a input vice versa).
    Problem is, when I use the UITextField at the buttom of the screen as an input, the keyboard will block that text field out of my view, so I could not see what I'm typing at all.
    That's the question. How to make my view scrollable, and make it simply scroll itself out of the way when the keyboard is shown? I already inherit my view from UIScrollView, but don't know what to do next. Can you guys help enlighten me, please?
    Thanx

    Of course, if you're dealing with textFields, you should change a few things try something like that in your .m file :
    - (void)textFieldDidBeginEditing:(UITextField *)theTextField
    if ([theTextField isEqual:yourTextField])
    // Restore the position of the main view if it was animated to make room for the keyboard.
    if (self.view.frame.origin.y >= 0)
    [self setViewMovedUp:YES];
    // Animate the entire view up or down, to prevent the keyboard from covering the author field.
    - (void)setViewMovedUp:(BOOL)movedUp
    [UIView beginAnimations:nil context:NULL];
    [UIView setAnimationDuration:0.3];
    // Make changes to the view's frame inside the animation block. They will be animated instead
    // of taking place immediately.
    CGRect rect = self.view.frame;
    if (movedUp)
    // If moving up, not only decrease the origin but increase the height so the view
    // covers the entire screen behind the keyboard.
    rect.origin.y -= kOFFSETFORKEYBOARD;
    rect.size.height += kOFFSETFORKEYBOARD;
    else
    // If moving down, not only increase the origin but decrease the height.
    rect.origin.y += kOFFSETFORKEYBOARD;
    rect.size.height -= kOFFSETFORKEYBOARD;
    self.view.frame = rect;
    [UIView commitAnimations];
    - (void)keyboardWillShow:(NSNotification *)notif
    // The keyboard will be shown. If the user is editing the author, adjust the display so that the
    // author field will not be covered by the keyboard.
    if ([yourTextField isFirstResponder] && self.view.frame.origin.y >= 0)
    [self setViewMovedUp:YES];
    else if (![yourTextField isFirstResponder] && self.view.frame.origin.y < 0)
    [self setViewMovedUp:NO];
    #pragma mark - UIViewController delegate methods
    - (void)viewWillAppear:(BOOL)animated
    // watch the keyboard so we can adjust the user interface if necessary.
    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillShow:)
    name:UIKeyboardWillShowNotification object:self.view.window];
    - (void)viewWillDisappear:(BOOL)animated
    [self setEditing:NO animated:YES];
    // unregister for keyboard notifications while not visible.
    [[NSNotificationCenter defaultCenter] removeObserver:self name:UIKeyboardWillShowNotification object:nil];
    be sure to invoke the method when you dismiss the keyboard, so that the view "falls back" to its normal state:
    if (self.view.frame.origin.y < 0)
    [self setViewMovedUp:NO];
    Of course, declare the method
    (void)setViewMovedUp:(BOOL)movedUp;
    in the .h file
    and the #define you will use in you .m file :
    // the amount of vertical shift upwards keep the text field in view as the keyboard appears
    #define kOFFSETFORKEYBOARD 50.0
    // the duration of the animation for the view shift
    #define kVerticalOffsetAnimationDuration 0.30
    good luck !

  • How to make Finder automatically go to the foremost open window?

    I hope I'm explaining this clearly.
    Suddenly, when I click on the Finder from the Dock, it does not go to the last open window. I have to go to the Windows menu and select it, or click and wait on the Finder icon in the dock for it to open. I usually have a lot of apps open so when I go to Finder it's to do some file management - and the extra step of having to bring the last open window to the forefront is annoying me!
    Does anyone know how to make the Finder automatically come to the forefront (with the windows) from click in the Dock? I swear my mac always did that before but now it's stopped!

    can anyone help me here?

  • How to make Finder to launch newer verstion of application when user opens file

    I have 2 versions of the same program. Only difference in Info.plist of that bundles is CFBundleVersion field. How can I make Finder to launch newer version, when user opens file assosiated with this application (user has both versions)

    This is not something I know about, but I did find the following in the  Launch Services Programming Guide:
    I'd suggest reposting your question in the Developer's forum here.
    https://discussions.apple.com/community/developer_forums

  • How to make my game scroll more smoothly ?

    Hello! I'm new at Java, however I have some programming experience.
    I would like to make a tile engine. On the following link is an example of what I have so far:
    [link-->|http://members.home.nl/bramdenhond/testjava/]
    If you move your mouse over the area, the world scrolls.
    However, I don't think it scrolls smoothly enough.
    In the tutorial I was following, this technique was recommended for double-buffering:
            //** Update - Method, implements double buffering */
            public void update (Graphics g)
                  // initialize buffer
                  if (dbImage == null)
                        dbImage = createImage (this.getSize().width, this.getSize().height);
                        dbg = dbImage.getGraphics ();
                  // clear screen in background
                  dbg.setColor (getBackground ());
                  dbg.clearRect(0, 0, this.getSize().width, this.getSize().height);
                  //dbg.fillRect (0, 0, this.getSize().width, this.getSize().height);
                  // draw elements in background
                  dbg.setColor (getForeground());
                  paint (dbg);
                  // draw image on the screen
                  g.drawImage (dbImage, 0, 0, this);
            }For the timing, I'm using a Thread, as recommended in the tutorial:
             public void start ()
                  // define a new thread
                  Thread th = new Thread (this);
                  // start this thread
                  th.start ();
              public void run ()
                  // lower ThreadPriority
                  Thread.currentThread().setPriority(Thread.MIN_PRIORITY);
                  // run a long while (true) this means in our case "always"
                  while (true)
                        // repaint the applet
                        repaint();
                        try
                              // Stop thread for 20 milliseconds
                              Thread.sleep (2);
                        catch (InterruptedException ex)
                              // do nothing
                        // set ThreadPriority to maximum value
                        Thread.currentThread().setPriority(Thread.MAX_PRIORITY);
               }I was wondering if someone if this is indeed the best approach, and if there are
    any alternatives.
    Thanks!

    Hi all,
    I've changed this source code so I can move the character from bottom to up but scrolling background is up to bottom. How I can change this class for scrolling background from up to down and not viceversa?
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.image.BufferedImage;
    import java.awt.Image;
    import java.awt.Dimension;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.MediaTracker;
    import java.awt.Toolkit;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.Timer;
    public class JAniDemo {
      private BufferedImage biBackground = null;
      private Toolkit tk;
      private JFrame f;
      JAniDemo(){
        tk = Toolkit.getDefaultToolkit();
        f = new JFrame("AniDemo 1.0");
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        loadBackground("C:\\image.png");
        myPanel p = new myPanel(biBackground);
        f.add(p);
        f.pack();
        f.setVisible(true);
      private void loadBackground(String fn){
        Image im = tk.getImage(fn);
        MediaTracker mt = new MediaTracker(f);
        mt.addImage(im,0);
        try{
          mt.waitForID(0);
          biBackground = new BufferedImage(800, 641, BufferedImage.TYPE_INT_RGB);
          Graphics2D g2 = biBackground.createGraphics();
          g2.drawImage(im, 0, 0, null);
          g2.dispose();
        }catch(InterruptedException e){
          System.out.println(e.toString());
      public static void main(String[] args) {
        new JAniDemo();
      class myPanel extends JPanel implements ActionListener{
        private BufferedImage background;
        private BufferedImage bi = null;
        private int upperCorner = 0;
        int width;
        int height;
        myPanel(BufferedImage bg){
          super();
          background = bg;
          width = background.getWidth()/2;
          height = background.getHeight();
          bi = background.getSubimage(0,upperCorner,width,height);
          setPreferredSize(new Dimension(width, height));
          Timer t = new Timer(25, this);
          t.start();
        public void actionPerformed(ActionEvent e){ 
          upperCorner -= 1;
          if(UpperCorner >= height) UpperCorner = 38;  // adjust to make rollover seemless
          bi = background.getSubimage(0,UpperCorner,width,height);
          repaint();
        public void paintComponent(Graphics g){
          g.drawImage(bi, 0, 0, this);
    }Please see this changes of original source code:
    bi = background.getSubimage(0,upperCorner,width,height);
    width = background.getWidth()/2;
    if(UpperCorner >= height) // for vertical
    upperCorner -= 1; // for up to down scrolling
    Can you help me? Thanks.
    Regards.
    Edited by: Rapworld on Jun 9, 2010 11:19 AM

  • How to make Finder to focus on the last used foto in the iPhoto folder?

    Hello! I have a 1200-fotos iPhoto folder containing fotos of my last voyage. Im trying to upload some of them them to the account of one of the social networks.
    I scroll through them in iPhoto to chose the best then in Safari press "Upload from file" button on the website.
    But every time I press "Upload from file" button and finder window openeswith the focus on the very first foto in folder! And every time I have to scrooll through all the fotos searhing for the needed foto or have to press Command+f and search by name.
    In windows by default  I have a focus on the file being used the last.
    Any ideas how to manage files in this case not having to scroll all the previous files from hte very start?

    Alejandro,
    I have a 1200-fotos iPhoto folder containing fotos of my last voyage. Im trying to upload some of them them to the account of one of the social networks.
    What kind of folder? A folder with albums in iPhoto, or a folder in the Finder? If the Finder, how are you scrolling in iPhoto to browse a folder in the Finder?  Are you using iPhoto in a referenced mode and accessing the originals using the Finder?
    If yes, there is no connection between your browsing position in iPhoto and the browsing of original files in the Finder.
    If you want to upload a photo you have just seen in iPhoto, the simplest way would be to drag it from the iPhoto window to a folder on your desktop (that will export a jpeg version of the photo) and then to upload it from there. That would save you a lot of scrolling.

  • How to make a JDialog scrolling from one position to the other.

    Hi all,
    I want to move a JDialog from one position to the other(actually I want to scrolling/moving as messenger notification appear on top of the system tray) on the desktop.
    Anyone of you can give me a clue.
    Thanks

    Ok here what I have try up to now. First make the initial position of the JFrame as follows.
        private void SetWindowLocation()
            final int screenHeight = Toolkit.getDefaultToolkit().getScreenSize().height;
            final int screenWidth = Toolkit.getDefaultToolkit().getScreenSize().width;
            final int frameHeight = this.getHeight();
            final int frameWidth = this.getWidth();
            int _y = (screenHeight - frameHeight - 32);
            int _x = (screenWidth - frameWidth);
    // Initial location
            this.setLocation(_x, _y); 
    }This code place my Frame in the lower-right corner on top of the system-tray.
    Then as you guys says, try to work on a Timer. Now I'm stuck with the action listener. I try to move the frame to upper-right corner.
        private void SetWindowLocation()
            final int screenHeight = Toolkit.getDefaultToolkit().getScreenSize().height;
            final int screenWidth = Toolkit.getDefaultToolkit().getScreenSize().width;
            final int frameHeight = this.getHeight();
            final int frameWidth = this.getWidth();
            int _y = (screenHeight - frameHeight - 32);
            int _x = (screenWidth - frameWidth);
    // Initial location
            this.setLocation(_x, _y); 
            _timer = new javax.swing.Timer(100, incrementYPosition);
    ActionListener incrementYPosition = new ActionListener() {
            public void actionPerformed(ActionEvent evt) {
                       while(_y > 0){
                            // do the processing here.
                            // reduce the _y value and set the new location with _x
                    };I'm stuck with that how to involve with the ActionListener here. :(:( After set the initial location how to deal with the ActionListener.
    Any help.

  • How to make Mac side files shared

    I'm not sure if this is the right sub-forum for this question but here goes.
    I have MacDrive installed on my XP partition which works perfectly but when the machine is booted into XP I want certain Mac-side folders to be available via the XP's partition in other Macs' Shared menus in a Finder window's sidebar.
    At the moment all that appears is a folder named SharedDocs which contains My Music, My Pictures and My Videos. Where I can I put a shortcut/alias to one of the mac-side folders to make it available here and can I do this for all XP users whether they are administrators or not ?

    Isn't this a Windows question ?
    Anyways what you ned to do is select the folder you want to share in windows explorer.
    Right click and select sharing and security.
    Click sharing tab and tick the share this folder on a network and the folder will now show in the finder.
    You can also simply create more folders in the shared documents folder and save/swap files.

  • Need help on how to make my website scroll!

    I'm really stuck on how to create a scroll effect in Flash CS4 for a simple websie. I need the screen to movw up and down to view all the content. What is the best way to proceed and where can I get the script, all help will be much appreciated.
    Thanks!

    If the that represents the dimensions of your swf file and the bowser does not produce scrollbars then look for and remove the following from the html file code or from the css file that supports it (likely tied to the bpdy tag styling)...
    overflow: hidden;

  • How to make finder to open all windows in one?

    Hi,
    As you all know, in the Finder, if you open any folder, it opens that folder in a new finder window. I'm very tidy and have many files in many others in many others in many others,,, at the end of the day, I'm stuck with like 10 finder windows to close one by one. I wanted to know how I could set my finder to open everything in the same window, please advise.
    Thank you so much in advance.

    You can also use the Option key productively.
    While in Finder...
    If you hold the Option key down while clicking the Close button for a Finder window (such as a folder's window), all Finder windows will be closed. This works within most programs, too.
    If you hold down the Option key while opening a folder that's nested inside another folder, the enclosing folder will be closed as the one clicked on is opened. This is a handy way to keep things neat as you step down into a hierarchical nest of folders.
    If you are in Program A and hold down the Option key while clicking in a window for Program B, you will switch to Program B and all windows for Program A will be hidden. This works with Finder, too, whether Finder is Program A or Program B in that sequence.
    If you hold down Option-Command while clicking in the window of another program, all windows for all other running programs will be closed. Exception - although this will also close Finder windows, it won't blank the Desktop.

  • How to make client side validations using NWDS

    Hi Frndz..
                   Am creating UIs using NWDS ,i made tthe validations @ servr side n i have 2 made this validations @ clinet side ,but am not aware how it is????
    can anyone help me in this regard.
    THANKS & REGARDS
    Rajesh Kumar

    chk it
    /people/martin.kellermann2/blog/2006/12/17/client-side-input-validation-with-htmlb--the-basics
    http://help.sap.com/saphelp_nw04/helpdata/en/43/067941a51a1a09e10000000a155106/frameset.htm
    /people/kirupanand.venkatapathi2/blog/2005/12/18/client-side-validation-in-dynpage
    http://help.sap.com/saphelp_nw04s/helpdata/en/8e/e3a942ad920c31e10000000a1550b0/frameset.htm
    /thread/86123 [original link is broken]
    https://media.sdn.sap.com/html/submitted_docs/dotnet/Programming%20with%20PDK%20for%20.NET/SAP%20NetWeaver%20.NET%20Controls/Event%20Handling/Client%20Side%20Event%20Handling.htm

Maybe you are looking for

  • Quality of video

    i have a 80gb ipod video and what type of quality are they suppost to have hd or regular dvd quality

  • Html to struts converter

    Are there any tools to convert html to struts? Thanks

  • Motion 5 Title wont open in FCPX

    Hi I have created a title in FCPX.  When i go to open it up in FCPX it is a blue screen and FCPX crashes - everytime. I did delete the title background in Motion for the title.  Will that make a difference? I am using Motion 5.0.5 (I think - it is th

  • 'Mesa.dll could not be found' received from CVI 2010 installati​on

    When I launch an executable that was installed from a distribution kit created with CVI 2010 (360), I get the message 'Mesa.dll could not be found'. But I can see that the file was installed at C:\Program Files\National Instruments\Shared\Mesa.  If I

  • Master - Detail relation succeded and the failed!!

    Hi all, I've made a master-detail relation between two data block using data block wizard with (copy value from item) property, this worked successfully for times and failed a lot of times! when I insert a record at the master data block the value is