Getting the levels Diagram to work

Hi guys,
I don't know if anyone has come across the same problem I am experiencing. I have been using PP 2, CS3, CS4 and have now upgraded to CS5. In all the previous versions using the levels has not been a problem. When adjusting the RGB on the diagram, it seems I can only set the RGB and when I want to adjust the Red,Blue or Green sliders it just takes the settings of what I just did in the RGB section. It seems to have worked in all other versions. Is there something I'm missing here?
I hope this makes sense to ya'll.
Cheers

You are not seeing this?

Similar Messages

  • PSE9 Can't get the blur tool to work..

    I have a problem with PS elements 9.
    Basically .. In my last package I liked to use the manual blur tool, I see elements has one (a teardrop shaped tool from the bottom left)
    I have selected that blur tool and selected blur at 100% and it pretty much does nothing.
    The other two tools, sharpen and smudge work as expected I just can't get the blur tool to work.
    I want to be able to drag the blur tool across a part of the image and blur it.. but it does nothing!
    If I look at the pixel level then at 100% blur the tool is very slightly blurring the image but only very slightly, I want to be able to paint blurryness across parts of an image and it is not letting me.
    Am I doing something wrong?

    Oh, that is a pain.
    I am used to using a manual blur tool and I like it.
    I can see that the select then filter blur does blur a lot more (as much as I would like) but I don't like the way the selection tool works it always seems to end up with blurs that look unnatural at the edges...
    I suppose I will have to find a way of using it or buy another package.
    Very dissapointed.

  • [svn] 4939: * Some changes necessary to get the improved SWC cache working in Flex

    Revision: 4939
    Author: [email protected]
    Date: 2009-02-12 10:07:37 -0800 (Thu, 12 Feb 2009)
    Log Message:
    * Some changes necessary to get the improved SWC cache working in Flex
    Builder 4 and some potential bug fixes.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-18905
    API Change: NO
    Reviewer: Pete F.
    Code-level description of changes:
    tools/oem/Library.java
    Modified link() to pass the file name into SwcDynamicArchive's
    constructor even when using an OuputStream, so the file name can
    be used as a cache key.
    Added refreshLastModified() so Flex Builder can update the
    timestamp in the SWC cache after writing it's OutputStream to the
    SWC file.
    tools/oem/Builder.java
    Added setSwcCache().
    tools/PreLink.java
    Modified postRun() to use the value returned from
    ResourceContainer.addResource() instead of the value passed in,
    because it could be different. This might fix SDK-18493 and
    SDK-17840.
    compiler/PersistenceStore.java
    Modified readCompilationUnit() to also use the value returned from
    ResourceContainer.addResource().
    compiler/CompilerAPI.java
    Modified updateDependentLastModifiedTimes() to check for a null
    CompilationUnit.
    compiler/swc/SwcDynamicArchive.java
    Added path param to OutputStream based constructor to be used as a
    cache key.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18905
    http://bugs.adobe.com/jira/browse/SDK-18493
    http://bugs.adobe.com/jira/browse/SDK-17840
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/PersistenceStore.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcDynamicArchive.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcGroup.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Builder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/LibraryCache.java

    I figured out what was going here.  When I was statically linking my copy of textLayout.swc, it wasn't being loaded soon enough and the other parts of the framework were barfing because they couldn't get at the TextContainerManager class when they expected to find it.  What I have done to solve the issue is created a custom SystemManager which forces the TextContainerManager class to be loaded sooner.  This does increase my file size a bit, but not nearly as much as having to statically link all of the framework's libraries! Here is a short example app of what I did for anyone curious:
    main.Main.as :
    package main {
         import spark.components.Application;
         [Frame(factoryClass="main.CustomSystemManager")]
         public class Main extends Application {
              public function Main() {
                   super();
    MainApplication.mxml :
    <?xml version="1.0" encoding="utf-8"?>
    <main:Main xmlns:fx="http://ns.adobe.com/mxml/2009"
         xmlns:s="library://ns.adobe.com/flex/spark"
         xmlns:mx="library://ns.adobe.com/flex/mx"
         xmlns:main="main.*">
    </main:Main>
    main.CustomSystemManager.as :
    package main {
         import mx.managers.SystemManager;
         import flashx.textLayout.container.TextContainerManager;
         public class CustomSystemManager extends SystemManager {
              public function Custom Manager() {
                   var c:Class = TextContainerManager; // force the inclusion of this class
                   super();
    I found a lot of good information for using a custom system manager (in the context of making your preloader a bit shinier here: http://custardbelly.com/blog/?p=211

  • Cannot get the Mobile Template to work in SharePoint Foundation 2013

    Hello all,
    I am trying to get the Mobile View to work in SharePoint Foundation 2013. When I access the site on any phone it gives me the following error:
    "Cannot complete this action. Please try again."
    The URL it forwards me to is "http://<sitecollectionurl>/_layouts/15/mobile/mblwpa.aspx?Url=%2Fdefault%2Easpx
    So it seems to me like it's working, but there's something wrong with the template. The template has definitely never been modified.
    Can anyone help?
    Thanks,
    Vinny
    Vinny

    So I've got some more info for this issue. We are seeing:
    Control template "Mobile_STS_HomePage_Redirect" does not exist.
    Control template "Mobile_1_HomePage_Redirect" does not exist.
    Does anyone know how to enable these? I tried by name, but it doesn't find them. This is the error I get:
    PS C:\> Add-SPSiteSubscriptionFeaturePackMember <FeaturePackGUID> -FeatureDefinition Mobile_STS_HomePage_Redirect
    Add-SPSiteSubscriptionFeaturePackMember : Cannot find a Feature object with Path or Id: Mobile_STS_HomePage_Redirect in scope Local farm.
    At line:1 char:1
    + Add-SPSiteSubscriptionFeaturePackMember <FeaturePackGUID> -Fe ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidData: (Microsoft.Share...aturePackMember:SPCmdletAddSite...aturePackMember) [Add-SPSiteSubscriptionFe
       aturePackMember], SPCmdletPipeBindException
        + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletAddSiteSubscriptionFeaturePackMember
    Vinny

  • Hi, I have a late 2011 MacBook Pro but cant get the mirroring function to work with Apple TV.  I've got the most recent Software 10.7.5 but cant see the mirroring icon or turn this on.  I'm able to mirror from my Ipad but not my Mac, any thoughts?

    Hi, I have a late 2011 MacBook Pro but cant get the mirroring function to work with Apple TV.  I've got the most recent Software 10.7.5 but cant see the mirroring icon or turn this on.  I'm able to mirror from my Ipad but not my Mac, any thoughts?

    Welcome to the Apple Support Communities
    AirPlay Mirroring is supported on your Mac, but it needs OS X Mountain Lion (10.8). See > http://support.apple.com/kb/HT5404
    You have two possibilities:
    1. Make a backup, open App Store and purchase Mountain Lion to upgrade to this OS X. Then, you will find the AirPlay Mirroring icon at the top right of the display, on the menu bar, or on System Preferences > Displays.
    2. Keep OS X Lion and use AirParrot > http://www.airparrot.com
    Both options work properly, but I recommend AirPlay Mirroring as it doesn't need a third-party program

  • How do I get the RSS feeds to work in iWeb'08 when published to FTP server?

    There are so many unresolved questions because I have published to an FTP server (Netfirms). HOWEVER, my next task at hand is to resolve the issue of a non-working RSS feed and download capabilities.
    The published website is www.vibrationalvoyages.com.
    When using Cyberduck to upload to Netfirms, I have to call the file name vibrationalvoyages.com because Netfirms organizes my files under a main folder called www (I also purchased the .org and .net extensions along with the singular spelling of the title, have forwarded those url's to the .com extension, which means I have different website names under Netfirm's main folder www, all pointing to www.vibrationalvoyages.com).
    I have to drop the www. in front of vibrationalvoyages.com when publishing to a folder on my computer so, when Cyberduck uploads the files into the main www folder, they are read correctly and published as www.vibrationalvoyages.com. In Cyberduck, the ftp address to upload is vibrationalvoyage.netfirms.com
    Before uploading, I use iTweak to insert the Statcounter tracking codes. Then, I use Rage to optimize the site to cut down on the weight (lots of photos). Then, finally, I get to upload which takes about an hour and a half.
    SO, HOW DO I GET THE RSS FEEDS TO WORK AS WELL AS THE OPTION TO DOWNLOAD AN MP3 RECORDED MEDITATIONS? I eventually also want to include the download option of podcasts.
    Please help! I am doing the best I can to stay in love with Mac but he is turning out to be a pot load of work and the love affair is wearing a little thin.
    I haven't even asked about why iWeb still calls some pages 'The family picnic" or why it switches the url addresses to the individual pages. Probably because in the early stages, I copied an entry rather than just do a new one... but I'll worry about that later. I want to get this 'fixed' first and then I'll address the issue, following Roddy's advice to another writer about installing a flash player, for easy download of the MP3 meditations and for when I record the lessons as podcasts. Until I get this RSS issue resolved, however, podcast downloads are out of the question!

    Thank you for checking, Tom,
    I'm confused. What do YOU get when you push the feed button? And why is it working on yours and not either of my machines?
    Today, my Mac (w/Safari 4) gets the same error message: Safari can’t open the page Safari can’t open the page “feed:http://vibrationalvoyages/vibrationalvoyages.com/DivineLight_Vibrations_Principles_andApplications/rss.xml”. The error is: “The feed could not be loaded because the content is not in a known feed format.”
    My little ASUS (with a Linux operating system) gets a screen that says "The requested URL was not found". The URL on that page is http://vibrationalvoyages./vibrationalvoyages.com/DivineLight_Vibrations_Principles_andApplications/rss.xml
    On both error messages, the URL I was checking was:
    http://www.vibrationalvoyages.com/DivineLight_Vibrations_Principles_and_Applications/Divine_Light_Vibrations_Principles_ andApplications.html
    The last URL was, of course, the URL generated by iWeb.
    So, my question still is:
    HOW CAN I GET MY FEEDS TO WORK PROPERLY? If the problem is there shouldn't be an http:// after feed: then, how do I get iWeb to set it up properly?
    Any ideas?
    GG

  • I get the "firefox has stopped working" message after closing browser

    Hello.
    My problem is that when I close the FireFox browser I get the "FireFox has stopped working" message. It's pretty annoying. I've read some other posts here that described a similar problem and have tried some of the suggestions in them including:
    A clean install, a browser reset, running in safe mode, unchecking hardware acceleration, disabling extentions and plugins one at a time, uninstalling my antivirus (avast), rolling back to version 23.01 and checking run in compatibility mode that someone claimed helped them. None of this was effective.
    It seems like after a computer restart the browser will be ok for 2-4 closings and then it will start with the message on every closing. Also, after I uninstalled avast it was good for 6 closings. Rolling back also gave me about 6 message free closings. But then the messages start and doesn't stop.
    Is there anything else I can try? Thanks in advance for any suggestions.

    One thing is for sure, and that is if the only page i visit is the Google homepage (not logged in) or this site (mozilla forum), the problem does not occur, ever. I can't make it happen.
    If i visit yahoo.com (not logged in) (or ighome.com, logged in), as examples, it happens every time.

  • Hello, so today I realized that my iPhone with iOS 6 is frozen on the music. I can get back to the home screen but I can't get the music player to work because its frozen on the w's and will not respond to touch. I would be grateful for any help on this.

    Hello, so today I realized that my iPhone with iOS 6 is frozen on the music. I can get back to the home screen but I can't get the music player to work because its frozen on the w's and will not respond to touch. I would be grateful for any help on this.

    Hi deamayfield,
    Thanks for visiting Apple Support Communities.
    If your Music app is unresponsive, try restarting/resetting your iPhone:
    iOS: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    Best,
    Jeremy

  • How can you get the apple tv to work in a hotel where to get on the wifi you have to still go to a website first and put in your room

    How can you get the apple tv to work in a hotel where to get on the wifi you have to still go to a website first and put in your room?

    Welcome to the Apple Community.
    Unfortunately the Apple TV doesn't have a web browser so you can't do that.

  • How do I get the new iPod to work with iTunes

    I recently purchased a new iPod--I think it's the "Shuffle," whichever one retails for $150. When I plugged it into my iMac, it said I needed to install iTunes 10 to run it. When I checked for updates, it said that iTunes 9.xyz (whatever came after the 9) was the latest version.
    How do I get this new iPod to work. As you can tell, I am not much of a gadget junkie, and I'm a bit of a technology incompetent, which is why I purchased the Mac to begin with. I have an iMac, have no idea what operating system I am using--whatever came with it when I purchased it in November, 2008.
    TIA!

    Okay, I just looked and I do have 10.411. How do I upgrade to get the new iPod to work, and how much does the new operating system cost?

  • I just upgraded from snow leopard v10.6.8 to os x mountain lion and my scroll bar has disappeared on all my applications on the internet. does anyone know a patch to get the scroll bar to work.

    i just upgraded from snow leopard v10.6.8 to os x mountain lion and my scroll bar has disappeared on all my applications on the internet. does anyone know a patch to get the scroll bar to work.

    Open General preferences in System Preferences. You can set the desired scrollbar behavior there.

  • In flash pro cc, how do i get the files i was working on previous session to open automatically?

    in flash pro cc, how do i get the files i was working on previous session to open automatically?

    cs4 had it 'on launch' --> last documents open, under general preferences. i don't see it in cc version, so i guess you're right. hard to understand, since it saved time.

  • Saved download for Camera Raw update. still can't open Raw pic in CS5. How do I get the downloaded files to work so I can open Raw images? thanks, Artist Ray

    Bought new camera to work with Raw images in CS5 but file would not open so I downloaded latest update. It only allowed me to save in a file ( could have OPENED instead of saving so I don't know those results). How do I get the new download to work in CS5?
    Thanks for your help, Artist Ray

    Bought new camera
    Which camera make and model?
    Supported cameras
    Camera Raw plug-in | Supported cameras
    Compatible Adobe applications
    Camera Raw-compatible Adobe applications
    Why doesn’t my version of Photoshop or Lightroom support my camera?

  • Can't get the nvidia module to work.

    Hi,
    I just moved a machine from debian to archlinux due to the newer packages. Anyways, since yesterday I have been trying to get the nvidia module to work but haven't had no luck. Basically I get a black screen once I run startx and afterwards I can't switch back to any of the consoles. The system doesn't hang because I can SSH into it from another machine and do whatever. Killing all the x-related processes doesn't recover the screen, only restarting the computer gets the ttys back.
    I have tried several different nvidia module versions include 1.0-7664, 1.0-7174 and 1.0-6229. I have also the stock 2.6.11.10 kernel and a custom compiled 2.6.11.11 kernel. If that wasn't enough I have tried the xorg generated xorg.conf file and the hwd generated xorg.conf file. Below is what I am running.
    xorg 11R6.8.2-2
    eVGA nVidia GeForce FX5200 (The LCD is connected through the regular VGA port)
    xorg.conf: http://68.190.122.245:9696/temp/xorg.conf
    Xorg.0.log: http://68.190.122.245:9696/temp/Xorg.0.log
    nvidia-installer.log: http://68.190.122.245:9696/temp/nvidia-installer.log
    `hwd -s` output: http://68.190.122.245:9696/temp/hwd_s.txt
    Any help is really appreciated! 

    Nice to see logs and confs posted
    just to be sure we are singing from the same hymnbook, have you:
    -- followed the wiki info  as your logs show the DRI section still intact (bottom of xorg.conf)
    and from wiki,
    -- installed nvidia via pacman, with X server shut down. and then modified xorg.conf accordingly.
    # Auto-generated by Archie mkxcfg
    ? Archie ?
    -- following the kernel upgrade did you then run pacman -S nvidia, as above,  to incorporate it with the new kernel ?
    other tidbits
    maybe try backing up xorg.conf first and then removing redundant lines #'s etc to make your config file more readable, and 1, 4, 15 bit resolution entries too.
    The last time i had the blackscreen was in Fedora, it was mentioned that a kernel patch by fedora, was fouling the nvidia drivers. So i blamed fedora, chipsets, patches, drivers, witchcraft etc. Swapped to arch , followed the WIKI destructions and all worked ok. so im sure it can be solved here too.
    FWIW my xorg.conf can be found here  if you want something to refer to. in the interests of jurisprudence, copy/modify at your own risk.  i cant/wont pay for fried monitors
    incidentally nv in the Section did work for me instead of nvidia but was no real solution as i wanted to use GL and it wouldnt work with it, just runs a generic vga driver and not the nvidia one.
    persevere dude, and good luck.

  • I have a MacBook, made in 2010. I can't get the eject function to work. I have a DVD in now and want to eject it and put another one in. Command-E, dragging it to the trash or Find-Eject does not work. Ideas?

    I have a MacBook, made in 2010. I can't get the eject function to work. I have a DVD in now and want to eject it and put another one in. Command-E, dragging it to the trash or Find-Eject does not work. Ideas?

    Hi there. Hear are some other options . Hold down for click on the track pad while restarting and keep it down all the way thru boot. Or use right click on a mouse. If it's stuck, sometimes sticking a business card in top edge of slot while trying the eject option can work.

Maybe you are looking for

  • Indesign CS6 export images and text

    Hi there, I am looking for a way to batch export from Indesign files (with Incopy shared stories), text as RTF and formated images (cropped to the frames they are in) excluding bleed where full page is used. The RTF should retain "bold" and "italic".

  • How to make my phone read text out loud

    finally got a smart phone and I can't get it to do the best thing my old dumb phone did.  I want it to read incoming texts out loud.  I've turned driving mode on and all it does is announce that I have a text but it won't read it to me.  Help!

  • Order of execution in triggers

    Hi On a table t1 i've written 4 triggers. (1) before update {stmt level} (2) before update for each row (3) after update {stmt level} (4) after update for each row Could you please hint me If i fire the update statement on table t1 in which order the

  • Wake On Lan Feature - How to enable??

    Hi.. I would like to enable WoL feature in certain part of our network. Is there a global command to enable that?. or does it only require 'dot1x control-direction in' interface configuration?.. Also does the WoL Magic packet get forwarded through ro

  • How do I change my icons

    How do I change my icons?