Make Resize Panel Remember My Settings

Hi,
I'm on Photoshop CS5.1 on Windows.
Is there any way to make the resize panel remember what settings I told it to use?
In 99.99% of cases, I want to use pixes as units, locked aspect ratio, and left corner as reference... Yet, any time I set those and then go to resize another object, the settings get reverted to center reference point, percents, and unlocked aspect ratio.
It's incredibly annoying to have such poor defaults without sticky settings... Is there any way around it?
Let me know.
Thanks,
Z

Turn on the rulers (Ctrl r) right click inside the ruler and choose unit.  It will keep that unit until you change it again.  As far as I know, there is no way to change the Free Transform reference point default from center.

Similar Messages

  • Why wont my xfce4-panel remember its settings?

    I'm using xfce4-panel in Compiz Standalone, so there is no xfce-session manager or anything.
    I put the clock plugin on it and changed the display to digital, but it just wont remember its settings when I close and reopen it.

    If you are exiting the panel via ending your Compiz/X session, then Xfce Panel will not save its settings because Compiz does not gracefully end its process before it terminates and the panel crashes.
    You will need to exit the panel from its Exit menu in order for Xfce Panel to save its settings, then re-launch it.

  • How to make Illustrator remember color settings?

    Hello!
    The quick color selector in the main toolbar (fill and stroke) always resets their thumbnail sizes whenever I quit Illustrator.
    I use a 27" monitor and prefer large thumbnails in my fill and stroke palette in the toolbar - but is there no way to make Illustrator "save" the settings when I change it to large thumbnails?

    Can't help you but just to confirm that this is the case (I'm using CS5 Win7). No way to make Illustrator remember the settings - they programmed it as bad as it is and I don't think there is a way at least using the UI.
    You can use this link to post a feature request http://forums.adobe.com/community/illustrator/illustrator_feature_requests although I think this can be considered as a bug.
    by the way, it is called the Control panel which by default is the horizontal bar under the main menu - the Toolbar is the vertical bar with tools on the left side.
    Alternatively meanwhile you can increase the size of the swatches in the Swatches panel which luckily Illustrator remembers.

  • Make the panel fit the image so MouseListener only invoke when click  image

    I want to add MouseListener to only the image itself. So I draw the image onto a image panel, add that panel onto the main panel, then add the main panel onto the frame. However, my problem is that the size of my image panel is too large, it take up almost the entire frame. So my mouselistener response not only when I click onto the image, but also anywhere in my image panel. I try to resize the image panel to fit the size of my image, but no luck. Is there a solution for this. I feel like, it got something to do with the layout. Here is my code, if you mind read it. Thank you very much
    import java.awt.BorderLayout;
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.Font;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.Image;
    import java.awt.Toolkit;
    import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseMotionListener;
    import javax.swing.*;
    public class ImageRotate
         private static final String LABEL = "MIDI PROTOCOL";
         private JPanel mainPanel = new JPanel();
         private JPanel labelPanel = new JPanel();
         public ImageRotate()
              mainPanel.setOpaque(true);
              mainPanel.setBackground(Color.YELLOW);
              mainPanel.setLayout(new BorderLayout());
              Font labelFont = new Font("serif", Font.BOLD, 30);
              createLabelPanel(LABEL, labelFont);
              labelPanel.setOpaque(false);
              mainPanel.add(labelPanel, BorderLayout.NORTH);
              Drawing d = new Drawing();
              d.setOpaque(true);
              d.addMouseListener(new MouseAdapter(){
                   public void mousePressed(MouseEvent e)
                        System.out.println("Pressing on the image");
              d.addMouseMotionListener(new MouseAdapter(){
                   public void mouseDragged(MouseEvent e)
                        System.out.println("Dragging the image");
                   public void mouseMoved(MouseEvent e)
              mainPanel.add(d, BorderLayout.CENTER);
         private void createLabelPanel(String str, Font font)
              JLabel label = new JLabel(str);
              label.setFont(font);
              label.setForeground(Color.RED);
              labelPanel.add(label);
         public JPanel getPanel()
              return mainPanel;
         public static void main(String args[])
              JFrame frame = new JFrame();
              frame.getContentPane().add(new ImageRotate().getPanel());
              frame.setSize(new Dimension(300, 300));
              frame.setVisible(true);
    class Drawing extends JPanel
         Image img;
         public Drawing()
              setSize(new Dimension(100,100));     //Try to make the panel fit the image...NO LUCK
              setBackground(Color.GREEN);     
              img = Toolkit.getDefaultToolkit().createImage("images/nob.gif");
         public void paintComponent(Graphics g)
              super.paintComponent(g);
              Graphics2D g2D = (Graphics2D)g;
              g2D.drawImage(img, 40, 40, this);
    }

    yunaeyes wrote:
    In class Drawing extends JPanel, I did try to to set the panel to the image size but no luck there,
    both setSize(new Dimension(100,100)), setPreferredSize(new Dimension(100,100)) does not make the panel smallerIt can be made to work. I find it hard to comment on unseen code.
    >
    BigDaddyLoveHandles wrote:
    I think a better approach is to handle the mouse click properly -- see if the click is over the image or not.Can you elaborate on this?The mousePressed method you posted assumes you are over the image. Check the mouse coordinates! If the component is bigger than the image this may not be so.

  • IMac not remembering printer settings

    I have created a default profile for my printer and the iMac is not remembering it unless I select the 'Printer' button.
    How can I get the iMac to remember the settings in the default profile with out the need to click on settings.

    Hi,
    Try changing the default print settings using the CUPS web interface:
    Go to http://127.0.0.1:631/printers and click your printer name.
    Click the Administration drop-down menu and select "Set Default Options".
    Select the Duplex option and select the binding type you would like to use.
    Click the "Set Default Options" button when you are done and provide your administrator user details when prompted.
    Make sure to reboot the Mac and try printing from your browser again..
    Best of luck
    Shlomi

  • Smart Folders - Remember folder settings?

    Is it possible to make Smart Folders remember the folder settings? (folder size, width of columns etc.)
    In Tiger if I altered the folder size (drag the bottom right corner) & a column width (e.g. Name or Last Opened) it would be the same next time I opened it.
    But in Leopard it always reverts back to the original small size where file name are cut off.

    Sorry about that. I just assumed that the SmartFolder would respond like a normal folder. As you know it doesn't because it is really a database query document.
    There is a possibility of you being able to create the equivalent of the SmartFolder query using the Find suite of actions in the Spotlight library and then pass the result to the Copy action.
    If not then this is a workaround based on directly using the SmartFolder document.
    1) Find Finder Items - specify your Smart Folder
    2) Open Finder Items - Default Application
    3) Run AppleScript - copy the AppleScript given below from the Script Editor into this action where it says (* Your script goes here *)
    4) Get Selected Finder Items
    5) Copy Finder Items - specify where you want to copy them to
    click here to open this script in your editor<pre style="font-family: 'Monaco', 'Courier New', Courier, monospace; overflow:auto; color: #222; background: #DDD; padding: 0.2em; font-size: 10px; width:400px">tell application "System Events"
    tell process "Finder"
    set frontmost to true
    click menu item "Select All" of menu 1 of menu bar item "Edit" of menu bar 1
    end tell
    end tell
    </pre>
    PowerBook 12"   Mac OS X (10.4.8)  

  • When iPhone is connected to PC, it shows in itunes but Autoplay does not open for me to copy photos. I tried the Control Panel, changing Autoplay settings but no use. I use a Windows Vista. Please help! All my little ones' pictures are on my iPhone 3GS

    When iPhone is connected to PC, it shows in itunes but Autoplay does not open for me to copy photos. I tried the Control Panel, changing Autoplay settings but no use. I use a Windows Vista. Please help! All my little ones' pictures are on my iPhone 3GS.
    I tried hard reset on my iPhone. I tried restarting laptop and iPhone. I tried a different laptop. I tried removing driver and reinstalling from Device Manager but did not find a driver other than "Apple Mobile Device USB Driver" under "Universal Serial Bus controllers" which I heard shouldn't be uninstalled.
    Anything I haven't tried?
    HELP!

    A bit confused by your statement
    bcboarder wrote:
    . I do not understand why the music is clearly on the Ipod but wont reconize it anywhere.
    Are you seeing your music listed in the iPod screen, or in Win explorer as in your earlier post?
    I can see all the songs in my Edrive>al's Ipod> Ipod Control> Music folder.
    A corrupted iPod database, will report zero music used, and have your music size reported as others, so you wont see the music in the iPod screen. Sorry, I thought there was some hope for you with iPodAccess, in recovery of the corrupted iPod database with your ratings.
    You can try to borrow and  use the Mac Disk Utility ->First Aid ->Repair.
    Of course, if your iPod Hardisk is in a bad state, from the Disk Diagnostic report, then all my suggestion are futile.

  • I just bought an Epson Stylus Pro 3880 and the printed images look yellow. I calibrate my MacBook Pro monitor with a ColorMunki Display. I want to make sure my Lightroom print settings are correct.

    I just bought an Epson Stylus Pro 3880 and the printed images look yellow. I calibrate my MacBook Pro monitor with a ColorMunki Display. I want to make sure my Lightroom print settings are correct.

    This what I have been trying......  Maybe my eyes are screwed up or don't understand the process....
    What I have been trying to do is squint and make the apple disappear by moving the sliders around in each step. Is that correct?

  • How to make slicer to remember selected values while moving from report to another

    I have Power View on SharePoint 2013 and OLAP Cube on SQL Server 2014 solution.
    1) I select slicer values and graphs are updated
    2) I move to next page on same Power View file and use slicers.
    3) I come back to original reports. My slicer valuers are empty.
    Is it possible to make slicer to remember selected values while browsing from reports to another?
    Ken
    Kenny_I

    Hi Kenny_I,
    This seems to a by design issue. The selected values within a slicer will be stored in Memory. When we go to another report, the memory will be released.
    Best Regards,
    Black

  • The email message cannot be sent. Make sure the outgoing email settings for the server are configured properly

    i have an issue when loading a workflow. it gives me a following error "The email message cannot be sent. Make sure the outgoing email settings for the server are configured properly". it doesnt send me any alerts and worlflow fails at the end
    with the above error message.

    Hi,
    I agree with Bistesh. But after Outgoing e-mail settings are configured properly, if the issue still exists,
    It may result from your Anti-Virus. Please refer to the following steps:
    Open MCAfee Console and go to Access Protection window.
    Click Anti-Virus Standard Protection and edit “prevent mass mailing 
    worms from sending emails” rule.
    Now we need to know which processes are being blocked therefore we need to check the MCAfee Log located at
    C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection\AccessProtectionLog.txt
    you may find entries of DtExec , DtExecUI and DatabaseMail90, now these processes need to be entered in the exclusion list of selected rule .
    Reset the IIS And SharePoint Timer service to check if this works for you.
    Here are some similar issues with you, you can use as a reference:
    http://social.technet.microsoft.com/Forums/en-US/667f0d61-4914-43fa-80c1-8cf430b113bb/workflow-email-not-working-but-normal-email-alerts-working-fine?forum=sharepointgeneralprevious
    http://techsuite.wordpress.com/2008/12/08/workflow-history-the-email-message-cannot-be-sent-make-sure-the-outgoing-email-settings-for-the-server-are-configured-properly/
    Best Regards,
    Lisa chen

  • Where i can read about make extended panel for Photoshop cc 2014?

    where i can read about make extended panel for Photoshop cc 2014?

    It was experimental in CC first release its now supported in CC 2014 not experimental.
    Support for Windows touch devices
    New in this release of Photoshop CC
    Photoshop CC now supports Windows 8.1 touch devices like the Microsoft Surface Pro, so you can use pinch, zoom, pan, and rotate. 
    In Photoshop, two-finger touch gestures are used to control the location, rotation, and scaling of the Image > Canvas view. Users may alternate between touch view control and other interactions using the mouse or stylus, but touch may not be used simultaneously with other input. Touch control is convenient when painting on large touchscreen monitors, which are difficult to rotate physically, and on tablets to avoid constantly shifting the device.
    For more information, see Touch gestures.

  • How to make s:Panel middle in Flex4

    When I use <mx:Panel>,I find <mx:Panel> replaced by <s:Panel>.I can make <mx:Panel> middle by using following parameter:
    paddingTop="10"
    paddingLeft="10"
    layout="vertical"
    horizontalAlign="center"
    verticalAlign="middle"
    Then I use <s:Panel>,but I don't know how to make <s:Panel> middle both horizon and vertical. How to do it?
    Thanks.

    Please try:  horizontalCenter="0" in the s:Panel.

  • HT4999 when i make Erase all content and settings take long time

    when i make Erase all content and settings take long time

    My personal experience with "erase all content and settings" is that once you say you "really, really want to erase", it happens almost immediately.  The reboot back to the initial setup screen might take a minute or two...

  • I have just required a second hand mac and when I try to download a song or import a cd to iTunes an error notice says that I am not priveledged to make changes? The preference settings and apple I'd seem to be ok. How do I fix this?

    I have just required a second hand mac and when I try to download a song or import a cd to iTunes an error notice says that I am not priveledged to make changes? The preference settings and apple I'd seem to be ok. How do I fix this?

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • How do you make an iPod remember your AUDIO BOOK position?

    With podcasts or audio books from Audible.com, my iPod remembers the position in the audio file, so that if you listen to some music and then go back to the podcast or audio book, it resumes where you left off.
    I can't figure out for the life of me, how to make audio books that I load from my own CDs do the same. I've been transferring my books-on-CD onto my iPod, but its useless if I can't figure out how to make the iPod remember my position in the book. I'm not going to carry a note pad and pencil around with me
    Am I missing an obvious check-box somewhere, or is this just an impossible task due to the horrible design of iTunes?

    Rohan: You must use iTunes 5 and the 2005-06-26 firmware (or the 2005-09-?? for the Nano).
    Get Info on an individual MP3 you want to make bookmarkable. Select the Options tab and check the box for Remember Last Played Position. I'd recommend also checking the box for Skip when Shuffling so the book won't be played when using the Shuffle Songs menu from the main menu.
    Unfortunately there isn't a way to do this with multiple files at once, yet.
    Like previously mentioned, they will not be set as Audiobooks but normal Mp3s.

Maybe you are looking for

  • PageMaker6.0 and Acrobat 6,0 Pro

    When I shall create a pdf file from Page Maker, the images moves from its place in to the text. Do You know why?

  • Issues in installing Oracle 12C on Windows 8 64 bit

    I am trying to install Oracle 12C 64 bit on Windows 8. I am getting error on the screen after initial email confirmation. It is regarding some pre-requisite checks not being met. The log does not show much details. Any idea why I am getting the error

  • Printer Driver Location

    I'm currently looking for multiple HP printers. However, all the printers have the search windows update for the driver. I do not wish to do this as i'm deploying a print server that will have drivers for Windows xp 32 and 64 bit, windows 7 32 and 64

  • Project will not open or load properly

    So, for the past few weeks I've been putting together a wedding commemorative movie for my friend. One random day, I tried to open the project and it wouldn't completely load. There was no "scroll bar" even though the movie would play. And, I could n

  • Pages download from App Store

    Selected Pages for purchase from the App Store and it downloaded, installed, and seems to be working fine. However the Purchased page under My Account on the App Store has a red error message against the Pages item: 'An error has occurred', whilst th