IWeb 09 - Color picker not selecting matching color

I have tried to use the color picker to match colors in iWeb 09 and it seems impossible to match the colors. I go to the color picker and use the magnifying glass to try to match an existing color and the selected color is not exactly the same as the color I am trying to match. Very frustrating. I have searched and other folks have been reporting similar problems.

When are you seeing the mismatch? In iWeb after applying the magnifying glass or after publishing? What are you trying to match? Backgounds? Objects? Text?
It's been noted that after publication some colors have been changed in the css file from the rgb alpha code it was originally set to to the # number code (or vise versa - I don't remember which) which changes the published color slightly. Tried to find the topic just now but couldn't.
Definitely a bug to be reported to http://www.apple.com/feedback/iweb.html.
If you're trying to match a page background to a browser background and you're not using a theme that uses images for it's background you can set the page background to none and let the browser background color work for both areas.
OT

Similar Messages

  • Is this a bug?(1st option of color picker not selectable)

    if default selectedColor is not in dataProvider ....
    try this code
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
         <mx:ColorPicker selectedColor="0x123456">
              <mx:dataProvider>
                   <mx:Array>
                        <mx:Object color='0xff0000' label='red'/>
                        <mx:Object color='0x00ff00' label='green'/>
                        <mx:Object color='0x0000ff' label='blue'/>
                   </mx:Array>
              </mx:dataProvider>
         </mx:ColorPicker>
    </mx:Application>
    notice that you can not select red if u don't select other color first

    and i figured out a quick way to fix it is ovewrite set selectedColor function
        public function set selectedColor(value:uint):void
            if (!indexFlag)
                var SI:int = findColorByName(value);
                   //if SI != -1  commit out this line
                    super.selectedIndex = SI;
            else
    but it only work when you specify the default selectedColor

  • How to select matching RGB and CMYK colors

    Starting from scratch for a client, how do I select matching RGB and CMYK pairs?
    Say we find a nice red colour in RGB for screen use, how do I then find the correct CMYK for print? And what assumptions do I have to make when doing this, if any?
    Would it be the same for the other way around (choose CMYK first for print and then find the RGB equivalent)
    Is it more sensible to start with a Pantone colour and then find the RGB and CMYK equivalents for that?
    Many thanks
    RobbieG
    (I'm working with Ai, Ps and Id CS6)

    Yes.  Better to start with Pantone reference books where you are viewing the color in a reflective environment.  As already mentioned, color on the monitor can be deceptive.  And, I think the others are basiclt saying that you should have everything calibrated and use color management policies in your apps.  There is a way to find CMYK equivalents using Photoshop's color palette.  Let's say you have an RGB Red as the foreground color in Photoshop.  If you double click on the swatch you will get Photoshop's color palette which lists the RGB percentages, CMYK percentages, LAB percentages, and HEX web color for that Red.  You can go further and select "Custom" and the Pasntone Spot color palette opens and gives you the closest Spot color value for that Red.  This however, depends on your color settings.  That's why I recommend you start with the Pantone swatch book and get the perecentages of CMYK from their formula guide which is set to industry standard color.

  • Unable progress the lines due to ware house not selected.How do we fix this? So that it will pick the warehouse automatically

    We are unable progress the lines due to ware house not selected. We checked the Defaulting rules everything looks good. But line Items not picking the Warehouse - based on the sourcing rules. 
    If we enter manually and then progress lines getting scheduled.
    How do we fix this? So that it will pick the warehouse automatically.

    Hi,
    The issue with ATP- it’s not sourcing from the ware house, even though the sourcing rules defined the correct warehouse. When we enter manually and progress –order is progressing.
    Thanks

  • How do you make a custom button that is Invisible When not selected

    Im just recently switching over to using a mac for authoring. I really like all the features in DVD Studio more than what i was using on a PC for the past 6 years. Which was ulead DVD Workshop 2.
    The only problem im having (For Now) is that i cant make my custom buttons invisible. I made this little black shape thing in photoshop and i want to use it in DVDSP for selecting different tracks.
    I thought all i had to do was just save the black shape with a transparent background in photoshop as a .psd and import it. But that didnt work.
    When i change episodes it just stays black the whole time. I want something that will be invisible when it is not selected.
    please help
    I can send someone my little shape if they can make it a usable button that i can make invisible in dvdsp. I really need to see the layers done with a shape as a button to see how they were able to make it invisible.
    i tried a few tutorials but instead of being invisible all i got was a shape that was stuck white the whole time. this is even when i put the opacity to 0 on normal.
    I want to make this into a button
    http://img694.imageshack.us/i/custonbutton.png/

    Ok, what you want to do is also in the same tutorial. See the section on "Advanced Highlights" (again, avoid the sections on layered menus), You can create an overlay that does have two colors. The bad news is that there will be absolutely no anti-aliasing at all. This means your graphic will be extremely pixelated. This is just the way the DVD specs are set up, so there is no way around it.
    Given that I would highly recommend redesigning your overlay. Take a look at variety of DVDs from Hollywood. See what they are doing in their menus. You can do anything they are doing, but you will notice that the overlay is very simple because of the limited anti-aliasing of DVDs. In all the years that I've been watching DVDs I've only see one DVD use two colors in the overlay, and that was the Jim Carey "The Grinch who Stole Christmas."

  • Making a field as not selectable(Readable) in dropdown box in HTML

    Hi All,
    I have one requirement like make a field as no selectable(readable) in dropdown box(combo) in HTML, Could you please any one of you help me out in this regard.
    If Drop down box contains values like blue,red,white..
    I want to make blue as not selectable from drown down list but it should be displayed in the drop down box.
    Thanks in advance.
    Thanks.
    Suresh Eluri.

    Add the disabled="true" tag in ur select box as shown below ....
    <select name="color" disabled="true">
    <option value="blue">Blue</option>
    <option value="red">Red</option>
    <option value="white">White</option>
    </select>
    Regards
    Rohit Kumar

  • Add a radio button to each row on output (not selection-screen)

    its a normal interacitve report...
    we need to add a radio button to each row on output (not selection-screen) and when user selects the radio button of a particular row and clicks on the user defined menu 'Execute' the report has to fetch the records from a table corresponding to the selected row on the second list.
    all this has to be done in normal interactive list.
    please let me know your suggetions as soon as possible.
    thanks,
    usha.

    Hi ,  try this
    TABLES: spfli.
    TYPE-POOLS:slis.
    PARAMETERS: p_col TYPE i ,
                p_row TYPE i,
                p_color(4) TYPE c .
    DATA: t_fieldcat TYPE slis_t_fieldcat_alv,
          fs_fieldcat LIKE LINE OF t_fieldcat,
          fs_layout TYPE slis_layout_alv ,
          w_color(4) ,
          w_row TYPE i,
          w_fieldname(20),
          w_prog TYPE sy-repid.
    TYPES : BEGIN OF ty_spfli ,
              color(4),
              checkbox ,
              cell TYPE slis_t_specialcol_alv,
              carrid TYPE spfli-carrid,
              connid TYPE spfli-connid,
              cityfrom TYPE spfli-cityfrom,
              cityto TYPE spfli-cityto,
              distance TYPE spfli-distance,
           END OF ty_spfli.
    DATA : wa_spfli TYPE ty_spfli ,
           t_spfli TYPE TABLE OF ty_spfli.
    DATA: fs_cell LIKE LINE OF wa_spfli-cell.
    SELECT carrid connid cityfrom cityto distance
      FROM spfli
      INTO CORRESPONDING FIELDS OF TABLE t_spfli.
    w_color = p_color.
    fs_fieldcat-fieldname = 'CARRID'.
    fs_fieldcat-ref_tabname = 'SPFLI'.
    fs_fieldcat-col_pos = 1.
    fs_fieldcat-key = 'X'.
    APPEND fs_fieldcat TO t_fieldcat.
    CLEAR fs_fieldcat .
    fs_fieldcat-fieldname = 'CONNID'.
    fs_fieldcat-ref_tabname = 'SPFLI'.
    fs_fieldcat-col_pos = 2.
    fs_fieldcat-key = 'X'.
    APPEND fs_fieldcat TO t_fieldcat.
    CLEAR fs_fieldcat .
    fs_fieldcat-fieldname = 'DISTANCE'.
    fs_fieldcat-ref_tabname = 'SPFLI'.
    fs_fieldcat-col_pos = 3.
    fs_fieldcat-key = ' '.
    fs_fieldcat-edit = 'X'.
    APPEND fs_fieldcat TO t_fieldcat.
    CLEAR fs_fieldcat.
    fs_fieldcat-fieldname = 'CITYFROM'.
    fs_fieldcat-ref_tabname = 'SPFLI'.
    fs_fieldcat-col_pos = 4.
    fs_fieldcat-key = ' '.
    APPEND fs_fieldcat TO t_fieldcat.
    LOOP AT t_fieldcat INTO fs_fieldcat.
      IF fs_fieldcat-col_pos EQ p_col.
        fs_fieldcat-emphasize = p_color.
        w_fieldname = fs_fieldcat-fieldname.
        IF p_row IS INITIAL AND p_col GT 0.
          MODIFY t_fieldcat FROM fs_fieldcat TRANSPORTING emphasize.
        ENDIF.
      ENDIF.
    ENDLOOP.
    fs_layout-info_fieldname = 'COLOR'.
    fs_layout-box_fieldname = 'CHECKBOX'.
    fs_layout-coltab_fieldname = 'CELL'.
    fs_layout-f2code = '&ETA'.
    w_prog = sy-repid.
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
      EXPORTING
        i_callback_program = w_prog
        is_layout          = fs_layout
        it_fieldcat        = t_fieldcat
      TABLES
        t_outtab           = t_spfli
      EXCEPTIONS
        program_error      = 1
        OTHERS             = 2.
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    * WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Regards,
    Aby

  • First cell not selected in JTable

    When selecting multiple cells in JTable by pressing the mousebutton and draging the selection over the cells you want to select the first cell is not selected (it stays white).
    Any suggestions on how to fix this?

    I am running in M$ Windows.
    The first cell (anywhere in the Table) when you press the mouse to select a range of cells is present by color white (depend on L&F setting).
    The white color on first cell does not means the first cell is not selected!!!
    ( The first cell is selected, but present by white color to show you that is the start point )
    (if you use M$ Excel, that is the same effect presentation! )
    Hope this helps.

  • Concerning Epson Printer 4880: after changing the Ink from Photo Black to Matte Black I'm not getting the Epson Software in Photoshop and Lightroom. I can not select the paper medium, I don't see my profiles. What is wrong?

    Concerning Epson Printer 4880: after changing the Ink from Photo Black to Matte Black I'm not getting the Epson Software in Photoshop and Lightroom. I can not select the paper medium, I don't see my profiles. What is wrong?

    That is priceless!!!  Thanks!  I sure needed a good laugh after spending/wasting hours & days trying to either get my c6280 to give up on its Ink System Failure fixation, or find a decent replacement.  Unfortunately I need the Smart Web Printing feature that I guess only HP has, or I'd try a different brand. And now even HP has very few models with that available.
     My error msg is a little different from those previously stated, but close:  0xc18a0201.  Even tho there were frustrations with my c6280, I did like several of its unique features which are hard to find now under $100.  I hate how HP (& I suppose other brands also) are CONSTANTLY changing models & then of course ink cartridges.
    Oh heavens, I've had the c6280 a whopping 2 1/2 years!   I'm sure they want us poor slobs to have to buy a new one every year & a day!  To say nothing of the exorbitant prices for ink.  And now if this one is really dead in the water, I have SIX unused #02 ink cartridges which I cannot return---I got them in a combo pack, & for some reason have wound up with THREE lite pink & THREE lite blue cartridges, while having to buy extras of the other colors, that ran out before the others!!!   Yeah, & what's with that not being able to print in BLACK if a color runs out????
    Anyway I really loved your essay!   It's a classic!  And says it all!  I hate that we have to be 'slaves' to the electronic 'wonders'!!!

  • Remove blue line in spectral analysis; paintbrush not selectable

    I'm trying to remove a persons talking from a sound file.  His talking shows up in spectral analysis as the color blue.  Is there some way to select and mute it?  The paintbrush is not selectable, tried to do this manually.  Audition clearly identifies the speaking, so if it could be removed, that'd be great.
    Thanks

    Sounds like you may have "Spectral Pitch Display" on, which draws a blue line for pitch correction and analysis, but does not expose the selection tools as you've seen.  Just turn on standard "Spectral Frequency" view and the paintbrush and other spectral selection tools will be enabled.  (You can click the left-most Spectral button in the tool bar, or just use the SHIFT+D default shortcut)

  • Why is select calendar and address book greyed out? Why can we not select these options?

    Why can we not select address books or calendars? Why is this option greyed out in ITunes 12?

    You have to make the selection active.
    Go to Select>all, then Select>modify>border.
    Another way is to use a stroke:
    Open your picture file
    Go to Select>all
    Open a blank layer above this
    Go to Edit>stroke(outline) selection. In the  dialog, enter the width of the stroke, choose color, place it inside, ok it.
    If you don't like the border, delete the layer with the stroke, and adjust to suit, then do it over starting with step #3

  • Delete items not selected button

    hi,
    in miro, there is 1 refresh button at the bottom.
    when i create invoice with reference to PO, i need to click this button to make the miro display po line item amount and quantity. later i need to click deselect all button and select the line item that i want.
    may i know how to directly select the line that i want with amount and quantity displayed instead of do several steps as mentioned above.
    also, the button name is misleading. why it is called delete items not selected?
    thanks

    Hmmm -- to be totally confident not any item inside a given frame uses your color needs a lot of checks.
    Check this quite similar request:
    Spot color used in indesign document
    My comment was that to be sure you'd need to check, amongst others, every single character for either fill or stroke, table strokes and fills, paragraph rules, underline and strikeout ...

  • Consignment PIR not selected on PR during MRP

    Hello,
    I'm facing a problem where the consignment PIR is not selected in PR during PR creation through MRP run.
    Sourcing happens correctly and the supplier number in Source List is assigned to fixed vendor.
    However the info-record field is blank.
    Surprisingly, if I do 'Assign Source of Supply' for the same PR through ME52N, the PIR is picked up and assigned to the PR.
    I saw this one thread in the forums and I think its the same issue but there is no solution.
    Planned delivery time not picking up from consignment purchase info record?
    Has anyone encountered this problem and are there any corrections?
    Thanks.

    Thanks for your response.
    I have only one source and its marked MRP relevant.
    "......supplier number in Source List is assigned to fixed vendor." - My mistake - this should read supplier number in Source List is assigned to fixed vendor field in the PR."
    Does this make more sense now.
    I think my problem and the link I provided to planned delivery time is related to the same root cause. If SAP is not updating the requistion with a PIR, its not reading the PIR info and hence planned delivery time from PIR.
    As for he OSS, I read the question and its answer
    Why does the system not use the expected planned delivery time from the info record?
    The MRP group in material master has the flag 'Scheduling according to purchasing info record or agreement' maintained for plant code used
    Source List entry is correct and matches the special procurement key.
    What surprised me the most that although MRP picks up the correct source, it does not look   at the PIR for that source does not populate the PIR in the requsition. However, manual source determination considers the PIR populates the PIR number

  • Help:  Need to calculate a radio button when selected or not selected

    I am hoping its possible to use a script to calculate a radio button when it is selected.  For example:
    My form has 4 grouped radio buttons (Radio Button 1-4) of 5 buttons.
    So its something like this:
         Level 1     Level 2     Level 3     Level 4     Level 5
    1.   RB1          RB1            RB1           RB1         RB1
    2.   RB2          RB2            RB2           RB2         RB2
    3.   RB3          RB3            RB3           RB3         RB3
    4.   RB4          RB4            RB4           RB4         RB4
    Items areas total:               Total Points:               Average Score:
    The buttons already have different values set for each button to calculate a score in the "Total Points" text field. (Level 1 scores 1, Level 2 scores 2, etc.)
    I would like to have the "Items areas total" text field to calculate either a value of 1 if selected or a 0 if not selected.  So if 3 of the 4 rows are selected a return of "3" is calculated, if all 4 rows are selected then it returns "4", etc.
    Seems it would be a simple script.
    Thanks

    Hi Franklin,
    I understand that we can show the selected row in different color.
    But still there is a requiremnet given saying that there should be an radio button or Select button or check box (Checked only one at a time of several rows) apart from showing the selected row in a different color.
    Current display of the page:
    We have three regions, 1> Main region, 2> Master region, 3> Detail region.
    Main region has some text parameters, Master region has a adf:table and when ever you select a row on the master region the detail region values are getting refreshed based on the row selected.
    Is there any simple way apart from adding a boolean transient attribute to VO and displaying it as one of the column in adf:table?
    Thanks,
    Sandeep

  • Office 365 ProPlus App-V 5.0 Package installs Lync, Outlook, Infopath and Onenote even though they are not selected for publishing

    I have created an App-V 5.0 Package for Office 365 ProPlus using the documentation provided here:
    http://technet.microsoft.com/en-us/library/jj219422.aspx
    I am able to load the App-V Package into my SCCM 2012 SP1 environment and deploy the package to a test machine
    Within SCCM, I have configured the deployment type to only select a couple of applications.  Notice that Lync, Outlook, Infopath and Onenote are not selected.
    http://i.imgur.com/1eMxUlY.jpg
    For my deployment type, I only selected Word, Excel and Powerpoint.  Looking at my test machine, those 3 applications now show up in my start screen.
    http://i.imgur.com/amZmxAT.jpg
    I don't see any of the other Office applications be default on my start screen, so I would think all looks good.  If I type another Office application, lets say access at the start screen I get, "No apps match your search."
    http://i.imgur.com/fxbWEvb.jpg
    But if I type Lync, Outlook, Infopath or Onenote, it shows me that those applications are available, and I can launch them as an App-V application just as I could Excel, Word or Powerpoint, the applications that I wanted to have available.
    This is not what I was expecting when I went through the trouble to create an App-V package.  It looks like almost all of the apps become available on my client machine, all App-V is doing is making the application button in the start screen a little
    harder to find.
    What is interesting is that for the applications I did want published, I can search for them by just entering a few letters of the application name, and they show up with the 2013 version label, see below for an example search for Word.
    http://i.imgur.com/0LeS05z.jpg
    For the applications that I did not publish but still show up on my client, I have to type in the full name of the application for the launch button to come up.  For example, I can't type lyn and expect to see Lync, but if i type lync I will get an
    option to launch the application.  The same goes for Outlook, Infopath and Onenote, and when you do type in the full namke of the app, it doesn't show the version number like Word does as Word 2013, it just shows Lync, or Outlook, or Infopath, or
    Onenote.
    http://i.imgur.com/QV1afuc.jpg
    vs
    http://i.imgur.com/PxgSmUc.jpg
    Can anyone from Microsoft confirm that this is expected behavior.  If this is to be expected this is pretty disappointing, because a main point of the App-V package is it is the only way to limit which applications are deployed via Office 365 ProPlus
    but from what I can tell, it really isn't limiting anything beyond the start screen for most cases.

    So it looks like the config xml files are the best option
    http://blogs.technet.com/b/office_resource_kit/archive/2013/12/02/announcing-app-v-5-0-sp2-support-for-office-2013-volume-licensing-editions.aspx
    You can now use the Deployment Configuration file to configure the Office installation. One question I often get is, “How do I disable msaccess.exe or infopath.exe from an Office install if I am not using the MSI package?” This can be done by modifying the
    Deployment Configuration file in App-V with entries like the following:
    <Application Id="[(AppVPackageRoot}]\office15\MSACCESS.EXE" Enabled="false">
      <VisualElements>
        <Name>Access 2013</Name>
        <Icon />
        <Description />
      </VisualElements>
    </Application>
    That will prevent App-V from publishing msaccess.exe on the system and/or you can remove any undesired application shortcuts from publishing on the targeted computer using the shortcuts properties by deleting or commenting them out. Once you’ve configured your
    Deployment and User Configuration files, you’ll have everything you need to import the packages into your App-V environment to start testing.

Maybe you are looking for

  • Importing swf file with skin and closed captioning problems

    I created a flv file in Preimere and I pulled it into flash to create close captioning.  When I publish it, it creates a swf file that I can open up on its own and it has the skin with the button to push to show the closed caption.  When I try to bri

  • Open order quantity in ME5A report

    Dear All, How to get the open ordered quantity in the transaction ME5A. Regards, Venkat.

  • Help with dreamweaver extension buid

    I have written a very useful extension for dreamweaver that works perfectly. But now I want it to insert the code ABOVE the html rather then being forced to insert it somewhere between the body tags. what needs to happen to make that change? I tried

  • String to xml object java

    Hello, can anyone suggest me how to convert string to xml object in java? I have a string (Data) ant now I have to pass it as parameter as xml object, which structure should be: <MGWData>Data</MGWData> Where I surf I always see only solutions for con

  • Temp tables using an interfaces in ci

    what is the purpose of temp tables in ci while performing interfaces any one explain me processing