javaFX 8: tableView color between the columns

Hello

In my TableView, columns are separated by gap (between white and light color).

When I select a line, the color of these gaps is blue!

Is it possible to set the color of these gaps?

This is my CSS:

.table-view: concentrate .table-line-cell: filled: selected {}

-fx-background-color: #C0C0C0;

-fx-background-inserts: 0.0, 0.0 0.0 0.0 0.0;

-fx-text-fill:-fx-selection-bar-text;

}

Thanks in advance

Kind regards

Fabrice

Thank you: it's perfect!

Tags: Java

Similar Questions

  • color of the column for multiple reports

    Hello

    I created a page with several classic reports. Each report has a pass called "Total". I would just pass Total in all the reports of colors.

    I added the html header

    < style type = "text/css" >

    #one td [header = "Total"]

    {color: blue ;}}

    < / style >

    I have different static IDs for all reports. for this I must repeat as below

    < style type = "text/css" >

    #one td [header = "Total"]

    {color: blue ;}}

    #two td [header = "Total"]

    {color: blue ;}}

    ....

    < / style >

    Is there another way to achieve this goal of 20 reports at the same time?

    Thank you

    KJ

    KJChellam wrote:

    Hi, AEC,.

    I use Apex 4.2.5 in Oracle 11 g.

    I tried without the static ID, now the color does not appear in the data in the column. It's "TOTAL". Sorry I typed below.

    The only reason why I can think of for that do not work, it is that the color of the column is defined by a pre-existing rule of theme with a specificity that is higher than the attribute selector. Try

    td[header="TOTAL"] {
      color: blue !important;
    }
    
  • Reduction "between the column" space in a classic report

    To cram more on a screen, I want to reduce by half the spacing between columns in a classic report. Is this possible with these default settings? (I know, it can probably go negative.)
    <tr><td><table cellpadding="0" border="0" cellspacing="0" ... 
    Is these same control spacing inter-colonne? The space can be reduced? What is required?

    Howard

    Howard (in training) wrote:
    @joe,

    If you log in here
    http://Apex.Oracle.com/pls/Apex/f?p=4550:1:2807482452656:

    WS: APEX_EXAMPLES_01
    USER: demo
    PW: demo

    Application BPS_f991202 page 1 shows where I'm trying to reduce the spacing between the columns.

    For the region of report, I gave her a static ID

    Ok. It is useful/necessary to provide a selector for a style target for a specific region and to provide greater specificity selectors to override the theme style.

    and I placed the style in the header of the region as suggested.

    Do not do this. The HTML specification requires that the context of the elements ofstyle elements without scope attribute is the head of page element. APEX 4.2 provides the property CSS File URL/Inline especially page for the style information can be correctly located in the page header. The header HTML property page must be used in previous versions.

    I reduce all the '1px' to '0px '. I even cut the police but he seems to have no effect.

    It has no effect because the CSS pasted from the above posts contains no selectors for theme/templates that you use:

    
    

    Structures HTML class and ID attributes are not consistent or interchangeable in most themes APEX (more still more backward in time go you to your templates). Therefore the CSS selectors required to style the elements are not consistent or interchangeable. Your page contains a region with ID RR_COLLATERAL_SUMMARY, but it doesn't have a tbody.uReportBody or a table.uReportStandard , and therefore these rules are not applied to each of the elements on the page.

    If you look at the HTML templates in the theme you are using (17 Sapphire), or inspect the page rendered with even low web Inspector IE8, required selectors can be determined, and the required stylesheet created in the HTML Header page:

    
    

    That's why I keep going the importance of providing model information and its theme, and/or examples on apex.oracle.com when asking questions about the layout and Visual formatting. Without this information, proposed "solutions" are random speculation that produce only nets long and winding, time-wasting. As I said above, if you had 15 minutes creating an example on apex.oracle.com Thursday, you would have been answered in the night, instead of 4 days later.

  • Create an empty space between the columns in the table to advance.

    Dear friends,

    It sounds as delicate,

    I have a Page of the OFA developed with the region having the table advance, I have 6 columns in the
    Now the requirement is to make the table so that there should be a
    difference between the first three columns and the last three columns.

    To do this, I created a dummy column with by definition any attribute value.

    Now the problem is whenever I have search, it throws an error saying attribute view did
    not defined.

    Is there an alternative way where I can have a SPACE between the columns?

    Thanks in advance,
    Keerthi.k

    Published by: user1140193 on June 30, 2011 02:08

    HAD,

    Create a trasient attribute in the VO joined with the table. And assign the dummy column.

    Kind regards
    GYAN

  • Different plan back color between the composition and rendering after adobe media encoder

    I discovered after effect...

    I have a problem of correspondence between the composition and the final rendering through adobe media encoder

    The color of the background composition of Loire (regardless of color) and always a background BLACK after the adobe media encoder

    After 2.jpgAfter 3.jpg

    Despite several manipulations by changing the settings I can't solve the problem.

    A little help would be welcome, thanks

    The composition background color will never surrender.  Hug composition background color will never, not even with the record locator.  The background is transparent and will always be unless you fill it with pixels. Unless you choose a format that supports Alpha channels, Alpha channels will make always black. Media players will always play a movie with a black background with alpha channel. If you want a yellow background, you will need a solid yellow or yellow shape on the bottom of your model layer.

  • Question about the display of an image between the columns in a report

    Hi people,

    I looked at the examples I have come across, but I guess I'm missing something. I have a PL/SQL procedure that returns a sql statement to a report. I want to display an image between the two columns. I already have the pictures stored in the APEX. Can someone please tell me what I'm doing wrong here?

    SELECT the id INTO file_id OF APEX_APPLICATION_FILES
    WHERE filename = 'Blue Free';

    q: = "select";
    q : = q || ' current_status_cd,';
    q : = q || "APEX_UTIL. GET_FILE(p_file_id => file_id,p_mime_type => ''image/jpeg'',p_inline => ''YES'') M,';
    q : = q || "UserID,';
    q : = q || "usernum,';
    q : = q || "LastName,';
    q : = q || "First name";
    q : = q || "from une_table";

    Return to q;

    Thank you very much

    -Adam

    Published by: avonnieda on November 11, 2008 12:28

    Adam:

    The references of the generated query "une_table." Is this a valid table in the application schema analysis?
    If so, change the query to be

    q: = "select";
    q : = q || ' current_status_cd,';
    q : = q ||'' ' "image,';
    q : = q || "UserID,';
    q : = q || "usernum,';
    q : = q || "LastName,';
    q : = q || "First name";
    q : = q || "from une_table";

    CITY

  • Union of the not compatible between the column in obiee formula error

    Hi Experts,

    Error: Union of the incompatible types

    I used the Case function in my column formula and got above error as well.

    The formula for the column goes below:

    IFNULL (CASE WHEN EDM_TRD_IR_LEG. LEG_ID = 1 THEN (EDM_TRD_IR_LEG. (END PAY_RECV_IND) OTHERWISE 0, 0)


    LEGID is of type number. PAY_RECV_IND is of type varchar.

    Please let me know how to fix this error.

    Thanks in advance.


    -Looks
    Mayuri

    898221 wrote:
    Hi Experts,

    Error: Union of the incompatible types

    I used the Case function in my column formula and got above error as well.

    The formula for the column goes below:

    IFNULL (CASE WHEN EDM_TRD_IR_LEG. LEG_ID = 1 THEN (EDM_TRD_IR_LEG. (END PAY_RECV_IND) OTHERWISE 0, 0)

    LEGID is of type number. PAY_RECV_IND is of type varchar.

    Please let me know how to fix this error.

    Thanks in advance.

    -Looks
    Mayuri

    @dpka, you have syntax errors in your solution. If you are casting as a varchar, then your syntax should read "1" instead of 1. Also at the end, he must be "0" instead of 0.

    Mayuri,

    To use your syntax, try this:

    IFNULL (CASE WHEN EDM_TRD_IR_LEG. LEG_ID = 1 THEN CAST (EDM_TRD_IR_LEG. (PAY_RECV_IND AS INTEGER) END ELSE 0, 0)

    .. . If you need the result as a digital for purposes of aggregation...

  • How to find the Union between the column in the table

    Hello

    I have the followin table and I want to find the union between the lines as below,
    create table test5 (tidset varchar2(200));
    
    insert into test5 values('1;2;3;4;5;6;7;8;9;10;11;12;13;15;16;17;18;19;20');
    insert into test5 values('1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20');
    insert into test5 values('1;2;3;4;6;7;8;9;11;12;13;15;16;19;20');
    insert into test5 values('1;4;6;10;6;11;12;13;14;15;16;17;18;19;20');
    I need the result to be as below.
    1;4;6;11;12;13;15;16;19;20
    any help please,.

    Published by: user11309581 on November 17, 2011 21:32

    Always mention what version of oracle you are using.

    The following query will give you the desired result oracle version 11g release 2.

    Connected to Oracle Database 11g Release 11.2.0.2.0 
    
    SQL>
    SQL> with test5 as
      2  (
      3  select '1;2;3;4;5;6;7;8;9;10;11;12;13;15;16;17;18;19;20' tidset from dual union all
      4  select '1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20' from dual union all
      5  select '1;2;3;4;6;7;8;9;11;12;13;15;16;19;20' from dual union all
      6  select '1;4;6;10;6;11;12;13;14;15;16;17;18;19;20' from dual
    -- "END OF SAMPLE DATA"
      7  ), all_items as
      8  (
      9    SELECT regexp_substr(t.tidset, '[^;]+', 1, column_value) item
     10          ,t.tidset
     11      FROM test5 t
     12          ,TABLE(CAST(MULTISET
     13                      (SELECT LEVEL
     14                         FROM dual
     15                       CONNECT BY LEVEL <=
     16                                  length(regexp_replace(t.tidset, '[^;]')) + 1) AS
     17                      sys.odcinumberlist))
     18  ),item_counts as
     19  (
     20    SELECT DISTINCT a.item
     21                   ,COUNT(DISTINCT a.tidset) over() total_tidset
     22                   ,COUNT(a.item) over(PARTITION BY a.item) item_occurance_count
     23      FROM (SELECT DISTINCT item
     24                           ,tidset
     25              FROM all_items) a
     26  )
     27  SELECT listagg(item, ';') within GROUP(ORDER BY to_number(item)) common_items
     28    FROM item_counts
     29   WHERE total_tidset = item_occurance_count
     30  ;
    
    COMMON_ITEMS
    --------------------------------------------------------------------------------
    1;4;6;11;12;13;15;16;19;20
    
    SQL> 
    

    OR if you have any version of oracle less than 11g release 2 then replace below mentioned line

    SELECT listagg(item, ';') within GROUP(ORDER BY to_number(item)) common_items
    

    with this one

    select xmlagg(xmlelement(c,item||';').extract('//text()') order by (to_number(item))) common_items
    

    It is because the listagg function used in above query is not supported in versions of oracle 11.2 below.

    I hope this helps.

    -Gregory

    Published by: Mohamed Diarra on November 18, 2011 01:05
    Extra line to be changed for the oracle version lower than 11.2

  • Change in color of the column headings in reports

    Hi friends,

    We have a page with a lot of reports.

    We would like to change all color of column headers in report in red as follows,

    page css inline (cloudy Thema)

    table.uReport > thead > tr > th { color: Red; make-weight: bold; do-family: 'Times New Roman'; do-size: 14pt! important ;}}

    but it does not work for color, (font family and size works correctly!)

    regrads

    SIA

    Hi Enformatik,

    Enformatik wrote:

    Hi friends,

    We have a page with a lot of reports.

    We would like to change the color of column headers in report in red as follows,

    page css inline (cloudy Thema)

    table.uReport > thead > tr > th {color: red; make-weight: bold; do-family: 'Times New Roman'; do-size: 14pt! important ;}}

    but it does not work for color, (font family and size works correctly!)

    regrads

    SIA

    This is because you need to replace every CSS property separately.

    Add this to your Page Inline CSS:

    table.uReport>thead>tr>th {
      color :red !important;
      font-weight:bold !important;
      font-family:'Times New Roman' !important;
      font-size: 14pt !important;
    }
    

    I hope this helps!

    Kind regards

    Kiran

  • Output file spooling keep the space between the columns

    DB version: 11.2.0.3 running Linux OS.

    I ran the following:

    SQL > spool test.txt1

    SQL > @test.sql

    SQL > spool off;

    SQL > exit

    in the test.sql file:

    SET LINESIZE 500

    SET PAGESIZE 500

    SET FEEDBACK OFF

    SET ECHO OFF

    SET TRIMOUT ON

    TERMOUT OFF SET

    NEWPAGE SET TO NONE

    COLUMN DAY FORMAT A9 HEADING 'DAY '.

    COLUMN FORMAT A4 HEADING '00 00.

    A4 01 FORMAT COLUMN TITLED '01 '.

    COLUMN 02 FORMAT A4 HEADING "02".

    COLUMN 03 FORMAT A4 HEADING "03".

    04 '04' SECTION A4 FORMAT COLUMN

    COLUMN 05 FORMAT A4 HEADING "05".

    COLUMN 06 FORMAT A4 HEADING "06."

    COLUMN 07 FORMAT A4 HEADING "07".

    COLUMN FORMAT A4 HEADING '08' 08

    COLUMN FORMAT A4 '09' SECTION 09

    COLUMN 10 FORMAT A4 HEADING "10".

    COLUMN 11 FORMAT A4 HEADING "11".

    COLUMN 12 FORMAT A4 HEADING '12.

    COLUMN 13 FORMAT A4 HEADING "13."

    COLUMN 14 FORMAT A4 HEADING "14".

    COLUMN 15 FORMAT A4 HEADING "15".

    COLUMN 16 FORMAT A4 HEADING "16".

    COLUMN 17 FORMAT A4 HEADING '17.

    COLUMN 18 FORMAT A4 HEADING '18 '.

    COLUMN 19 FORMAT A4 HEADING "19."

    COLUMN 20 FORMAT A4 HEADING "20".

    COLUMN 21 FORMAT A4 HEADING "21".

    COLUMN 22 FORMAT A4 HEADING '22 '.

    COLUMN 23 FORMAT A4 HEADING "23".

    COLUMN 'TOT' FORM 99999 TITLE 'TOTAL '.

    SELECT

    TO_CHAR(COMPLETION_TIME,'YY-MM-DD') DAY,

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '00', 1, 0)),'999 ') "00."

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '01', 1, 0)),'999 ') "01."

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '02', 1, 0)),'999 ') '02. "

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '03', 1, 0)),'999 ') '03. "

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '04', 1, 0)),'999 ') '04. "

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '05', 1, 0)),'999 ') '05. "

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '06', 1, 0)),'999 ') '06. "

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '07', 1, 0)),'999 ') '07. "

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '08', 1, 0)),'999 ') '08. "

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '09', 1, 0)),'999 ') '09. "

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '10', 1, 0)),'999 ') "10."

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '11', 1, 0)),'999 ') "11."

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '12', 1, 0)),'999 ') "12."

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '13', 1, 0)),'999 ') "13."

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '14', 1, 0)),'999 ') "14."

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '15', 1, 0)),'999 ') "15."

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '16', 1, 0)),'999 ') "16."

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '17', 1, 0)),'999 ') "17."

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '18', 1, 0)),'999 ') "18."

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '19', 1, 0)),'999 ') "19."

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '20', 1, 0)),'999 ') "20."

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '21', 1, 0)),'999 ') "21."

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '22', 1, 0)),'999 ') '22 ',.

    TO_CHAR (SUM (DECODE (SUBSTR (TO_CHAR (COMPLETION_TIME, 'HH24'), 1, 2), '23', 1, 0)),'999 ') "23."

    COUNT (1) "TOT".

    V $ ARCHIVED_LOG

    WHEN ARCHIVED = 'YES '.

    AND TRUNC(SYSDATE-COMPLETION_TIME) < 7

    GROUP OF TO_CHAR (COMPLETION_TIME, "AA-MM-DD")

    ORDER BY TO_DATE (DATE, 'AA-MM-DD');

    When I CAT the file in Linux (there the space between each aligned format and columns)

    When I send emails (even when I copy here), it looks like in below

    SQL > @test.sql

    TOTAL DAYS 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23

    --------- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------

    14/08/18 0 0 0 0 8 8 8 11 11 13 12 18 19 22 21 21 20 20 19 20 9 9 9 9 287

    14/08/19 12 9 17 7 7 7 7 8 10 9 6 12 10 20 4 11 11 10 25 17 18 18 18 16 289

    14/08/20 11 11 18 7 10 8 9 9 9 9 9 14 13 19 16 16 20 19 21 20 20 12 11 7 318

    14/08/21 5 20 19 10 8 8 8 11 9 9 11 12 19 12 12 12 18 4 7 25 19 16 16 17 307

    14/08/22 13 11 20 8 10 7 9 10 11 13 11 13 25 15 16 15 18 19 21 19 26 20 13 10 353

    14/08/23 10 8 21 10 9 10 9 7 9 8 7 9 12 8 7 5 10 7 7 9 8 15 14 8 227

    14/08/24 4 10 25 11 9 6 8 7 7 7 6 8 12 7 5 7 6 6 5 7 6 7 12 6 194

    14/08/25 8 7 25 8 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 50

    SQL > spool off;

    I need the output should be like tabluar format. Please notify

    > But when I send the results by email his watch is not as expected.

    It is because your email client, interprets and formats the text.

    You've seen this interpreter notebook and it is shaped differently.

    He must know what font is used for the text.  Courier and monospaced fonts generally spaces correctly.

    Hemant K Collette

  • Consistent color between the PNG browsers?

    Is there a technique to get uniform color of PNG files output?

    Colors vary widely between different browsers... the colors are fine for JPEG files... it's just PNG files...

    Thank you

    J Olson

    And in addition - what web browsers are we talking about, specifically? They have all different levels of color management.

    As long as the file is sRGB and the sRGB profile is embedded, that's all you can do. The rest belongs to the Explorer color management or the absence (assuming that your display's profile).

    As I said, Firefox is the only one you can trust without reservation, but it requires a special configuration called color management mode 1. With this setting, Firefox displays all with full color in any imaginable situation management - as long as keep you on your primary monitor.

    IE is the worst of the lot. It is wired so that it shows never anything properly, never, in any circumstance. MS has managed this monumental achievement by having the browser throw your monitor profile and sRGB, rather a substitute.

  • text of the file of digital data in columns (spaces between the columns) to the chart with an average every 500 columns values.please help.

    I have a text file with numeric data in three columns, (I need to spend the few lines of text in the file above the three columns of values of data first) then I need to convert numeric values above-"999" to zero, then take the average of each value of 500 in the first column (second and third colum requires the same operation separately) , so found average values should be stored in a text file and finally plotted in a graph separately. Help, please. Its part of my project work.

    Another version, simply drag and drop:

  • Different color between the Titler and the program monitor?

    This is the first time, I noticed and am a little confused.  Why the color of a rectangle in the Titler window would be different than the same rectangle in preview in the monitor of the project?  No effect of opacity on the clip, I checked already...?  Not a major problem, but enough to bother me boring...

    Does make a difference if the GPU is on or off?

  • How to change the color of line according to the value of the column

    Hi all

    I have an obligation to change the color of the column based on the value. As I have a table of results and the State are success and failure and progresses, if the State values is the success that should appear in green and if the status is failed, that should be red...

    Here is my table ADF Trinidad read only tables.

    Can someone help me with this.

    Thank you

    Hello

    Try this:

    styleClass="#{row.bindings.Status.inputValue=='IN PROGRESS' ? 'INPROGRESS' : row.bindings.Status.inputValue}"
    
  • Color of the cab to PSE14 problem

    Hi-

    Hi - I'm on the newer side of editing with RAW images. Last week I calibrated my screen and he was excited to see how things like my reds were quite brilliant before. I have PSE14 and shoot with a Canon EOS60D. When I open the CR2 image in Adobe Camera Raw, I've adjusted the colors I needed. I then opened the image in PSE14 and the colors were completely different than what I had corrected to ACR. The colors of PSE14 have been much duller.

    Here is a link to a screenshot of two images.

    https://www.Flickr.com/photos/432436.../in/DateTaken/

    , I could not open exactly the same file in both at the same time, but here's a picture of my screen of two images and how to compare colors. The right image is straight out of the camera in ACR. The left image is directly PSE14 cab (I have not all changes in each camera in ACR in PSE14 file). Although these pictures are not identical, they were taken seconds apart with exactly the same settings and the same conditions. (And I realize that I managed the development behind them ) ) In any case - even the ones I did in ACR and open in PSE14 turn with this big difference in color between the two programs.

    I guess in my mind, I think I should be able to move a file in ACR (which is the version 9.5 and my updates screen says I have updates) to PSE14 and the color must stay the same when it is opened on the exact same monitor. If not, what is to prevent me to do the treatment while PSE14 to get the color I treated initially for in ACR. And if that were the case, why would be processed in ACR knowing that I would have to reprocess the color in PSE14. And how do I know which is correct?

    I don't remember having this problem until I calibrated my screen. Maybe something happened with that.

    I have a ton of pictures that I'm supposed to be the treatment for my son's baseball team and senior girl, but now I'm not sure that I can trust my monitor!

    In the meantime I'll keep looking... Thanks for any help that anyone can provide!

    Kerry

    Maybe you have a Monitor wide gamut.  As an experience, try to assign AdobeRGB profile instead of the sRGB profile in these instructions and see if you get more toned down colors.

    You should NOT choose the profile manufacturer.  It's usually what mess because things includes a set of software and the other not.  I expect the Spyder should work, but if you have two monitors might be the OS or software is getting confused.

    The other thing to try is to turn the GPU on and off in ACR, himself, as well as in Photoshop - something on a graphics processor or the graphics acceleration.

Maybe you are looking for