Background color as SWAN TextField?

Hello

I use Oracle forms 11g "Forms [64-Bit] Version 11.1.2.2.0 (Production)»

in the Formsweb.cfg file I use ColorSchem = SWAN and canvas Background_Colors as default means < Unspecified > in the Palace of property for the Web.

My Question is:

If I want to attribute the same background color of the canvas to a TextField to some purposes how can I do? Swan color is not available in the background color property TextTield. who is r134g139b145

or is it possible that I can edit the Registry.dat file like "app.ui.requiredFieldVABGColor = 255, 240, 180.

Thank you.

Here is the Simple work around solution to this problem.

Step 1:  I downloaded a tool to pick up the color in combination RBG. Download here

Step 2: perform a mouse pointer on the canvas.

Step 3:  This tool will show you the difference color combination.

Step 4: on the preform, I set the background color property value I got from the tool.

Thank you.

Tags: Oracle Development

Similar Questions

  • Background color of textfield no editable

    Hi all

    How can I set the background color with a style sheet css from a textfield that is enabled but not editable 'textfield.setEditable (false);?

    I can't find any example in the caspian.css stylesheet file.

    What about Tim

    Try the text-field: readonly as a selector.

    See http://docs.oracle.com/javafx/2/api/javafx/scene/doc-files/cssref.html#textinputcontrol for more details.

  • Change the background color of the text box for the required field

    Guys,

    I want to change the background color of textfield required when the user is in data entry Mode. And when the record is validated successfully the background color should be back to the default.

    That's what I've done so far.

    Created a Visual attribute that contains the background color.

    In the record of the creation of the data block added the code below.

    IF: SYSTEM. BLOCK_STATUS = 'NEW' THEN

    SET_ITEM_PROPERTY ('MASTER_APM_INVOICE.) BATCH ', VISUAL_ATTRIBUTE, 'ENABLE_COLOR');

    SET_ITEM_PROPERTY ('MASTER_APM_INVOICE.) VENDOR', VISUAL_ATTRIBUTE, 'ENABLE_COLOR');

    SET_ITEM_PROPERTY ('MASTER_APM_INVOICE.) AMOUNT ', VISUAL_ATTRIBUTE, 'ENABLE_COLOR');

    SET_ITEM_PROPERTY ('MASTER_APM_INVOICE.) ACCOUNTING_DATE', VISUAL_ATTRIBUTE, 'ENABLE_COLOR');

    SET_ITEM_PROPERTY ('MASTER_APM_INVOICE.) INVOICE_DATE', VISUAL_ATTRIBUTE, 'ENABLE_COLOR');

    ON THE OTHER

    SET_ITEM_PROPERTY ('MASTER_APM_INVOICE.) BATCH ', VISUAL_ATTRIBUTE, ");

    SET_ITEM_PROPERTY ('MASTER_APM_INVOICE.) VENDOR', VISUAL_ATTRIBUTE, ");

    SET_ITEM_PROPERTY ('MASTER_APM_INVOICE.) AMOUNT ', VISUAL_ATTRIBUTE, ");

    SET_ITEM_PROPERTY ('MASTER_APM_INVOICE.) ACCOUNTING_DATE', VISUAL_ATTRIBUTE, ");

    SET_ITEM_PROPERTY ('MASTER_APM_INVOICE.) INVOICE_DATE', VISUAL_ATTRIBUTE, ");

    END IF;


    And in the key to commit the following code is added

    SET_ITEM_PROPERTY ('MASTER_APM_INVOICE.) BATCH ', VISUAL_ATTRIBUTE, ");

    SET_ITEM_PROPERTY ('MASTER_APM_INVOICE.) VENDOR', VISUAL_ATTRIBUTE, ");

    SET_ITEM_PROPERTY ('MASTER_APM_INVOICE.) AMOUNT ', VISUAL_ATTRIBUTE, ");

    SET_ITEM_PROPERTY ('MASTER_APM_INVOICE.) ACCOUNTING_DATE', VISUAL_ATTRIBUTE, ");

    SET_ITEM_PROPERTY ('MASTER_APM_INVOICE.) INVOICE_DATE', VISUAL_ATTRIBUTE, ");



    The problem is, form opens in the mode of data entry, so mandatory fields have changed background color, and mode query and run the query, background colors are changed in accordance with a.


    Any help how to solve this problem?


    Also, what tag should I use to highlight the code in my post, the FAQ forum says its {code: sql} but his does not and the code is not formatted.



    Concerning



    Dear Faisal Niazi,

    Write code to set the normal Visual attribute in the trigger WE POPULATE DETAILS or after REQUEST of the block trigger.

    Manu.

  • Background color of TextArea

    Hey, for some reason, it doesn't allow me to change the background color of my text box.  I create everything in as3, so I'm not using any component.  I create the text box, and then I try things like

    myTextArea.style("color", 0x000000);
    myTextArea.style("backgroundColor", 0x000000);
    

    Nothing seems to work.  It is done differently with a text box?

    See you soon

    Nick

    Try...

    myTextArea.textField.background = true;

    myTextArea.textField.backgroundColor = 0 x 000000;

  • Flash CS5 how do a background color change component TextArea

    I'm trying to change the background color of a TextArea component.  Does anyone know how to do this?

    function processXML(e:Event):void {}
    var strTextBox:String;
    myText.visible = true;
    myText.setStyle ("contentBackgroundColor", 0x000000);  Fact does not work... not myText.setStyle("backgroundColor",0x000000);
    myXML = new XML (e.target.data);
    strTextBox = "< a href =" "" + myXML.Branch [0] .linkURL + ' "> more info... < /a >". "
    myText.htmlText = strTextBox;
    }

    Try:

    function processXML(e:Event):void {}
    var strTextBox:String;
    myText.visible = true;
    myText.textField.background = true;

    myText.textField.backgroundColor = 0 x 000000;

    myXML = new XML (e.target.data);
    strTextBox = ' more info...';
    myText.htmlText = strTextBox;
    }

  • CSS Background-color, do not apply to InputText

    Hello
    I created a CSS file defining certain properties of the TextField object, please find the code below

    CSS file

    . {AVG_VA}

    Police-weight: lighter;
    color: Red;
    background-color: rgb (191,255,255);
    make-style: italic;
    font size: 1200px;
    do-family: "Verdana";
    }

    < af:inputText label = "" id = "CONTROLBLOCK1_AVGSALARY" value ="'"
    Binding = "#{backing_emp.» CONTROLBLOCK1_AVGSALARY}.
    columns = "10" required = "false".
    inlineStyle="font-family:Tahoma;font-size:10;font-style:normal;font-weight:Bold;border-style:None; »
    contentStyle = "font-size: 10;" background-color: white; width: 92pt; height: 16pt; text-align: left; »
    Wrap = "off" secret = 'false' shortDesc =""
    styleClass = "AVG_VA" visible = "true" >
    < af:convertNumber type = "number" groupingUsed = "false" / >
    < af:clientListener type = 'blur' method = "onBlur" / >
    < af:serverListener type = "customFocusLostEvent".
    Method = "#{backing_emp.focusLostEvent}" / >
    < / af:inputText >

    But the color is getting applied only to the confines of the InputText. Even if I remove code inlineStyle and the same contentStyle already exists.
    Kindly let me know the correct procedure.

    Thank you and best regards,
    Manasa Peddi.

    In the ADF, you should try and avoid any sort of inline CSS when reasonable... Which will allow you to use selectors component, which will target the attributes of a component, for example an inputTextfield content.

    for example:

    af|inputText::content { background-color: red; }
    

    would be to style all inputtexts, or you can lock with

    .BLAH af|inputText::content { background-color: red; }
    
    and in the jsp:
    
    

    Check out the demo of counting:
    http://jdevadf.Oracle.com/ADF-richclient-demo/faces/components/skinningKeys/inputText.JSPX

    and a blog about the implementation of a skin:
    http://Biemond.blogspot.com/2009/01/ADF-skinning-in-JDeveloper-11g.html

    Barry.

  • can text box cause background color?

    Hello
    I am currently having the background color in a dynamic text box, is it possible?

    Thank you
    Paul

    For a text box, which we will call instance named "my_text_box_instance_name", these are some of the editable properties. Search the help files for more properties that you can control the textField.

  • When I turn on my iPhone 6 screen shows only the background color, the icon usage and the reception icon.

    When I turn on my iPhone 6 screen shows only the background color, the icon usage and the reception icon.

    The iPhone's battery is fully charged?  Otherwise, load it, and then try again.

    If it is busy, go in recovery mode as explained here.  You may need to try to get into the mode of recovery once more to succeed.

    If you are unable to update or restore your iPhone, iPad or iPod touch - Apple supports

  • Change background color of page newtab to black.

    I can't change the background color of my page newtab to something other than white that it is today. Navigation in a dark room is extremely blinding, when opening the newtab page. In the past, I modified my file userContent.css with the following (among others):

    @-moz - document url("about:newtab")
    {

    #newtab-scrollbox{background-color:#000000!important;}
    #newtab-window{background-color:#000000!important;}
    

    }

    He has always worked and got the results I want, but given that I have updated to Firefox 42.0 this morning it doesn't seem to work. My background color of the newtab is white broken and is much too bright for my taste.

    I have a strong preference NOT to install additional modules to do this, as it should be easy to do from the userContent.css file. Don't know why my code doesn't work anymore...

    If I take the following in userContent.css, * {background-color: #000000;}, she to obvious effect to all black, including the newtab cell background. This tells me I can put a background, I just need the proper syntax.

    OS: Windows 8.1
    Firefox Version: 42.0

    Thank you!

    Hi, can just try you with the following? :

    @-moz-document url("about:newtab") {
    body{background-color:#000000!important;}
    }
    
  • Just upgraded to 42.0 Firefox and background color setting doesn't work anymore - an empty window is always white.

    I just upgraded to Firefox 42.0 and, unlike previous versions, the setting of background color in 'Content' no longer works. In the settings page, the indicator 'Background colour' changes the color I choose (not white) in the choice of color theme, but each time I open an empty window background color is always white. Then, when I return to the Setup page to verify that the indicator still shows the color that I chose. And I have check the box 'Use the system color' or not there are tick, the result remains the same: the background color of an empty window is always white.

    It is a problem I've never met before. I would like to know why.

    Thanks for any help.

    You can make only one rule:

    @-moz-document url(about:blank), url(about:newtab){ html,body {background-color: #ccc !important } }
  • How can I change the background color of the sidebar bookmarks?

    Grayish brown (I think) background color does not work for me. I'm a little color blind and the cursor to highlight the selected tab is not enough for me to easily see contrast. I found how to change all kinds of colors in FF, but not the background color of the bookmarks bar. I would like to change the background may be blank.

    I have it! My eyes thank you very much for your help!

  • Alternate the background color on and off the toolbar

    Hello

    I have a request. I use Firefox regularly and change the background color in the "content" of the preferences section is easier on my eyes. However, on some sites I would like to disable this function, but I have to go to the preferences it off and then turn it back on once I have leave the site.

    Is it possible for you to make a button that can enable this setting and disable the toolbar? That way if I need to see pictures on a site I can click on the button and then click again to turn it off.

    Kind Regards,
    Bobby
    

    See if this extension - https://addons.mozilla.org/en-US/firefox/addon/toolbar-buttons/ - has the functionality you need.
    Support forum for this extension is here - in case you need to do a custom for your function button:
    https://codefisher.org/Forum/2/

  • background color of slide

    Is it possible to change the background color of slide when using the model 'white '?

    Inspector > Format > then click the bottom dropdown and select the color fill, then click on the color wheel to choose a color. You can also use a color gradient or an image instead of a single color.

  • Background color of bookmarks

    I got the stylish Addon for FF and managed on the base to get the color to the bars, I like but the current bookmark menu back color I can't change the background and the color of the gray menu bar is only correct color of #333333 when it blurry

    I musty red picture with cirle around the areas I want to change the color, I know it is possible that I was using LavaFoxV2 in the years of the reasons he brand the black box, but I want to use the default schema of FF I want just the area I marked in red to be darker.

    #navigator-toolbox {
      background-color: #333333 !important;
    }
    
    .menubar-text,
    #toolbar-menubar .toolbarbutton-text,
    .tabbrowser-tab .tab-label {
      color: #333333 !important
    }

    This is the code I use to get the colors above in the menu bar

    This should cover each of them:

    #menubar-items menu menupopup * {
      background-color: #DDDDDD !important;
      color: #333333 !important;
    }
  • Can not change the background color of the rose.

    Recently, I installed Thunderbird and tried some of the controls when I did. Now, it seems that my default background color is pink. (#ffcccc) I can change it to one of the 70 standard colors for mails that I write during a session. When I close the screen of Scripture and reopen it, it comes back with the wire pink. It shows no pink on my screen but when I send it to someone else it's pink. How can I change this back to white so that it will stay like this? As I understand it, it's the normal way works only until I close the screen of Scripture.

    You have under Tools(or AppMenu/Options), Options, Composition, general in the HTML section?

Maybe you are looking for

  • Do not open a guest account of LabVIEW

    LabVIEW SP11 cannot be opened in the guest account. Tried to change settings in the system registry, but in vain.

  • Need help with internet connection

    Hi I'm new to this forum, I need help. Recently I reformat my hard drive and also to recharge my windows XP OS. However, it cannot be connected to the internet. I have check and found that there is no connection of the network adapter on my laptop. I

  • Netflix videos are jerky after installation of Microsoft Silverlight

    Since Silverlight, bad Netflix via PC Since Silverlight, Netflix videos are choppy. Tried many bugs, not good. Before Silverlight, Netflix has worked well. If someone has something that worked, I'd appreciate it. Old computer, Dell Dimension 4300, Pe

  • C5180 all-in-one cannot clear error "cannot print".

    I replaced the ink but still error ' cannot print replace the following empty ink cartridge to continue printing. I can't print how can I clear this I uninstalled the software and reinstalled still cannot print Help, please

  • Had to reinstall Vista and now can't view or print Word 2002 files

    but in the meantime, have lost the ability to view, edit and print files from word 2002.  All the solutions out there please?  Before to remove Vista and reinstall it had notification on the page to update the window that it problems with Vista and w