Why does object frame style change when I re-size the object?

I am creating a catalog with lots of images that I anchor amidst text.  I have created a simple style that just adds a 1pt black stroke frame, and apply to each. When I later decide to re-size one of the images (primarily by dragging with mouse with CTRL-SHIFT), I notice that the style has been over-ridden, and the frame appears altered. I can then successfully clear the over-ride, but what a pain.  How can I avoid this? Is there a way to "mass" reset many such problems? Like Find/Change, object style, and clear over-ride?

If you can not see "Adjust Stroke Weight When Scaling" option in the control panel, you will need to enable it first.
Go to Edit > Menus > Category: Context & Panel Menus > Control Panel Layout Menu and then make sure "Adjust Stroke Weight When Scaling" has an eyeball selected to make this visible.

Similar Messages

  • Why does my font/text change when I switch from Classic 3D to Ray traced 3D in After Effects?

    My font/text changes when I switch from Classic 3D to Ray traced 3D. Why is it doing this? Also, I cant get the font/txt to look the same after I switch from Classic to Ray traced. How can I get it to look the same?

    I am pretty new to After Effects so I hope it's not my inexperience that's causing the problem. (It probably is)
    I just updated to the most current version of AE.
    I am on a mac pro late 2013 12GB 6 core. Running OSX 10.9.4
    Okay so after looking at it a little closer, I think the color is what mostly changes. The first screenshot is the what the text look like with Classic 3D and the second screenshot is what it looks like after I change it to Ray traced 3D. Also under the "Mode" section..the pull down that says "Normal" disappears. I'm wondering why the font color is changing?

  • Why does my block diagram change when I copy my code to another system?

    I am doing development work on a laptop on Win XP and using LabVIEW 2009 with service pack 1. When I copy the code to the target system, my block diagrams are changed and no longer fit the screen. Much of the code is spread out, mainly down. The target system is running Windows 7 and also has LabVIEW 2009, SP 1.
    I notice that any constants that are clusters are expanded when copying the code to the other system. I've gone in and turned off the autosizing for these clusters but they are still expanded. I like to shrink them to a small size for saving space.
    I've gone through and manually re-adjusted the block diagram on the target system, but when I copy it back to my development laptop, the same thing happens again. This is not an acceptable way to develop code and it has caused a real problem to proceed. I'm contracting this work and must develop this code offsite. Can anyone please help me with this? I can't keep restructuring my block diagrams every time I copy the code from one system to the other.

    Windows XP used Tahoma size 8 as its basic system font.  When MS came up with Vista, they changed it to Segoe size 9.  I'm not sure what Win 7 is, but I think it is the same as Vista.  That font change, and certainly font size change seems to be the underlying cause for block diagrams changing their appearance.  (And for front panel controls and labels as well.)
    LV seems to use the Windows system font as its default font.  Interestingly, it seems like the font sizes in LV are something like size 12, 13, 14, 15.  I think a size 9 is equivalent to a size 15, but I'm not sure about the comparisons.  (Check out this thread.)
    There are a few things you can do to try to make one system look more like the other.
    1.  Go into the Windows screen settings. In Vista, right click desktop, Personalize.  Window color and appearance.  Open classic appearance properties.  Try changing the color scheme from Windows Aero, to something like Windows Classic or Windows standard.  They both use Tahoma 8.
    2.  Or same as Step 1, but go further into Advanced button.  Pick on any option that uses font such as Menu, Message Box, Active or Inactive Title Bar and change the font there.  I'm not sure which of the items that has a font setting is the key one.
    3.  LV uses 3 fonts called Application, System, and Dialog.  I think each of those map to one of those Windows options, but I'm not sure which goes to which.
    4.  In LV, Tools/Options/Environment has a subsection called Fonts.   Those 3 basic LV fonts are selectable there.  There is also a checkbox for me which is checked and says to use default.  If you uncheck that checkbox, a Font Style button becomes enabled.  You go in there and you can choose fonts and sizes.  And the Application, System, and Dialog fonts as well as all the usual fonts names (Arial, MS Sans Serif, Greek, ....) are selectable along with fonts sizes.  Play around in there.  The whole section is very confusing, and I have no idea how it works.  I recommend going to this idea A better way to specify (default) fonts and putting in a vote.   Also this idea, Fix font behavior between windows versions, platforms & executables, deserves some love.
    5. Some of these settings can also show up in your LabVIEW.ini file.
    FPFont = "0" 15
    BDFont = "0" 13  (I think the "0" means app font, "1" means system font, and "2" means dialog font)
    Also,
    appFont="Tahoma" 13
    systemFont="Tahoma" 13
    dialogFont="Tahoma" 13
    (And if necessary, put these in your built application's .ini file)
    As you can see, there are a lot of different things going on and they also seem to conflict with each other.  I starting stumbling on the block diagram issue between working on my app on XP at work and on my Vista machine at home about 6 months ago.  I think my problem actually started with the front panel when I was trying to align labels, and use some arrow head decals on boolean buttons.  I think I did the customization of buttons in a couple different ways (because I did some, came back later to do others, and couldn't remember exactly how I did it.)  As a result some decals looked different than others when I changed machines.  And I swear going from XP to Vista, or Vista to XP the problem got both worse ways rather than let's say larger one way, and smaller the other way.
    Replying to your message is about as much to me trying to combine all the pieces of knowledge I've stumbled across over the past months and year as it is for trying to help you.  Hopefully, this information gives you some places you can look at and play with.  (I bet #1, would be a quick, easy way to solve your immediate problem, but I haven't really tried it myself to be sure.)
    I hope someone from NI who has a better understanding than me about these font issues could jump in and correct any mistakes I made, or add anything I might have left out.  What we really need is some sort of "nugget" or National Instruments white paper that really explains all of this in ways we can use rather than us stumbling around in the dark doing things trial and error to figure it out.  Generally, any changes to the .ini files require you to shutdown LV and restart it to take effect which can take a couple minutes.  And considering all the various combinations of things that can be done above, your talking about dozens of possible restarts, and sending .vi's between two different PC's with two different operating systems, before figuring these things out.

  • Why does JButton background color change when  clicking ?

    Hello,
    I have defined :
    JButton mybutton = new JButton(Icon xxx) ;
    with no associated text and I set both foreground and background colors to black, and an empty border.
    This is because the background color of the container which contents this button is also black and I want to see only the button icon.
    When I click on the icon , the button background color becomes grey. How can I change this to make it remains black ?
    Thanks a lot.
    Gege

    Well, the color changes because that is how the look and feel is defined,
    presumably to give better feedback to the user that she has clicked the
    button.
    If you don't want this, you could try using a different L&F which doesn't do this.
    Alternatively, If you've only got the one button, you could just do
        UIManager.put( "Button.select", Color.BLACK );If you have multiple buttons, and you want the other buttons to behave
    normally, you can extend the one button and have it change the color
    while it is pressed, e.g.,
    import java.awt.*;
    import java.io.IOException;
    import java.net.URL;
    import javax.swing.*;
    public class ButtonSelect extends JFrame {
         public ButtonSelect() throws IOException {
              super();
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              JPanel panel = new JPanel();
              panel.add( new JButton( "Normal" ) );
              Image img = Toolkit.getDefaultToolkit().getImage( new URL("http://www.google.com/intl/en/images/logo.gif" ) );
              ImageIcon ii = new ImageIcon( img );
              JButton b = new JButton( ii ) {
                   static final private String KEY = "Button.select";
                   public void paint( Graphics g ) {
                        Color save = null;
                        if ( getModel().isArmed() && getModel().isPressed() ) {
                             save = UIManager.getColor( KEY );
                             UIManager.put( KEY, Color.WHITE );
                        super.paint( g );
                        if ( save != null )
                             UIManager.put( KEY, save );
              b.setForeground( Color.WHITE );
              b.setBackground( Color.WHITE );
              b.setFocusPainted( false );
              panel.add( b );
              getContentPane().add( panel );
              pack();
              setVisible( true );
         public static void main( String[] a ) throws IOException {
              new ButtonSelect();
    }

  • Why does order of playlist changed when burning CD?

    I made a playlist from songs imported from different cd's to burn a mixed cd. i changed the order of the songs in the playlist the way i wanted them on the cd & even changed each songs number in the info box. still once the cd is burned the songs are in a different order. i must have missed something basic but i cant figure out what. help!!

    Are you burning within iTunes? Using Burn Playlist to Disc? That's the only I burn from my library, and my playlists always stay in the order I've placed them in.
    If you're burning through Finder, it may be burning them in alpha order.

  • Why does my google say Belgium when i am in the united states

    my google home page says Belgium when i am in the united states how do i fix this

    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"

  • Why does my printer not work when i plug in the internet? (ethernet)

    hey guys,
    i have the Mac connected to a large digital printer via the ethernet connection. works fine, no problems untill i plug in the internet. I get an error message in my software and can't print any jobs, but the internet works fine.
    I have a feeling that its a network problem, but don't want to mess around too much with the settings.
    This is a company internet connection.
    if anyone could advise of the possible network settings, I would be very greatful.
    thanks again.

    Your Mac sends traffic to the interface at the top of the list in
    System Preferences > Network
    When you plug in the second Ethernet, that Interface jumps to the top of the list and all traffic goes there.
    The solution is to cable that Printer to your Router, not to your Mac.
    Alternatively, you could add a small Switch and connect your Mac and the printer to it.
    If you really want to you can use Internet Sharing to add the Ethernet port going to the Printer to the Network connacted to the Internet.

  • Why does my iphone print ok when I am near the printer but will not print from other locations?

    Just got a new HP Officejet Pro 8600 and everything works except that I cannot print from my iphone when I am not at home.  It works fine when I am near the printer.  It doesn't even show my printer when I try to print from a location other than at home.
    ADPROP

    Hi ADPROP,
    The Airprint feature (direct printing from your iPhone) provide print functionality over the local network only.
    You may install the HP ePrint Home & Biz app.
    By enabling the ePrint feature for your printer, you may add the printer ePrint address within Settings > Manage ePrinters, then you will be able to print remotely through the app.
    You may find more information of the app features below:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01923321&tmp_track_link=ot_faqs/top_issues/en_u...
    REgards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Why Does my CMYK breakdown change when i PDF?

    Good day Guys
    I have  C=0 M= 0 Y=5 K=9 in InDesign when i PDF it changes to C=0 M= 0 Y=4 K=7.
    does anyone know why this happens?
    Thanks Tim

    how are you inspecting the PDF? The values change depending on the output intent.

  • Why does my font color change when I add an image to InDesign?

    Hello, I am doing a page layout in InDesign and I am using a light blue font for my title but when I add an image from Photoshop, the font color turns dark blue. When I open the InDesign file in Adobe Acrobat, my title is still dark blue. It's only when I make a PDF of the file in Acrobat and open it in the Safari browser that the title goes back to its original light blue font. Is there something I can do to fix this? Thank you!

    Not a good idea. The flattened PSD has lost all its layers, adjustments, and effects. I hope you don’t need to edit it or change any layer’s visibility. Either that or you now have two files to keep track of and have neutered InDesign’s Edit Original feature. Better to take Peter’s advice and place the text above the image so it is not affected by transparency flattening. If you need the text below because you want the drop shadow to interact with the text, then use Overprint Preview (View menu) or Separations Preview (Window > Output) to get a more accurate view of the text colour.

  • Why does my layout keep changing when I make simple changes?

    I have made minor changes like changing the font size of a text style and my whole layout spreads all over the place when I publish it. I've tried to add a small section of copy and then all the text on that page squeezes into the first column of my layout. I spend hours tweaking just to add a small amount of text to one page of my website. I published the whole site to make sure all the appropriate was updated. I didn't have this problem a month ago when I published the site live the first time. Did one of the updates cause this or what?
    Thanks for your help!

    Hello,
    Please provide us some screenshots or a link to your website so that we can check the issue.
    Also, please check if the issue comes up only after Publishing or you are able to see the issue when previewed in a Browser via Muse?
    Regards,
    Sachin

  • Why does color of image change when imported to Photoshop

    When I import or edit my Lightroom image into Photoshop the color tones of the image change to a darker tone.
    I'm using the same screen.
    What can I do to correct this?

    Thanks for both responses .
    I tried changing the export settings but still get a different color image rom the one I get in Lightroom.
    Also, the monitor was recently callbrated, so could the answer be in PHOTOSHOP's color management settings?
    When I checked PS's Color Settings window the " Working Spaces" setting was at  "sRGB"...
    and
    Color Management Policies @ "Preserve Embedded Profiles
    My first export from LR was also @ sRGB.
    Any thoughts on some common settings that might put this right?
    Thanks again.

  • Why does my localhost name change when my Mac "wakes up"?

    I've turned on file sharing, but each time that my iMac wakes up from sleep mode, I get a message that the localhost name is "already taken", and it appends an integer, e.g., -1 to the localhost name.  If I don't reset it back to the original name in System Preferences, each time the computer wakes, it will provide the same message and increment the integer value at the end of the localhost name.

    The most obious question would be, do you have many computer on your Network ?
    Describe your network.
    I saw this problem in different case
         - two computers having the same name
         - A Local Mac OS X server get confuse and think your computer is another one
              (could be related to accessing the network on bothh Wifi and Ethernet and playing aroud :-)

  • Why does Firefox no longer launch when I double-click the icon?

    I found an article on the support site that suggested creating a new profile, but the run command did not launch profile manager. I tried uninstall/reinstall, but it does not change behavior. When I click the icon, I get the hourglass for a moment, and then nothing. I'm on WinXP. On 10-14-11, I thought I saw a pop-up menu saying Firefox was updating (I did not initiate it, nor was I presented with a confirm pop-up), but it was very brief, so I'm not sure. After that day, Firefox would no longer launch. I've not made any system changes, or installed any programs.

    See:
    *http://kb.mozillazine.org/Browser_will_not_start_up
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    * https://support.mozilla.com/kb/Server+not+found
    * https://support.mozilla.com/kb/Firewalls

  • Why does my Firefox slow down when I click on the "Advanced" tab in Tools Options?

    after 20 seconds of waiting, I get this message:
    A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
    Script: chrome://browser/content/preferences/advanced.js:259
    I click on "continue" then I and wait for a few more seconds till i'm at the "advanced" section.
    what's wrong with my firefox 3.6.16?

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

Maybe you are looking for