Need to change  of color icons

if status is ok display ok on icon and keep green
if status not ok display not ok on icon and change to orange
how to do this what components we have to use
plz help new to oracle adf
Edited by: 850508 on Apr 7, 2011 1:35 AM

How about two icons (one green OK and one orange OK) and switch them according to the status.
Timo

Similar Messages

  • Wpf Text Box , Is set to mandatory and need to change border color .

    Hi,
    In wpf application . We a text box as mandatory and set the border color as red . We need to change the color to black when user enter values .
    How to do that in xaml page .
    Thank YOu

    Hi Jeevan,
    you could use a Style with a trigger for that.
    <Window x:Class="WpfApplication1.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="MainWindow" Height="350" Width="525">
    <Window.Resources>
    <Style TargetType="TextBox" x:Key="TextBoxMandatoryStyle">
    <Style.Triggers>
    <Trigger Property="Text" Value="">
    <Setter Property="BorderBrush" Value="Red"/>
    </Trigger>
    </Style.Triggers>
    </Style>
    </Window.Resources>
    <Grid>
    <Grid.RowDefinitions>
    <RowDefinition Height="Auto"/>
    <RowDefinition Height="Auto"/>
    <RowDefinition Height="Auto"/>
    </Grid.RowDefinitions>
    <TextBox Grid.Row="0" Style="{StaticResource TextBoxMandatoryStyle}"/>
    <TextBox Grid.Row="1" Style="{StaticResource TextBoxMandatoryStyle}"/>
    <TextBox Grid.Row="2" />
    </Grid>
    </Window>
    Thomas Claudius Huber
    "If you can't make your app run faster, make it at least look & feel extremly fast"
    My latest Pluralsight-courses:
    XAML Layout in Depth
    Windows Store Apps - Data Binding in Depth
    twitter: @thomasclaudiush
    homepage: www.thomasclaudiushuber.com

  • I need to change the color of the font in my Bookmark Toolbar. Unable to read all bookmarks.

    No longer have a question about editing the Bookmarks Toolbar. I may be dense, but I have not discovered how I may change the text (font) color when using View, Bookmarks, Custom. I see the capability to choose to use text and image, but not to change the color of the text. The ability to "bold" the text would probably be sufficient. I will revisit the Getting Started page and select other background colors to try and alleviate the problem. Persona or thema colors conflict with black text (for my older eyes - I have a vision problem.).

    You can make such a change with code in userChrome.css
    Add code to [http://kb.mozillazine.org/UserChrome.css userChrome.css] below the @namespace line.<br />
    See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #personal-bookmarks .toolbarbutton-text {
    color: black !important;
    background-color: -moz-dialog !important;
    font-size: 11pt !important;
    font-weight: bold;
    </nowiki></pre>
    You can adjust the values or leave out things that you do not want to change.

  • I have a logo from another source and need to change the colors of it, HOW?

    I had an outside source build me a logo which I want to use for my product labels etc. but I'm having trouble figuring out how to format a template for the correct size to transfer to the labels and I cant figure out how to change the color/colors of the logo that I was given?

    Andy,
    The trial works just as the paid one, same version, only time limited.
    If you open the AI version, what happens when you Alt/OptionClick (hold Alt if on Windows, Option if on Mac when clcking) one of the areas you wish to colour change?
    If we are lucky, that will select the area, and you may change the colour (if you have selected the Fill box rather than the Stroke box at the bottom of the Toolbox); you may set the CMYK or RGB values in Window>Color (choose the relevant one from the flyout), or from the Window>Swatches, or in a few other ways.

  • Need to change stroke color of an object in a script

    I need the finished script to create a rectangle with no fill and a 20% gray stroke to outline each artboard. I dug this up off these boards, which works perfectly except the rectangles created have no fill or stroke. if anyone could help out on this, it'd be greatly appreciated and certainly save me a lot of time drawing rectangles on a daily basis. Thanks!
    #target illustrator
    var docRef = app.activeDocument;
    var artboardRef = docRef.artboards;  
    for(i=0;i<artboardRef.length;i++){     
         var top=artboardRef[i].artboardRect[1] ;     
         var left=artboardRef[i].artboardRect[0];     
         var width=artboardRef[i].artboardRect[2]-artboardRef[i].artboardRect[0];     
         var height=artboardRef[i].artboardRect[1]-artboardRef[i].artboardRect[3];     
         var rect = docRef.pathItems.rectangle (top, left, width, height);     
         rect.fillColor = rect.strokeColor = new NoColor();    

    zsmelser1 wrote: I need the finished script to create a rectangle with no fill and a 20% gray stroke to outline each artboard.
    Try this...
    # target illustrator
    var docRef = app.activeDocument;
    var artboardRef = docRef.artboards;
    for (i = 0; i < artboardRef.length; i++) {
        var top = artboardRef[i].artboardRect[1];
        var left = artboardRef[i].artboardRect[0];
        var width = artboardRef[i].artboardRect[2] - artboardRef[i].artboardRect[0];
        var height = artboardRef[i].artboardRect[1] - artboardRef[i].artboardRect[3];
        var rect = docRef.pathItems.rectangle(top, left, width, height);
        rect.filled = false;
        rect.stroked = true;
        rect.strokeColor = new GrayColor();
        rect.strokeColor.gray = 20;
        rect.strokeWidth = 10; // change to whatever

  • Need to change letter color in subject/to lines

    I have just began using this e-mail and for the first time changed the letter color to red in the body of an e-mail. I was replying between the lines of a received e-mail. Now the "to" "subject" lines are red and I can't change them back to black. It appears that I can change the letter color in the body of the text.

    Subject line in red? Really? That's rather unusual. May we see a screenshot?
    Addresses, yes. The design intention is that if an address you write to is shown in red, then Thunderbird hasn't been able to find a match for it in your Address Book, and is trying to alert you to this. You may have mistyped a known address, or you may appreciate a prompt to store this new address in the Address Book.
    Having said that, Thunderbird seems to have a bug whereby it paints addresses in red even if they are known.
    Be aware that your correspondents may not see decorations in your message such as changes in colours and fonts. There are well-established conventions for distinguishing replies in email which don't rely on optional features such as colour. Bear in mind also that hard copies of your messages may not always be printed in colour.

  • I need to change just an icon in a view

    I am new and I can just do it by JS but this view is in HTML, does anybody know how to add the attribute or the name of it to set the new icon to this view?
    thanks.

    Hi Jordan,
         The correct view name is J_1BT001WV and not J_1BT001W. It is made of table joins - T001W T001K T005. Please let me know if this answers your question.
    Regards
    Ram

  • How can I change the color of a object inside a symbol?

    Hello!
    I'm working on this study and I need to change the color of an object inside a symbol when I click another object.
    The object is called "bola", wich is inside the symbol "ponto" and the clicking object are the colored pencils (each pencil should change the color of the symbol's object, giving the impression you'd selecting a different pencil to draw).
    I think it's simple to understand what I mean when you see the files.
    I already tried this line on click event of the pencils, but it didn't work:
    sym.getSymbol("ponto").$("bola").css("color","#123456");
    Anyone knows how to make that work?
    I would like to improve the experience of drawing as well. I made it with the "mousedown" event. Is that a better way to get a similar effect?
    My files
    Thanks a lot,
    Clayton F.

    Ok here is another sample:
    http://www.meschrene.puremadnessproductions.net/Samples/HELP/LapisB/Lapis.html
    http://www.meschrene.puremadnessproductions.net/Samples/HELP/LapisB/Lapis.zip
    You need to create a var that changes the css background color..
    Hopefully you can understand what I did...
    The text I left showing so that you could see it change...
    I updated the files and all colors should work now.
    Message was edited by: ♥Schrene

  • How do I change the color of my Google calendar? I can't edit any of my calendars.

    I just recently activated my iPhone 6 and was able to successfully transfer everything from my old iPhone to the new one.
    I used Google to sync my mail, contacts, and calendars, but for some reason, I cannot edit any calendars.  When I open the Calendar on my iPhone, I click on "Calendars" on the bottom.  Once I am here, I click on "Edit", but cannot click on any of my calendars. The names of my calendars show up, but are light gray colored.  I need to change the colors because for some reason, they are all dark colors and I cannot differentiate between them.
    Did I set up my calendar wrong?  Please help.

    I have the same issue on my iPad mini (running iOS 8.1). This problem only occurs with Google calendars. You can see in the attached screenshot that I don't have the problem with other calendars (see Microsoft live.com calendars).
    I have tried adding my Google account as Gmail, Exchange and CalDAV and I see this problem in every case.

  • How can I change the color of a column header?

    I need to change the color for some column header, how can I do it in webdynpro ABAP? Is it possible?

    hi ,
    i have used in alv....
    <font color="RED">text</font>
    but i think it is not possible to change the colour in table ui element.
    regards,
    sahai.s

  • Easy one I hope: How do I change text color?

    For the life of me I can't seem to find anything with a color pallette (except for background fill). I need to change text color but don't know where to find it.  Everything's always black. When I highlight the text, and goto "Font", I see something that looks like the "Select Text Color" (like the one above but as soon as you mouse over it, it turns to a crossed-out "ABC", and can't get the pallette.
    Thanks for your help.

    Hi,
    Question: Are these fields that you had changed the type of in the Object Pallet/Field Tab/Type ? If so, try deleting the object and put a new one in its place from the Object Library.
    If no, what sort of parent do these items have? Table Row? or SubForm?
    Good luck!
    Stephen

  • Changing default color of the text in a popupkeylov item

    Hi
    I need to change the color of text that is dipalying in a popuplov item, default is : gray and I need it black!
    where can I do it ?

    Sergio,
    I am meaning the item text color( the item witch is of type popup key lov).
    I need to change the color of the text displayed in this item when the user select a value from the lov.
    I know that there is a template for the lov, but this one is for the lov popup, or I am wrong ?

  • How to change the color of 1px_trans.gif image of interactive report

    Hi All,
    Iam using interactive report in apex3.2
    I need to change the color of 1px_trans.gif or remove the image in search tool bar
    where we can change.
    pls tell me .......
    Thanks & regards
    Balu..

    I need to change the color of 1px_trans.gif or remove the image in search tool bar 1px_trans.gif is transparent and doesn't have a colour. It is used as a shim image&mdash;an outdated way of controlling the dimension(s) of some element(s). It's intended to be invisible. Giving it colour will cause it to become visible, resulting in all sorts of unexpected and unwanted lines (or worse, solid areas of colour) appearing throughout applications.
    What do you think you want to do? (Whatever that is, it will almost certainly not be achieved by changing the colour of 1px_trans.gif...)

  • How to change the color to  JScroollBar?

    Hi All
         I have a applet with his look an feel set to Metal,
    in the applet I used a JScrollPane but I need to change the color
    only to the ScrollBar. But I don not how.
    Can anybody can tell mi how to do this
    I will appreciate your response

    UIManager.put("ScrollBar.background", Color.red );
    UIManager.put("ScrollBar.thumb", Color.blue );These properties must be set before the frame containing the scrollbar is made visible.

  • Change the mouse icon.

    Hi all I need to change the mouse icon.
    I'm using:
    setCursor(Cursor.WAIT_CURSOR);
    buet the problem is that this only works inside the application. If the mouse cursors does out of the application (f.e. to the windows desk) the mouse changes into the typical arrow icon.
    What I need is the mouse icon to remain as a sand-watch icon till some opperations are done in the application.
    Thanks in advance.
    Dani.

    I believe this behaviour is controlled by the operating system. This is part of the pre-emptive multi-tasking system, the principle being that one busy application should not disrupt the rest of the OS (compare with Win 3.1).
    So I don't think you can do that, and even if you can, you probably shouldn't
    HTH

Maybe you are looking for

  • Error while using REMAP_TABLE and WHERE clause  together in IMPDP

    I am trying to move some records from a very large table to another small table. I am facing trouble while using REMAP_TABLE and WHERE clause together in IMPDP. Problem is data filter is not getting applied and all records are getting imported. here

  • Outlier removal in oracle 10g

    I am working on oracle 10g database. Is there any function or procedure in oracle 10g database to remove the outliers from a given dataset?

  • Logic Pro is download is not working

    Just got logic pro 9 from the app store.  After running the download where it says it is installing the 2GB of Basic Content, it loads the 2GB, asks for my password, and after entering the password, the program and download just shut down.  What is c

  • How to open a taskflow as popup

    Hi any example to open taskflow as popup window

  • Can't call mobile number

    hi,  I am trying to call my boyfriend. He has a dutch mobile number but is living in Anguilla. I would like to be able to call him using my skype credit, but everytime I try it just hangs up before ringing? Can anyone give me a reason as to why this