Cannot change scale ramp colors on my dial

This should be noob stuff but I can't seem to change the scale ramp colors on my dial gauge. I need something very dynamic. Thanks in advance.
PaulG.
"I enjoy talking to you. Your mind appeals to me. It resembles my own mind except that you happen to be insane." -- George Orwell
Solved!
Go to Solution.

Have you tried using the "color box constant" from "programming->dialogue and user interface" and connecting that up?
Attachments:
color.png ‏39 KB

Similar Messages

  • Still cannot change radio caption color by script

    Hello,
    I've been trying to follow advice seen in other threads when developers wanted to inactivate radio button choices by script, and also turn the caption grey. What I'm finding is I can deactivate the choice but I just cannot turn the caption grey.
    If the exclusion group is named "MyRadioChoice" and the choices are (say) "Choice1", "Choice2", "Choice3" and due to other user input Choice3 becomes inapplicable, then the wisdom is this should work:
    MyRadioChoice.Choice3.access = "readOnly";
    MyRadioChoice.Choice3.caption.font.fill.color = "192,192,192";
    The first statement works, the choice can no longer be clicked. But the second does not work, I just can't change the caption color. THe script does not throw any errors, it just plain doesn't work. Can anybody help?

    You were right. That problem was driving me crazy. Thank you for the solution.

  • Why I cannot change font  and Color in JFrame title??

    Dear sir:
    I try to change font and Color in JFrame title in code below,
    It display all html code, not expected formatted ones.
    but fail. Looks like no way to do it??
    Can somebody help??
    Thanks
    import java.awt.BorderLayout;
    import java.awt.Toolkit;
    import javax.swing.*;
    public class JFrameTester {
      public static void main(String[] args) {
         String iconPath ="file:C:/eclipse/workspace/Test/images/long.PNG";
         String title = "<html><body bgcolor=\"yellow\">" + "<img src=\""+iconPath+"\">" +
              " <font size=\"6\" face=\"Verdana\" color=\"red\"><b>"+ "New Tester" + "</b></font></html>";
        JFrame f = new JFrame(title);
        f.setIconImage(Toolkit.getDefaultToolkit().getImage("images/123.gif"));
        f.setSize(250, 250);
        f.setLocation(300,200);
        f.getContentPane().add(new BorderLayout().CENTER, new JTextArea(10, 40));
        f.setVisible(true);
    }

    Looks like no way to do it??depends on the L&F you want.
    here's one way
    import java.awt.*;
    import javax.swing.*;
    class JFrameTester {
      public static void main(String[] args) {
        JFrame.setDefaultLookAndFeelDecorated(true);
        UIManager.put("activeCaption", new javax.swing.plaf.ColorUIResource(Color.RED));
        UIManager.put("activeCaptionText", new javax.swing.plaf.ColorUIResource(Color.YELLOW));
        String title = "Hello World";
        JFrame f = new JFrame(title);
        f.getLayeredPane().getComponent(1).setFont(new Font("Tall Paul",Font.ITALIC,24));
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.setSize(250, 250);
        f.setLocation(300,200);
        f.getContentPane().add(new BorderLayout().CENTER, new JTextArea(10, 40));
        f.setVisible(true);
    }

  • Cannot read black and gray menu bar, cannot change theme or color!!!!!!!

    how do I change the color of the menu bay. I cannot read it.

    You may have installed a persona that isn't working properly.<br />
    You can uninstall your current Persona and revert to the Default theme (Tools > Add-ons > Themes).
    See:
    * https://support.mozilla.com/kb/Personas
    * https://support.mozilla.com/kb/Using+themes+with+Firefox

  • Cannot change JToggleButton background color when Windows XP theme is used

    I wanted to change the background of a JToggleButton when it's pressed. I tried a few things, such as
    UIManager.put("ToggleButton.select", Color.RED);
    setting button's background, button's UI.
    but nothing worked.
    so I tried changing desktop theme from Windows XP to Windows Classic, then i was able to set button's background.
    The following is a simple test program, by switching theme, the toggleButton looks differently.
    Does anyone know how I can change JToggle button's background color under Windows XP theme?
    Thank you in advance!
    import javax.swing.*;
    import java.awt.*;
    public class ToggleTest {
        public static void createGUI(){
            JToggleButton button = new JToggleButton("Test");
            button.setBackground(Color.BLUE);
            JFrame testFrame = new JFrame("Test Frame");
            testFrame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
            testFrame.getContentPane().setLayout(new FlowLayout(FlowLayout.CENTER));
            testFrame.getContentPane().add(button);
            testFrame.pack();
            testFrame.setVisible(true);
        public static void main(String[] args){
            try{
                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
                //UIManager.put("ToggleButton.select", Color.RED);
            catch(Exception ex){
                ex.printStackTrace();
            SwingUtilities.invokeLater(new Runnable(){
                public void run(){
                    createGUI();
    }

    class myToggleBtn extends JToggleButton {
      String s;
      public myToggleBtn(String str, Boolean sel) {
        super(str, sel);
        s = str;
      public void paintComponent(Graphics g) {
        super.paintComponent(g);
        if (this.isSelected()) {
             int w = getWidth();
             int h = getHeight();
             g.setColor(Color.green); //selected color
             g.fillRect(0, 0, w, h);
             g.setColor(Color.darkGray); //selected foreground color
             g.drawString(s, (w - g.getFontMetrics().stringWidth(s))/2 + 1, (h + g.getFontMetrics().getAscent())/2 - 1);
    }

  • Cannot change internal graph color in Conky

    Hey everyone,
    I have run into a problem when configuring my Conky widget for my fresh Arch install.  I installed Conky and am using a modified configuration that I found here on the forums.  The contents of my conky.conf file are found below:
    background yes
    use_xft yes
    xftfont Sans:size=8
    xftalpha 1
    update_interval 1.0
    total_run_times 0
    own_window yes
    own_window_transparent yes
    own_window_type desktop
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 500 250
    maximum_width 200
    draw_shades yes
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    default_color white
    default_shade_color black
    default_outline_color white
    alignment top_right
    gap_x 12
    gap_y 35
    no_buffers yes
    uppercase no
    cpu_avg_samples 4
    override_utf8_locale no
    text_buffer_size 1024
    TEXT
    ${font sans-serif:bold:size=9:}${color CFCFCF}SYSTEM ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}$sysname $kernel $alignr$machine
    Host: $alignr$nodename
    Uptime: $alignr$uptime
    File System: $alignr${fs_type}
    ${font sans-serif:bold:size=9}${color CFCFCF}PROCESSORS ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}CPU (Avg): $alignr ${cpu cpu0}%
    ${cpugraph cpu0 40,200 237BEE -l}
    Core 1: ${cpu cpu1}% ${cpubar cpu1}
    Core 2: ${cpu cpu2}% ${cpubar cpu2}
    Core 3: ${cpu cpu3}% ${cpubar cpu3}
    Core 4: ${cpu cpu4}% ${cpubar cpu4}
    ${font sans-serif:bold:size=9}${color CFCFCF}MEMORY ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}RAM $alignc $mem / $memmax $alignr $memperc%
    $membar
    ${font sans-serif:bold:size=9}${color CFCFCF}DISKS ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}Root $alignc ${fs_used /} / ${fs_size /} $alignr${fs_used_perc /}%
    ${fs_bar /}
    Home $alignc ${fs_used /home/johnmichael} / ${fs_size /home/johnmichael} $alignr ${fs_used_perc /home/johnmichael}%
    ${fs_bar /home/johnmichael}
    ${font sans-serif:bold:size=9}${color CFCFCF}TOP PROCESSES ${color 818181}${hr 2}
    ${font sans-serif:bold:size=8}${color A8A8A8}${top_mem name 1}${alignr}${top mem 1} %
    ${top_mem name 2}${alignr}${top mem 2} %
    ${font sans-serif:normal:size=8}${color 818181}$font${top_mem name 3}${alignr}${top mem 3} %
    $font${top_mem name 4}${alignr}${top mem 4} %
    $font${top_mem name 5}${alignr}${top mem 5} %
    ${font sans-serif:bold:size=9}${color CFCFCF}NETWORK ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}IP address: $alignr ${addr wlan0}
    ESSID: $alignr ${wireless_essid wlan0}
    Connection Quality: $alignr ${wireless_link_qual_perc wlan0}%
    $alignr${font sans-serif:normal:size=8}Download
    ${font sans-serif:normal:size=8}${downspeedgraph wlan0}
    ${downspeed wlan0}/s $alignr ${totaldown wlan0}
    $alignr${font sans-serif:normal:size=8}Upload
    ${font sans-serif:normal:size=8}${upspeedgraph wlan0}
    ${upspeed wlan0}/s $alignr ${totalup wlan0}
    ${font sans-serif:bold:size=9}${color CFCFCF}EMAIL ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}Gmail Messages: $alignr ${execpi 300 python ~/.scripts/gmail.py}
    GA Tech Messages: $alignr ${execpi 300 ~/.scripts/imap.pl}
    The problem that I am having is in trying to specify the internal color of the cpu graph for the average cpu activity:
    ${cpugraph cpu0 40,200 237BEE -l}
    I want to keep the boarder of the graph the same darkish grey color as the rest of the widget but I want to change the color of the portion of the graph inside the boarder to a blue color, e.g. the hex color in the code above, or more specifically to match the blue that I am using in my Archey and prompt in urxvt.
    I looked up the Conky variable defintions for how to do this and apparently you specifiy gradientcolor1 and gradientcolor2 after the size definition, similar to how I have done it in my conifg (I know that I am only using one color in the above code but it is still not working even when I define two different colors).
    Here is a picture of my desktop:
    http://ompldr.org/vZzR6dw
    As you can see the internal portion of the graph is the same grey color as the majority of the widget.  I searched extensively on the forums and Google for a solution but everything that I try doesn't work. 
    Any suggestions?

    I hope this is 'fixed' by Apple in a mail.app update.
    Let them know what you want via the feedback channel:
    http://www.apple.com/feedback/macosx.html
    But Mail has never had a provision for setting the default font, size, or color in its preferences and there is no indication this will ever be changed.
    A related thread:
    http://discussions.apple.com/thread.jspa?threadID=1467587&start=0&tstart=0

  • Cannot change background color

    I cannot change chart background color,can someone help me .

    Hi,
    You could change the style of chart plotarea by using below code:
    <UserControl.Resources>
    <Style x:Key="GridStyle1" TargetType="Grid">
    <Setter Property="Background" Value="White"/>
    </Style>
    </UserControl.Resources>
    Besides, link below could give you some help:
    http://msdn.microsoft.com/en-us/expression/dd433476.aspx
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I upgraded to IOS7 om my phone and want to change my font color, but cannot see how to do this

    I upgraded to IOS7 and now in notes I cannot change the font color, is there away to do this. I am a little fusterrated with IOS7. Just changed it over a couple of days ago.

    Settings > General > Accessibility ...
    Then choose something like "Increase Contrast" or "Larger Type".

  • Changing system font colors?

    Hi community,
    I have been always a lover of dark backgrounds with light color fonts because it's much better for reading, at least for me.
    1) Is there any way to change the way the system fonts color is displayed? I could change the background color using the options of the finder to a background gray color of 333333, but cannot change the font color to something around white, in order to get a better contrast between background and text.
    2) It's possible to do the same in text editors?
    Thanks in advance,
    Mart

    Hi,
    Happens in the finder that the fonts are black, and I would like to change the font color from black (default) to white. If you take a look to the new Snow Leopard, you will notice that some texts are white over a dark gray background. That's aesthetically super cool, and much better for reading. Here is an snapshot of this thing: http://www.zone-numerique.com/uploads/News/090216/capturesnow_leopard_dock450.jpg You can see how good is the contrast with white over dark gray. I would love to have the whole OS set this way, instead white & light gray (default).
    Thanks,
    Mart

  • Changing Ramp color in After Effects

    Hi all,
      I'm still new to AE and currently using step by step guides from books to practice in AE. In one of my practice, I'm creating a text animation with a ramps shader as the background as seen in my attached file here, and according to the book, no matter initial your color choice from your color picker, the ramp color will eventually default to gradations of black and white as seen in my file here. I wonder if there's any way that I can have more control of my color here, so I'll choose the color of my ramp.
    Thanks.

    Ok. Thanks for the uploading tip. I've enclosed the image as an attachment here for more clarification. hope it helps
    Ugoharris.
    Date: Sun, 22 Nov 2009 23:02:50 -0700
    From: [email protected]
    To: [email protected]
    Subject: Changing Ramp color in After Effects
    When attaching images, use the camera icon or the pix will get caught up in the virus queue. As I'm writing this, it's not yet visible. Anyway, I'm not really sure what you are describing, since you didn't mention what book and chapter and even then it's probably a newer revision which I don't have. There's a million ways to create gradients in AE, so probably you are simply missing something obvious.
    - Ramp effect
    - Ramp effect, followed by Colorama
    - Layer Styles - Gradient Overlay
    - Shape Layers with gradient fills
    For some specific cases, the effect may require to be applied to a solid, where the other layer, e.g. a text layer acts as the matte. also make sure to adjust the start and end points of the gradients to fall within the dimensions of the layer to be affected.
    Mylenium
    >

  • Cannot change the Canvas Extension Color from "Background" to a color of my choosing. Is this a glitch, or is there some setting that I can change?

    Cannot change the Canvas Extension Color from "Background" to a color of my choosing. Is this a glitch, or is there some setting that I can change?

    It depends on how exactly you are doing it but to change the background, I suggest watch this video:
    <How To Change Background in Photoshop Elements 11 - YouTube>
    Hope this helps.

  • Cannot change Color mode

    Hello,
    I was provided a file from a customer that is RGB. I need to change it to cmyk for printing. HOwever I cannot change the color mode. All my options in the Mode section under Image are greyed out. I have never seen this happen before.. Here is a screen shot of the Mode.
    The image has been flattened. I am using PS cs6 on a mac. I have never seen this happen before. Does any one have any ideas?

    Strange. Could the file permissions be set to lock you out?
    In the Finder, do a Get Info in the file and look at the permissions. If at the bottom, your name says "read only," then you need to change the permissions to allow you to read AND write.
    To change permissions, use BatChmod, but be careful to change the permissions on that file ONLY.
    It's FREE at:
    http://www.lagentesoft.com/batchmod/index.html
    ... And if that doesn't solve the problem, can you share the file?

  • Cannot change multiple colors for the life of me

    Hi there-
    I am VERY new to photoshop and have been trying to change just two colors in this stupid picture now for about five days. I realize this is rudimentary probably for most users.
    I have searched extensively online and experimented using the color replacement tool and the "replace color" adjustment under image.  I will attempt to attach the before image and the after image I have been able to come up with.
    Essentially, I just want to replace the red and green with orange and black.  The orange I have is a very specific pantone (I have both RGB and CMYK numbers that I'd like to use).  If possible, I'd like to keep the shading....I think this is the biggest problem.  Colors are not uniform.
    Anyways, if this is going to take me a long time that is fine, I just don't know how to do it and have all the edges and shading look correct.  I cannot find a tutorial anywhere online that even shows how to clean up an image after you have changed its color so it looks professional.  I am going nuts.  This is for a job application and if you know how to do this and can help me - please!  Help!

    The orange I have is a very specific pantone (I have both RGB and CMYK numbers that I'd like to use).
    Doesn't mean anything in relation to spot colors. That's the part you  seriously must understand - either you  want to print it prodfessionally and a spot color is mandatory or it isn't. Process color CMYK is also used in professional print, but requires to work with color management. RGB is just for on-screen, web or printing on your home printer. Each of the methods will require a different way of shifting/ remapping the colors. For RGB and process CMYK, a gradient map adjustment layer might work, including of course converting to CMYK for the latter and dealing with color management. If it's just for home printing on unmanged printers like your personal inkjet, anything from hue shifting to selectiove color corrections will do. For spot colors you can forget these "dumb" methods and will have to learn how to create selections, manage channels and work with Dutone/ tritone/ multichannel modes.
    Mylenium

  • Cannot change spot colors to process

    Using the Swatch Options feature to change a CMYK spot color to a CMYK process color does not work. I click on the Save button and nothing happens. Cannot change global feature either. Nor does "Delete Swatches" work with multiple selections, or "Merge" Anyone else having this Swatches malfunction?

    You can delete multiple swatches and you can merge swatches and if global swatches all instances of that color will change to the new color. If thye new color is cmyk swatch that will be the result for all instances of that color as long as it was applied by the fiormer swatch.
    Now the idea of merging multiple swatches does work but all selected swatches mergte to that one swatch.
    You might want to look at the Edit>EditColor>Recolor Art Feature.
    But it is possible you have something locked on your artwork and that might prevent the change.

  • TS3999 One of my calendars suddenly changed color. I cannot change it back. It will only remain the color I want for about 2 sec. How can I fix this?

    One of my calendars suddenly changed color. I cannot change it back. It will only remain the color I want for about 2 sec. How can I fix this?

    hi : this is a bug and no solution has been found yet.
    not only calendars also change color : reminders also do.
    wait and see :/

Maybe you are looking for

  • 10.5.1 doesn't fix 802.1X WEP os-logon and Go To Folder in finder dock Bug

    Hi, I still have a bug when opening folder/directory view from the finder dock icon. it instantly locks the finder and i have to kill it to get it function again. This bug doesnt' work when a finder window is open.. (as referred to be me in http://di

  • Link between Invoice and Payments

    As I understand the link between the A/R Invoice table and the Incoming Payment table is OINV.ReceiptNum = ORCT.DocEntry. My question is when does the ReceiptNum field get filled in? We have many closed Invoices that have a payment linked (viewed by

  • Custom playbar does not display in the list of available widgets

    I followed the steps described in the "Skins" page of the Captivate 5 help outlined here: http://help.adobe.com/en_US/captivate/cp/using/WSc1b83f70210cd101126156ac11c7f147d6b-8000. html Now my problem is, that my custom playbar is not displayed in th

  • Interactive Reports - Question about Downloading PDF, CSV, Email, etc

    I recently installed the latest version of APEX. I deployed it as an EAR on Oracle WebLogic. I then created a simple interactive report that has the search bar above the report. The downloads (emailing, pdf, etc) do not work after I run the report. W

  • Java.lang.InstantiationException in ADF

    Hello everyone, I am working in ADF 11g version 3 and working on a spplication which has af:tree and many af:table components. After being sometime on the Application, suddenly the screen displays: Error 500--Internal Server Error. Here is the log: v