PS 7 locks when certain action is selected

I have had this happen before but can't remember the fix. I'll write it down this time if someone can help me.
As far as I can tell everything works except this...
Open an image, any image.
Select "Image":
Select "Adjustments"
Select "Levels"....The "Levels" slide window does not appear.
Move cursor over the image, the cursor immediately changes to an eye dropper and PS is locked up.
I have tried rebooting and even re-instaling PS but no fix.
BTW: If any of the other functions under "Adjustments" are selected, they function properly. The lock-up occurs only when "Levels" is selected.
Thanks for any help that you might offer.
Jack

function(){return A.apply(null,[this].concat($A(arguments)))}
Ralph Austin wrote:
since the "eye dropper situation" happens as it does, I am thinking that it is not a case of the "Levels" panel being off in space somewhere.
Your "eye dropper situation" is exactly what happens when the Levels panel is normally displayed.  You just can't see it for some reason.  Perhaps it's off-screen or perhaps it's stuck because of a system glitch.
Beyond the above advice, which is likely to solve your problem, it's always a good idea to ensure your video drivers are up to date.
-Noel

Similar Messages

  • Mail.app crashes when certain messages are selected

    I recently migrated a user from OS X 10.4 to 10.5. When we run Mail.app, it will crash when certain messages are clicked.
    I've tried everything I could to get the mail in in a different way -- importing it in different ways, deleting ~/Library/Preferences/com.apple.mail.plist, and re-importing, etc.
    It certainly seems that the problem is tied to the individual message, as clicking on a certain message, even if it is in different folders (because of the way it was imported) causes the crash.
    Most of the dozen-or-so crash logs start like this:
    Process: Mail [17905] Path:
    /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 3.3 (926.1) Build
    Info: Mail-9260100~1 Code Type:
    X86 (Native) Parent Process: launchd
    [119]
    Date/Time: 2009-09-29
    10:47:52.713 -0600 OS Version:
    Mac OS X 10.5.7 (9J61) Report Version:
    6 Anonymous UUID:
    285B8613-3118-4F91-A28C-BC405D91FAFD
    Exception Type: EXCBADACCESS
    (SIGSEGV) Exception Codes:
    KERNINVALIDADDRESS at
    0x0000000089082454 Crashed Thread: 0
    Application Specific Information:
    -[MessageContentController _fetchContentsForMessage:fromStore:withViewingState:]
    One entry shows:
    Application Specific Information:
    -[MessageTransfer _synchronouslyPerformTransfer]
    +[Library synchronouslyUpdateMessageFiles]
    -[MessageContentController _fetchContentsForMessage:fromStore:withViewingState:]

    My guess, the email(s) are from windos users?
    I had this problem, until I switched to thunderbird. A few people, using a version (don't remember the version number) of outlook/outlook express, would send multimedia attachments.
    As soon as I would select the email, Mail would crash.
    I would copy the offending email to a folder with no other contents, and then open it up with TextEdit, to view the non-attachment portion.

  • Dropdown field - when certain entries are selected make another field unavailable for data input

    Hi All,
    Sorry one again I am very new to forms and have another question. I have a dropdown list which when selecting certain values I need another field to be unavailable so the user can't enter data.
    Hope this example makes sense:
    DropDown
    Field %
    Outer
    Not Allowed to enter data
    Back
    Not Allowed to enter data
    Inner
    Not Allowed to enter data
    Cotton
    Allowed to enter data
    Wool
    Allowed to enter data
    If someone could give me some examples that would be a great help.
    Many Thanks
    Adam Sadler

    Here's a script that you can use for the custom Validate script of the dropdown. It resets the value of the corresponding text field whenever a change is made to the dropdown. You can get rid of the line that does this if you don't want this to happen. Change "text1" in the code to match the name of the text field you're using.
    // Custom Validate script for dropdown
    (function () {
        // Get the selected value
        var v = event.value;
        // Set up an object to associate read-only status of text field with items
        var f_state = {
            "Outer": true,
            "Back": true,
            "Inner": true,
            "Cotton": false,
            "Wool": false
        // Get a reference to the text field
        var f = getField("text1");
        // Clear the text field
        f.value = "";
        // Set the read-only status of the text field based on what's selected
        if (v in f_state) {
            f.readonly = f_state[v];

  • CentOS installation keyboard locks when it shows language selection option

    I am trying to install CentOS 4.2 to test oracle RAC with low cost systems. I have Dell inspiron 530 desktop with Intel Pentium dual core E2180 2.0Ghz processor, 2GB memory and 320GB serial ATA disk drive. It has windows vista home preminum edition installed. I am following the note "Build Your Own Oracle RAC 10g Release 2 Cluster on Linux and FireWire" http://www.oracle.com/technology/pub/articles/hunter_rac10gr2.html
    When I start the CentOS 4.2 install it would show me the welcome screen, then 2 more command windows with lot of verification details, then it shows loading SCSI driver and then when it comes to Choose a language the keyboard gets disabled/locked. The keyboard does not work I had to power off the system to come out. The mouse also does not work.
    I have tried burning additional CDs for the CentOS software, I have tried CentOS 4.6, I have tried Enterprise Linux 4.7 from oracle site but all come up to the choose language selection and the keyboard does not work. I have USB keyboard and mouse. I have a KVM switch but I have tried without KVM switch, directly connecting the keyboard to the system, but no luck.
    When I tried selecting F2 during CentOS install firrst screen and entered linux noprobe (for disable hardware probing), it passed past the choose language option and allowed me to select keyboard type as US, Then installation method - as what type of media contains the packages to installed - local CDROM, hard drive, NFS image, FTP, HTTP. I have selected Local CDROM, then it showed driver not found and showed a list of drivers as select device driver to load. I am not sure what driver to select. How do I find out what driver to select? Since I am new to Linux install I am not sure if this works or I would be lost encountering more questions.
    I have seen one note in internet that linux has some isssues with USB keyboard and mouse and it can be fixed by using PS/2 keyboard and mouse. I need to use a USB ps/2 converter for that. Did any one try this?
    Any help on recommended fix is Appreciated. Is selecting linux noprobe during the install a good option? Is there any note or document available to install with linux noprobe? What is Linux noprobe? Can I select it for install without isssues? When it is showing the list of device drivers are they for the keyboard or some other device? (an example of the drivers shown are 2Ware 9000 series storage controller, Adaptec AHA-1522, VIA SATA Controller (Sata-via), Qlogic 1280 etc.)
    Thanks in advance.
    kamal

    Try adding the Linux kernel bootparam "irqpoll" to the Anaconda installer's
    boot: linux irqpoll
    very first question. You may need to wait until you are asked for "extra arguments"; I can't remember what the exact prompt is.
    If this gets you through the install, you may need to add a similar clause to the kernel lines in "/boot/grub/grub.conf" on you installed system.
    HTH

  • PS5 Crashes in 32-bit Mode When Certain Actions Are run

    Running PS5 under OS 10.6.3 on a dual quad core intel machine w/14GB of ram, files are stored on an internal drive. Some actions will crash photoshop in 32-bit mode but not 64-bit. Is there anything that I can do to track down the problem and fix it?
    Thaks,
    mark

    Hi Chris,
    Thanks for jumping in.
    The next time PS crashes with an action we will get the crash report to send to you along with the action.
    The actions in question do not call on any third party plugin-ins.
    Thanks,
    mark

  • Display a message when  an item is selected from a dropdownlist

    Hi,
    I need to display a message(kind of alert message) when certain items are selected from the dropdownlist.
    Let me know what is a good way to do this in web elements?
    Thanks

    hello,
    unfortunately there is no validation / alerting for select menus in webelements.
    however...if you're feeling ambitious and or this is a definite requirement for your project...custom functions are open source so you could write an on change javascript function within the WESelect custom function that will find the new value and compare it against your certain items array of values.
    out of curiosity, what is your project's particular need to have an alert for a select menu based on what the end user selects? if this comes up more often or there's a good use case perhaps this could be built into a future version.
    jw

  • Adding UIElement only when a certain rabiobutton is selected

    Hi,
    I would like to know if its possible to add a new Group UIElement with checkboxes inside it, if a certain radiobutton is selected and when another radio button is selected this group will disappear ...
    I will have to play with the method action onSelect...
    Thanks !

    Hi Benjman,
    Hi Benjman,
    U can do this., first create check box ui element also and bind visibility to an attribute.. then in onSelect of radio button show tat else hide tat..
    [Show/Hide UI Elements|http://wiki.sdn.sap.com/wiki/display/WDABAP/SimpleapplicationtochangepropertiesofUIElementsduringruntimeinWebDynpro+ABAP]... refer this link
    Reply if u need some more clarifications.,
    Thanks & Regards
    Kiran

  • I am using Illustrator CS5. I am using a certain font and when I make a selection to use one of the letter options or a glyph, it does not take my selection; in other words, nothing changes.

    I am using Illustrator CS5. I am using a certain font and when I make a selection to use one of the letter options or a glyph, it does not take my selection; in other words, nothing changes.

    What font? What system? What Glyph? What language settings? Could be anything. Either way, ask in the AI forum. You'll get quicker answers there - if you provide all the required info.
    Mylenium

  • 'No action was selected.' error when submitting a form

    I have been having problems getting a form to initiate my workflow process. I open the form in the form manager, fill it out, hit the submit button and get the following error: "No action was selected. Your data has been saved in your drafts folder. Open the work item again, select an action, and resubmit the form"
    What makes this issue especially tough to debug is that the workflow server appears to be caching the error. For instance, I start with a simple form invoking a simple workflow -> that works. I then change the InitForm to use the real form (complex) and I get the error. If I switch back to the simple form, the error persists. The only way that I can get back to a working combination is to create a new simple workflow and simple form from scratch (and that does not always work). Does anyone have a suggestion for the "no action was selected" error, or for the strange caching that appears to be happening with the workflow server?
    Thanks in advance
    Chris

    All,
    This appears to be an issue with Forms 7.1.
    From Adobe Support:
    "Under normal circumstances, if you take Workflow out of the picture and submit data from a PDF form that has a schema associated to it, the submitted data will conform exactly to the schema. So if you have
    fields on the form that don't correspond to nodes in the schema the data for those fields will not be submitted. However, when you add
    Workflow into the picture, the data for the workflow fields MUST be
    submitted regardless of whether they are in the schema or not because
    it's essential for things to work. Those nodes get removed from the DOM at a later time so that the data that's in your form process variable will conform to the schema. With LC Forms 7.0.1 installed this is working fine and all the Workflow fields are passed on fine. With LC Forms 7.1 installed, all the Workflow fields get submitted except for the AWS_ACTION field. Which is why Form Manager then complains that no action was selected."
    Workarounds:
    1) Don't supply Choice List options for the init form in the workflow
    2) Don't associate your form with a schema
    3) Add an element into your schema for AWS_ACTION of type xsd:string
    such that it will be submitted along with the rest of the data.
    Option #3 worked for me, and fixed my issue.
    Chris

  • In iTunes I click on a song and when I click on the "get info" tab, it opens up but everything is gray - locked, therefore, I cannot edit the year or genre of the songs. Not every song is locked, only certain ones for some reason. Any help?

    In iTunes I click on a song and when I click on the "get info" tab, it opens up but everything is gray - locked, therefore, I cannot edit the year or genre of the songs. Not every song is locked, only certain ones for some reason. Any help?

    I ran into the same problem, I think that, If you tab on a song that is on your IPOD, and the song data is grayed-out, I think it means that the song is probably twice on your IPOD and that the iTunes directory can not edit THAT song data for two (or more) files @once. Check if this is the case, sinceI have the same problem,am looking for a way to have One and the same song in more playlists but only keep the song once on the IPOD.

  • Symbols generated when Caps Lock is in action

    I am trying to figure out how keyboard layouts are defined (for Xorg). I more or less understand the formats of the /usr/share/X11/xkb/symbols/* files but the comportment of the Caps Lock key remain a mystery. How the symbols generated when the Caps Lock key is in action are configured? For example the French keyboard layout has a key that generate é (eacute) and the digit 2 when shift is pressed. When Caps Lock is in action it generates É (Eacute). If i change the eacute by à (aacute) in /usr/share/X11/xkb/symbols/fr then it generates À when Caps lock is pressed. This is logical but how Xorg know that À is the uppercase version of à?
    Last edited by olive (2015-01-16 08:01:46)

    Hi Abk,
    Please try like this. It works for me.
    declare
      key_pressed  VARCHAR(30) := 'FALSE';
    begin
      key_pressed := :System.Mouse_Button_Shift_State;
               or
      key_pressed := :system.mouse_button_modifiers;
      if upper(key_pressed) = 'CAPS LOCK+' then
         <your logic>
      end if;
    end;Also, are you meeting the condition i wrote above of pressing caps lock along with left mouse click?
    If this doesn't work, try debugging your code. Stop in the when-mouse-click trigger and check if it is going inside the if condition.
    Check what is the value of key_pressed.
    Hope it helps.
    Navnit

  • How do I only execute code in a certain tab when that tab is selected?

    I want the code inside one of my tabs to only run when that tab is selected. I'd like to read the value of the tab chosen to compare it to a constant (that tab), and if true, run it.  I don't know how to read the value of a tab selector though, I don't understand the structure.
    Solved!
    Go to Solution.

    Ravens is absolutely right. Don't over-engineer your code. Sections of code
    should run when needed and should not depend on a mostly cosmetic
    feature on the front panel.
    Still, you can wire the tab terminal directly to a case structure.
    You can also listen for a "value changed" event of the tab control.
    LabVIEW Champion . Do more with less code and in less time .

  • IOS 8.1 installed yesterday has spoilt my iPad 2! There are no keyboard, message or app sounds, performance is now sluggish, juddery and strange, battery is draining fast and it no longer security locks when put to sleep.

    I am so cross because iOS 8.1 installed yesterday has ruined my iPad 2! There are now no keyboard, message or app sounds, performance is slow, juddery and strange, the battery is draining fast and the iPad no longer security locks when put to sleep.  I have checked all the settings, done a number of resets and really wish I hadn't bothered and stayed with iOS 7 when it all worked like a dream.  I thought that by waiting until 8.1, teething problems would have been fixed and I am just horrified that there is no going back!  I am not the only iPad owner that has this set of problems so why didn't you warn us Apple!  What are you going to do to help us?  I do not want to be forced into buying a newer version of iPad because you broke this one!

    In spite of the fact that you said you checked the settings, I still believe that you have system sounds muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the control center if you are running iOS 7. Swipe up from the bottom of the screen to get to control center . Tap on the bell icon and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock can be accessed in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085
    AS for your other issues, have you done any other troubleshooting like resetting your iPad, resetting all settings or doing a complete factory reset?

  • Error: Show Details cannot be executed when multiple items are selected in a report filter field or in a slicer

    I have connected TABULAR Model to Excel, and in the pivot the filter is on multiple dimensions. When doing the drillthrough action it gives error - Error: Show Details cannot be executed when multiple items are selected in a report filter field or in a slicer
    Is there any workaround to this error?  so that drillthrough can be done even with multiple selection.

    Hi Vikas,
    The reason behind the error message requires the knowledge on what happens at the backend. When you perform a drill-through action, a query is sent to Analysis Services. This query is expressed in a query language called Multi-Dimensional Expression (MDX).
    Since the MDX language doesnot support drill-through command against a set (collection of tuples) an error is persisted. 
    For now, there is no workaround as it is a limitation of the underlying language that is generating the query.
    When multiple items are selected you lose the ability to drill-down on individual metrics. To resolve you must either:
    1. Select a single Item.
    2. Select all items.
    Hope this helps!
    Please mark as Answer if this helps! Thanks, Rajasekhar.

  • To lock the output of a SELECT query

    Hi,
    I want to lock the output of a SELECT query to some transaction.
    I have wriiten it as follows , the output of the query is a single row;
    SELECT empname
    FROM employees
    where empid = 100
    FOR UPDATE;
    Specifying only FOR UPDATE is proper or do i need to specify some more clause ??
    Thanks.

    bscalzo wrote:
    You can also specify the columns to lock if you like:
    select x, y, z from aaa where x = 1 for update of x, y;
    But the locking is still currently only done at the row level - but who knows what the future might offer. May not hurt to have the columns named for thay day when the syntax and engine sync up :)It might be worth to amend that specifying the columns is already particularly relevant if you select from multiple tables/views in order to specify which rows of which table/view to lock.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

Maybe you are looking for

  • How to check weather a material created is active or not

    Dear Friends 1    How to check weather a material created is active or not. 2  MIGO standard document has a check button, can we have similar check button in other documents like Purchase requisition. 3   In case of material valuation is Standard (Pr

  • Glossary appearing behind text

    Hi i am using a glossary interaction. Ive added it to my first slide and it works ok. I have a button on my master slide that makes this pop-up. When i click this button on th esecond slide or any other... the glossary appears behind the the and smar

  • Wireless Receivers Losing Connection

    Thank you very much for the helpful responses. We have made it a week without a single drop out after I re-cabled the WAP with a longer Ethernet cord, which is now 10 feet away from the RG. Both wireless receivers in our home seem to be working beaut

  • How to add attribute to Item ?

    Hi, I have a problem concerning OCS -> Content Service. I try to find out how scaleable the tool is. Do you know is it possible to add attribute to the Item? For example how to add some link to Document in repository? Best regards

  • DB Control for 11.1.0.6 always has problems?

    I am using oracle 11.1.0.6 on Office XP Service Pack 2 When I created a database instance using dbca, I could access db control using https://... Link. But now when I rebooted my PC, I cannot access db control any more (page cannt be displayed). In t