Determining in and out Gamut values for RGB profiles

Hi all,
I am looking into how to check if a swatch value falls within my .icc profile gamut.
If I have a color value for example L=74 a=12 b=-37 and I want to see if it falls within my .icc profile I can select Edit>Convert to Profile and choose my profile
I then can select the swatch and see if there's a gamut warning there.
With the above swatch if my color profile is "Photoshop 5 Default CMYK" I will get the warning, if I change the profile to "US Newsprint (SNAP 2007)" I won't get it.
This works great for CMYK profile.
My question is how to check if the color falls inside an RGB profile?
I have tried changing the document intent to Web and Digital Publishing and changing the RGB profile but only changing the CMYK profile affects the out of gamut warning.
Does any one know of a solution to this? The same issue would appear to be in photoshop.
Thanks in advance.
Trevor

Timo,
actually he wants to set the attribute mapping dynamic, reading the field to map the return value to from a custom property.
1D10T,
If this could be done then in the Def object of a view object (which means its not per user session but use). Investigate into the View Object Def object for the view object that defines the list of value (not the one that you use as the LOV list source)
Frank

Similar Messages

  • How to Bring the Quarter Period and Previous Month Value for given Input

    Hi to all,
          I want bring Quarter Period and Previous Month value for the given Input. Plz help me on this
    Example :
    Input : 06.2008
    Output:
    Input     Prev.Month  Quarter 1   Quarter 2   Quarter 3 
    06.2008  05.2008      03.2008     12.2007     09.2008
    12.2008  11.2008      09.2008      06.2008    03.2008
      Is there any Standad Exit for this or we have to write coding ?
    Regards,
    Saran

    Hi,
    You can solve this by using Replacement path.There you have a option offsets.Here give the current period.Based on that give the number which previouse month you suppose to want.
    I think this 'll help you
    assign points if this helps
    Regards
    JT Goud

  • Passing and Parsing Multiple values for 1 Parameter using ASP and reportInterface.ReportParameters

    Post Author: ckwizard77
    CA Forum: Crystal Reports
    HELP!!
    I have been knocking my head against a wall trying to figure out how to pass multiple values to 1 parameter and how to add it to the parameter collection. I have code so if I pass single values for each parameter it works fine. I am passing the parmeters and values in a pipe delimited string through a url where it gets parsed and pass in here.
    Any help would be greatly appreciated.
    Here is the single param code:
    Public Sub SetParamValues(ReportName, strParamName, ParamValue) Dim i,reportInterface, ParamName,strSubReprotName,CurrentValues        Set reportInterface = reportObject.PluginInterface("")      Set reportParameters = result.Item(1).PluginInterface("Report").ReportParameters      For i=1 to reportParameters.Count           if ReportName <>"" then                 strSubReprotName=reportInterface.ReportParameters.Item(i).ReportName               if strSubReprotName=ReportName then                    ParamName = reportInterface.ReportParameters.Item(i).ParameterName                    if ucase(ParamName)=Ucase(strParamName) then                         Set CurrentValues = reportInterface.ReportParameters.Item(i).CurrentValues                         CurrentValues.Clear()                         Dim newSingleParameter                         Set newSingleParameter = ReportInterface.ReportParameters.Item(i).CreateSingleValue                         newSingleParameter.Value = ParamValue                         reportInterface.ReportParameters.Item(i).CurrentValues.Add newSingleParameter                         reportInterface.ReportParameters.Item(i).PromptOnDemandViewing=false                         iStore.Commit result                    End if               End if          Else               ParamName = reportInterface.ReportParameters.Item(i).ParameterName               Set param1 = reportInterface.ReportParameters.Item(i)               if Ucase(ParamName)=UCase(strParamName) then                     Set CurrentValues = reportInterface.ReportParameters.Item(i).CurrentValues                    CurrentValues.Clear()                    Set newSingleParameter = ReportInterface.ReportParameters.Item(i).CreateSingleValue                    newSingleParameter.Value = ParamValue                    reportInterface.ReportParameters.Item(i).CurrentValues.Add newSingleParameter                    reportInterface.ReportParameters.Item(i).PromptOnDemandViewing=false                    iStore.Commit result                End if         End if      NextEnd Sub

    That Makes sense.
    thanks a lot !
    Well now are at it, mind if I ask you another quick question:
    If I make an option in the multiselect list called ALL which should return all the results:
    as should act like this
    select * from dept;
    you solution was:
    select * from dept
    where INSTR(':'||:P1_EMPNO||':', ':'||empno ||':') > 0
    Can I modify this to return all the rows ?

  • How to create a display value and a return value for an item

    Hi! I have an item on a form. I want the default value for my item to be :":APP_USER", but the return value, to be the id of my user. I tried to create a PL/SQL Expression for the default item, but it doesn't work. What do I miss?
    It should be something like this, but it's not.
    begin
    select first_name || ',' ||last_name as "Employee",
    id_employee -- display value,return value
    from employees
    where id_employee = :APP_USER;
    end;
    Does anyone know?
    Thanks!
    Vitaly

    Hi VItaly,
    Display value and return value concept applies very well in case of a Combo box if i am correct, I don't know what type of item is your's.
    But any way, you can have a workaround like,
    Create a hidden item such that it's default value should be ID of the user which can be get from db by using :APP_USER.
    Use the this item for your references.
    I think this will meet your requirement.
    Thanks
    Kumaraswamy.

  • How to hide RTPs and Specify Fix value for them

    Hi All,
    I created a business in which i am using one variable of String type with RTP enabled.
    Now i don't want my user to enter this value while executing business rule, instead i want to provide a fix/constant value for that variable. How can i do that.
    Basically my intention is to put that business rule inside a rule twice with 2 diff values

    Have you tried setting the variable as a member type, applying it against a dimension and then giving it a default value.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to filter IN and OUT punch timings for Attendance in Day and Night shifts in oracle SP?

    I am developing Attendance system which having day and night shift I am unable to filter the IN and OUT punches of the employees? below is my current logic
    shift timings on 29-Jun-2013 IN 22:00 OUT 07:00 and on 30-Jun-2013 IN 15:00 OUT 22:30
    I am filtering the IN and OUT punches based on shift timings and swipe time along with date, but when the employee changing from night shift to day shift I am getting problem.
    the below is the one scenario
    the employee : 101 has worked on 29-Jun-2013 on night shift punched at 22:00 and he left at next day means 30-Jun-2013 07:00 AM and again the same day (30-Jun-2013) he came to office at 15:00 on 30-Jun-2013 and he left at 22:30 on the same day now if the punches will come daily then there is no problem, however due to any problem punches are not received for 30-Jun-2013 07:00 AM then the punches IN 15:00 OUT 22:30 on 30-jun-2013 already in database now the out punch of 29-Jun-2013 is 30-Jun-2013 at 07:00 AM it is difficult to find this as previous day out punch
    Note: some times the employees forgot to swipe IN/OUT punch
    so if any body have solution please update

    Like
    Employee ID
    Date
    Time
    PunchType
    Comments
    101
    29-Jun-13
    22:00
    IN
    101
    30-Jun-13
    7:00
    OUT
    If this row is not there & next row is with IN flag, the email should be triggered to employee
    101
    30-Jun-13
    15:00
    IN
    101
    30-Jun-13
    22:00
    OUT
    I have another scenario for you -
    Employee ID
    Date
    Time
    PunchType
    Comments
    101
    29-Jun-13
    22:00
    IN
    101
    30-Jun-13
    7:00
    OUT
    101
    30-Jun-13
    11:30
    IN
    how do you know it is not the continuation of 29-Jun shift? I believe you might have to define a rule here that if a person swipes IN say in n(4.5 in this case) hrs gap, it would be considered as Next Day
    101
    30-Jun-13
    22:00
    OUT
    Regards,

  • Kgepop: no error frame to pop to for AND In-flux value for a pin

    Hello,
    I'have a big problems with my oracle forms web.
    Since we have make an upgarde from 10g to 11gr1 of our system, some forms crashe when we make a search from the menu bar.
    in the log file there are these errors:
    1) FRM-93652 : The runtime process has terminated abnormally.
    2) FRM-93546 : external message from runtime process: kgepop: no error frame to pop to for error 600
    3) FRM-93546 : external message from runtime process: In-flux value for a pin at 0x1f63b008
    I've test with a button in the forms and not by the menu and it work fine.
    thanks in advance

    What is your Client Java and Browser versions and the exact version of Fusion Middleware (FMw) 11g R1 you are using? You could just be dealing with a software bug that could be fixed by upgrading your Java version or applying a FMw patch, but we need to know your versions in order to be sure.
    Craig...

  • Alternative VIs for In Port.vi and Out Port.vi for 64 bit Windows 7 platform

    Hi Need to use the printer port for my application. In Port and Out Port VIs was the simplest option in 32 bit Windows XP machine. Now I hear In Port and Out Port VIs are not supported in 64 bit Windows ( VISTA/7) machine. Is there any working alternative to In/Out Port.vi ??
    Thanks in Advance
    RKB
    Solved!
    Go to Solution.

    VISA can easily be used to solve your problem. If using a USB -> Serial adapter it's almost too easy.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • Target finish value and Actual confirmed value for the header material

    Hi guys,
    For a given production order, I need to get the below mentioned two values for the header material of the production order:
    1. Planned or Target finish value
    2. Actual confirmed value
    will this value be calculated like: 
    Target finish quantity x standard price of the material (maintained in MBEW-STPRS)  = Target Finish Value
    Actual confirmed quantity x standard price of the material (maintained in MBEW-STPRS)  = Actual confirmed Value
    OR
    I can get these required value directly in DB table.
    Please guide here.
    Thanks & regards,
    Ravish
    Edited by: Ravish Kumar Ojha on Oct 28, 2009 5:41 AM
    Edited by: Ravish Kumar Ojha on Oct 28, 2009 5:41 AM

    CO03- go to Costs-- Analysis should give you these details.
    if you are not OK with the columns appearing, you can change by selecting the change Layout and selecting the required options.
    Regards
    Ratan

  • How to hide PNP selection windows and set default values for PNP.

    Hi expert,
         I am using HR logical database PNP, but I don't want to display selection windoes for running program on PNP, whereas I want to set default value for some selection items in the program. could you please tell me how to get those two targets?
    Many Thanks,

    Hi
    You have mentioned 2 things.
    1. Don't want selection windows for running program for PNP - this can be achieved using the HR Report category - You can get more details on HR Report Category on
    HR Report Category
    2.  I want to set default value for some selection items - This you need to achieve in initialization event of your program.
    How you can get this can be explained by INITIALIZATION (SAP Library - ABAP Programming (BC-ABA))
    Thanks,
    Sreeram

  • Saving and passing SelectOneChoice Values for af: table population

    Hey yall.
    *First things first... I am using the EJB as opposed to ADF BC so any examples involving VO's would not help me at this point and that's pretty much all I have been able to find online when searching for help.  I am using JDev version 10.1.3.1.
    Im having some trouble trying to figure out how to program my command button to return a table using the values acquired from a set of 3 dynamic LOV's. In detail, this is what I'm trying to do but can't get it to work no matter what I do:
    1. I have a page where the user must select an option from each drop down list (there are 3 in all). The 2nd list depends on the 1st and the 3rd list depends on the 1st and 2nd. That part is working fine.
    2. Once all selections are made, the user must then click on execute (my command button on page) to then be taken to another page with a table populated using the values selected in the previous page. The table was created using a method from the data control palette that contains the named queries needed to return results in the table.
    3. My problem is figuring out how to wire the execute button to do the tasks mention in #2 above.
    Any suggestions? Ideas? Help?
    Greatly appreciative... Thanks.

    Hi,
    you can do this from the UI using createWithParams
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/13-create-with-params-169140.pdf
    Or by overriding the doDML on the parent EO so you can use an association to update the child records. And of course you could use view links similar. However, the update is recognized on the entity level. And finally, another option - if the tables are not loaded together in an application, is to use a database trigger
    Frank

  • Manually typing in the x and y position values for an object?

    Hello,
    I work in the vinyl industry and I am working on creating pattern vinyl rolls for people to cut a custom design out of. I set up each beginning pattern "block" at 5" x 5" and I repeat it to 2-3 times across and all the way down to the length of the roll (which can go up to 50 yds). I use the alt key to duplicate each square but I need to make sure each "block" is lined up perfectly to the one beside it seamlessly without any lines or spaces. Is their a way to manually type in the X and Y values of each given block to make sure that I can confirm "technically" and visually that each block is lined up perfectly? I've tried using the smart guides and rulers but even then I get a 1 px line. I have a picture below to help better understand what I mean, the blue guides indicate where the pattern blocks begin and end.
    Any help or suggestions is greatly appreciated. Thank You!
    -emski

    Emski,
    If you want to be able to adjust the artwork while you look at the full set (and/or minimize the file size) you may:
    1) Select the original artwork,
    2) Effect>Distort & Transform>Transform>Move horizontally by the width with the desired number of copies,
    3) Effect>Distort & Transform>Transform>Move vertictally by the height with the desired number of copies.
    Any change will show across all duplicates (and show whether the transitions work as desired), without the need for deletion and recopying.
    You may Object>Expand Appearance if you want separate objects later.

  • How to read and set Pane value for new adding folder

    Hi Experts,
    I tried to add a new folder in to a system form as below
    Itm = form.Items.Add("UserFolder"), SAPbouiCOM.BoFormItemTypes.it_FOLDER)
    form.DataSources.UserDataSources.Add("F_new", SAPbouiCOM.BoDataType.dt_SHORT_TEXT, 1)
    Dim oFolder As SAPbouiCOM.Folder
    oFolder.DataBind.SetBound(True, "", "F_new")
    oFolder.GroupWith("138")
    My quester is what is the panelevel for this new folder? And how to set value to panelevel for this folder.
    If we design a folder from Screen Painter, we can set the pane value manually, can we do this from code?
    Thanks a lot
    Tim

    Hello,
    You do not have to set any panelevel for your folder, if you would like to display it all the panelevels. (Let's see an example on Item Master data form).
    Sales, Purchase, Inventory etc tabs (folders) are always visible, there is no panelevel set for them.
    To change between panelevels, you can trigger et item pressed event, and  before_action = false, then you may change the panelevel of the form poperly.
    For initially you may use the Folder.Select() command to show the default panelevel
    >The problem is here, it looks like oFrom.Panelevel property can only accept integer value, so how can I know what's the pane level number for my folder?
    Do not set panelevel for your folders, you should drive your form's panelevel based on a selection tree:
    To see clear, please check the following code in the help sample: CompexForm
    C:Program FilesSAPMásolat - SAP Business One SDKSamplesCOM UIVB.NET07.ComplexForm2003
    to make it clear:
            '// Adding Folder items
            For i = 1 To 2
                oItem = oForm.Items.Add("Folder" & i, SAPbouiCOM.BoFormItemTypes.it_FOLDER)
                oItem.Left = (i - 1) * 100
                oItem.Width = 100
                oItem.Top = 6
                oItem.Height = 19
                oFolder = oItem.Specific
                '// set the caption
                oFolder.Caption = "Folder" & i
                oFolder.DataBind.SetBound(True, "", "FolderDS")
                If i = 1 Then
                    oFolder.Select()
                Else
                    oFolder.GroupWith(("Folder" & i - 1))
                End If
            Next i
    This code add 2 folders to the form: and the first (i = 1) is selected.
    IN itemevent, the panelevel property of the form is depending from the item you have clicked:
    Case SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED
                        '// Check if the event was raised by one of the Folder items
                        '// and change the form's pane level
                        If pVal.ItemUID = "Folder1" Then
                            oForm.PaneLevel = 1
                        End If
                        If pVal.ItemUID = "Folder2" Then
                            oForm.PaneLevel = 2
                        End If
    Regards
    János

  • How do I zoom in and out in Pages for the iPad?

    I'm using Pages on my iPad (1), but don't seem to be able to zoom in. The "pinch open to zoom in" doesn't seem to work, it just springs back when I take my fingers off the screen. Am I missing something? I have no problem zooming in using pinch open in e.g. Safari or Keynote.

    I can get two options — Actual size and fit on screen. According to the help section if you use 2 fingers and 'quickly' pinch out you can get a view at 200 per cent. It has never worked for me.

  • "General Error" and "Out of Memory" for only certain files?

    I have Final Cut Express 4 on Mac OS X Leopard and it has been working fine, up until now.
    For some reason, when I try to view two clips in the tab to the left of the screen to find sections of them to put into my project, I get a message that says, "General Error" and when I click okay it says, "Error: Out of Memory". They are both mp4 files, and are 242.9 MB and 294.2 MB, and I have viewed them both on Quicktime. I don't understand why it is saying that it is out of memory when I still have 7 GB left on my computer and it still lets me view and add other files into my sequence.
    Can someone help me out and tell me how to fix this? I'd really appreciate advise!

    MPEG-4 is not a format that works in FCE. You'll have to convert it to one of FCE's format. Without knowing details about what the original format is it's impossible to say what you should convert it to.

Maybe you are looking for

  • How do I deal with "neighbors" piggybacking on my wireless connection?

    My MBP is connected wirelessly through the old space ship looking Airport Extreme which is connected to the modem in the house. Frequently (like right now) I have someone catching a ride on my wireless connection. Can my neighbor see anything in my c

  • How to change the title of a block/form/table in the WebIC CRM 2007 ?

    Hi, We want to change the title of a block in the work area for example from 'Account details' to 'Partner details'. After investigation we think that we have to change the text in SOTR_EDIT transaction by editing the Alias or defining a new one with

  • Problem in mail

    Dear all, I am using SO_NEW_DOCUMENT_SEND_API1 to send a mail the email contents are in OBJECT_CONTENT which i have used as follows    CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'     EXPORTING      DOCUMENT_DATA                    = email_chng      DOC

  • MS Access Query to Oracle

    Hi Gurus I am trying to convert a MS Access query to Oracle query, Having some trouble Need some help Please. This is the MS Access Query: Sum(IIf(LOAD1!ARRIVDATE<+Date()+7,LOADLINE1!QTY,0)/ITEM1!UOM) AS Loadtbl What would be the Oracle Query??? Than

  • Getting Current  Stock Prices in a Numbers 08 spreadsheet

    Can anybody give me detailed instructions to get different data regarding stock market values into a Numbers 08 spreadsheet in a way that the data can be updated by a query? I searched the forum for this but could not find anything. I am looking for