Field background color issues

I have a form with a table holding 20+ text fields and menu
fields. All are
set with a class to set the font and background color. Some
of the fields
are a light tan and some are gray like they are supposed to
be. But I can't
find anything in the code that should make this difference.
any ideas???? anyone?

That is unf**king amazing. I had no idea that was the
culprit. I spent
hours looking and searching through stuff to find that.
thanks!!!!
"Murray *ACE*" <[email protected]> wrote
in message
news:er56p0$mj4$[email protected]..
> Google toolbar?
>
> --
> Murray --- ICQ 71997575
> Adobe Community Expert
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
>
http://www.dreamweavermx-templates.com
- Template Triage!
>
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
>
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
>
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
> ==================
>
>
> "Terry" <[email protected]> wrote in message
> news:er55jt$ktj$[email protected]..
>>I have a form with a table holding 20+ text fields
and menu fields. All
>>are
>> set with a class to set the font and background
color. Some of the
>> fields
>> are a light tan and some are gray like they are
supposed to be. But I
>> can't
>> find anything in the code that should make this
difference.
>> any ideas???? anyone?
>>
>
>

Similar Messages

  • AS2 TextInput Background Color - Issues when trying to change dynamically

    Hello,
    I'm having issues changing a TextInput background color after the initial onLoad using AS2.
    On load, I have no issues setting the background color with this code:
    Code:
    onClipEvent (load) {
        this.background = true;
        this.backgroundColor = 0x1E1C1C;
    However, I have a form validator run when focus is lost but yet I cannot set the background color at that point. For example, I'm trying to set the background color to orange and text to white if the field's contents are invalid. Even something simple like this doesn't affect the colors.
    Code:
    on (focusOut) {
            this.backgroundColor = 0xFAA523;
            this.borderColor = 0xFAA523;
            this.borderStyle = "solid";
            this.color = 0xFFFFFF;
            this.text = 'Enter your first name';
    All code is in actions for the TextInput itself.
    Anyone know what I'm doing wrong?
    Thanks in advance!

    Actually, that's not the solution. You need to use setStyle to access the backgroundColor property when the TextInput is already generated.
    This worked for me:
    this.setStyle("backgroundColor",0x1E1C1C);

  • Form field background color printing - acrobat pro 8, Windows

    My committee is tasked with making about 150 PDF forms writable and savable each year for a national organization. Over 3,000 people use these forms for reporting purposes, and also people who are entering contests, such as students, submit these forms. This is the first year my committee has made the forms savable, as it is a new feature in v8.
    PROCESS: The PDF forms we receive are generated in Quark and sent to us. We cannot use Live Cycle to make the forms writable, as it generates files sizes that are too big for some of our users to download. We draw form fields and set up calculations, etc. on the forms we receive. Making them savable is the last step in the process.
    PROBLEM: Some users have reported having the form fields print in blue or green. Usually upgrading to Reader 8+ solves this problem. Unfortunately, some users are sending in forms that are almost unreadable because the form fields have a colored background--(they didn't contact us). It's hard to determine how widespread this problem really is.
    I spoke with Adobe technical support and learned that this isn't a "known" issue. He suggested that setting the background to "white" in Quark before the PDF is generated might help.
    Does anyone have a solution that will keep these forms from printing colors in field backgrounds in earlier versions of Reader? Or any way to set the background color when NOT using Live Cycle?
    Thanks for any help!

    Olaf, I tried to send you an email at the above address, and got the following message:
    Delivery to the following recipient failed permanently:
    PERM_FAILURE: SMTP Error (state 13): 553 5.3.0 <your email address>... Relaying denied
    I did substitute for AT and DOT, so I did the email correctly.
    Thanks, Patsy

  • Default background color issue

    Hi,
    I am trying to change themes at run-time using
    StyleManager.loadStyleDeclarations(). Whenever I switch to a theme,
    the default theme's background color shows up for a fraction of a
    second. I tried using the "StyleEvent.COMPLETE" event handler but
    it doesn't seem to work. Is there a way to remove this? I want the
    transition from my current theme to the next theme to be smooth
    without the default background color appearing. If anybody can
    please provide a solution for this, It would be a great help.
    Thanks,
    Jai

    quote:
    Originally posted by:
    LuigiL
    Project -> Properties -> Flex Compiler -> add the
    default color:
    -default-background-color 0xFFFFFF
    That's not what he's talking about... He's saying if you load
    a CSS file with loadStyleDeclarations(), it will momentarily flash
    the default, green Halo theme before switching to the new style...
    If I load up my white theme (White.swf -- compiled to swf from css)
    and then I want to change to my red theme (Red.swf) like:
    StyleManager.unloadStyleDeclarations("White.swf");
    StyleManager.loadStyleDeclarations("Red.swf");
    At the * point in the execution, it will flash the green Halo
    theme instead of just making a smooth transition from white to
    red... It doesn't look so professional...
    I have the same problem when switching themes, and it's very
    annoying... Guess I'll keep an eye on this thread...

  • Background Color Issues!

    I am having trouble viewing artwork after applying a new background color. The artwork was originally black, but was changed to white prior to the background change. I changed from a default white artwork background to a black background. My artwork doesn't show through the black. Im sure I am missing something simple, but please help! Im new to the program, and am trying to teach myself. Any general tips/shortcuts would also be greatly appreciated.

    Sounds like it might be an overprint problem. First check your artwork in Overprint Preview. If everything that should be white looks black it is most likely that when you changed from balck to white you forgot to remove the overprint. Check Attributes panel.

  • My Faces t:panelTabbedPane Background Color Issue.

    Hi
    I am using the <t:panelTabbedPane> and <t:panelTab>. I am trying to applying below mentioned CSS for the background color for tabs.
    .tabpanel{position:absolute; cursor:hand; font-weight: bold; text-align: center; border: 1px;
    border-color:#ffffff; border-style:outset; background-color:#E8F1EB; border-bottom-style:none;
    margin:0px;}
    And i am using the styleClass in t:panelTab and using activeTabStyleClass and activeSubStyleClass but it is not effecting.
    Any help would be appreciated
    Thanks in advace.
    Satish Cheedalla.

    what do u mean change JApplet background color?
    when I created the GUI I've put this command :
    frame.getContentPane().setBackground(Color.BLACK);I've made all my panels opaque(false) and now in the AppletViewer everithings the same(black), and in webpage, everithing is gray(the default color).

  • CSS  coloumn background color Issue in IE8

    Hi,
    JDev: 11.1.1.4.
    The following style class is not working in ie8 where as it is working in FireFox.
    <af:column sortProperty="Description" filterable="true"
    headerText="#{bindings.SetupVO1.hints.Description.label}"
    styleClass="#{row.bindings.Date.attributeValue gt row.bindings.sDate.attributeValue? tableRowCreate :''}"
    id="c20" >
    <af:inputText value="#{row.bindings.Description.attributeValue}"
    label="#{bindings.SetupVO1.hints.Description.label}"
    columns="#{bindings.SetupVO1.hints.Description.displayWidth}"
    shortDesc="#{bindings.SetupVO1.hints.Description.tooltip}"
    id="it19" autoSubmit="true">
    </af:inputText>
    </af:column>
    CSS StyleClass:
    .tableRowCreate{
    background-color: #CC9966;
    Thanks,
    Rajesh

    Hi Rajesh ,
    I tried applying this style , It works fine for me in IE8.
    I am using Jdev 11.1.1.3.0
    but this shouldnt be the cause , can u try installing firebug and see the style class getting applied to column

  • Setting Canvas Background Color issue

    For some reason I cannot set a color for my canvas background. I have tried using setStyle('backgroundColor', colorNumber); in actionscript and setting directly in the mxml with no success. It only takes the value that is set in the design mode of Flex.  Ideally I want to load in a color value from an xml file and use that color value, which I have been doing for other components, but for some reason the canvas will not work. Any ideas???

    Ok this is complete code, where i'm reading xml through wrapper which you can do it through HTTPservice. Make sure you put proper swf name while embeding.
    <!--------------------------------------------------------------mxml code---------------------------------------------------------------------->
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" applicationComplete="create()" backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#FFFFFF, #FFFFFF]">
    <mx:Script>
    <![CDATA[
    import mx.utils.ColorUtil;
    import com.anychart.visual.fill.Fill;
    import com.anychart.styles.Style;
    import mx.collections.XMLListCollection;
    import mx.rpc.events.ResultEvent;
    import mx.controls.Alert;
    [Bindable]
          public var inputdata:XMLListCollection;
          [Bindable]
         public var canvasData:String;
         [Bindable]
         public var list:XMLList;
         [Bindable]
         public var mycolors:Array = new Array();
         public var count:int=0;
         public var clrname:String;
        public function create():void{
        //Reading data from wrapper
        canvasData=mx.core.Application.application.parameters.canvasData;
        //convert into xml      
            list = new XMLList(canvasData);
            //datasource
            inputdata = new XMLListCollection(list);
            for(var j:int=0;j<3;j++){
        for each(var item:XML in inputdata){
    mycolors[j] =item..name[j].toString();
        public function showme():void{
        var value:String=" ";
        for(var i:int=0;i<3;i++){
        value = mycolors[i]+"\n"+value;
        Alert.show(value);    
        public function change():void{
        if(count == 3){
        count=0;
        clrname=mycolors[count];
        else{
        clrname=mycolors[count];
        Alert.show(count+" "+clrname); //This alert line is optional you can remove it all other lines are imp.
        count++;
        mycanvas.setStyle("backgroundColor",clrname);
    ]]>
    </mx:Script>
    <mx:Panel x="246.5" y="48" width="500" height="544" layout="absolute" backgroundColor="#E8E5E5">
    <mx:Canvas id="mycanvas" x="55" y="40" width="370" height="436" backgroundColor="0xFFFFFF" cornerRadius="20">
    <mx:Label x="51" y="55" text="This is Canvas" width="147" height="23" fontSize="17"/>
    <mx:Button id="btn1" x="51" y="99" label="Show me" click="showme()"/>
    <mx:Button id="btn2" x="152" y="99" label="Change"  click="change()"/>
    </mx:Canvas>
    </mx:Panel>
    </mx:Application>
    <-------------------------------------------------------------------------------jsp code where swf embeded--------------------------------------------------------------------------->
    <html lang="en">
    <head>
    <title></title>
    <%
        String canvasData = "<values><name>0xE4F9A0</name><name>0xA5BC4E</name><name>0x6693B0</name></values>";
    %>
    </head>
    <body scroll="no">
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    id="problem" width="100%" height="100%"
    codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
    <param name="movie" value="problem.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#869ca7" />
    <param name="allowScriptAccess" value="sameDomain" />
    <param name='FlashVars' value='canvasData= <%= canvasData %>'/>
    <embed src="problem.swf" quality="high" bgcolor="#869ca7"
    width="100%" height="100%" name="problem" align="middle"
    play="true"
    loop="false"
    quality="high"
    allowScriptAccess="sameDomain"
    type="application/x-shockwave-flash"
    pluginspage="http://www.adobe.com/go/getflashplayer"
    FlashVars="canvasData= <%= canvasData %>">
    </embed>
    </object>
    </body>
    </html>

  • Palette Background Color Issue...

    Duplicate post removed by poster. Sorry folks!

    Hi ArrrBee,
    Do you mean you created a panel with Configurator, after
    export it into Photoshop, you find this panel has a white
    background? Does this panel show the objects in it? Or it is just a
    blank panel, no tools/buttons in it?
    We haven't met this situation before. So could we get your
    exported panel folder to investigate this? You can find the
    exported folder under Plug-ins/panels folder of Photoshop
    Installation path. The folder name is the same as the panel name
    that you exported.
    And please tell us which platform and the Photoshop version
    your used.

  • Set background color for conditional text fields by click of button.

    Hi,
    I am new to apex, the scenario is when i click on a button i.e. Save, it shoulld compare 2 fields P1 and P2 which are text fields.
    If the value of P1 is greaterthan P2 then the whole P1 text field background color should change to "Red" otherwise in any other condition the P1 field should be "Green" color.
    In which section the color function should be called on the Save button?
    On the page in the HTML Header section i have added the below code but the background color is not getting set.
    <script type="text/javascript">
    function fncChangeColor()
    var num1 = $v('P1');
    var num2 = $v('P2');
    if ( num1 > num2 ) {
    document.getElementById("P1").style.background = "RED";
    else {
    document.getElementById("P1").style.background = "GREEN";
    </script>
    Can any one help me in moving ahead with this scenario with a detailed information.
    Thanks,
    Priyanka.

    Hi,
    Call function on button URL target
    javascript:fncChangeColor()If button should submit page, then I think you do not need color field to green.
    Just change to run submit function.
    <script type="text/javascript">
    function fncChangeColor(){
    var num1 = $v('P1');
    var num2 = $v('P2');
    if ( num1 > num2 ) {
      $x("P1").style.background = "RED";
      return false;
    apex.submit({request:"YOUR_REQUEST"});
    </script>Regards,
    Jari

  • Reset all formfields background color on preprint event

    Hi collegues,
    Is there a way to reset all form field background color on preprint event.
    For instance on a printbutton event.
    Hope anyone has a solution?
    Regards,
    Ed Boon

    Hi there,
    I've created a script object which is really similar to what you are trying to do.
    Here is the link : Validation / Reset Functions, easy to manipulate and to change Forms!!!!
    The PDF provided on the forum is to validate / reset any form, the validation is setting all fields which are null with red borders,
    when validating again it removes the red borders if a value is inserted, you can use the function easily to remove the borders or background color of any field when you print the form.
    just make sure to be consistent with the values you are editing and everything will be working fine!
    If you have any question, you are welcome to ask!
    Hope this help!

  • SSRS 2012 background color format by expression issue when exporting to Excel.

    We are using SSRS 2012. We have a report that conditionally formats a background color for some cells. The report renders properly in a browser and in Excel 2003 format. In Excel format all cells after the first one that meets the condition are highlighted,
    even if only one cell should.
    The sample expression that triggers this condition looks like this:
    =IIF(Fields!VIOL_NOTE.Value="Internal","Green","No Color")
    All cells after the first one that meets the condition Fields!VIOL_NOTE.Value="Internal" have a green background.
    Excel 2003 (proper) results:
    Excel (improper) results:
    Zenon

    Hi Zenon,
    Based on your description, I try to reproduce the issue in my test environment, however it is work well. After export the report to Excel and Excel 2003, I can get exact same result when open the Excel file in Excel 2010.
    Did you open the repot in Excel 2003 or Excel 2007-2010? Please post more deatils, so we can help to work out this issue.
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click
    here.
    Fanny Liu
    TechNet Community Support

  • Custom color field in color selector for header background doesn't work

    Custom color field in color selector for header background doesn't work

    Hi,
    I'm unable to reproduce this issue. Are you able to apply a custom color elsewhere within the form?
    Regards,
    Brian

  • How to set the Background Color of a Text Field in a Tabular Report.

    Hello,
    I tried to set the Background Color of a Text Field in a Tabular Report.
    But I was not able to change this colur.
    In the report attributes --> column attributes
    I tried already:
    1. Column Formating -- >CSS Style (bgcolor: red)
    2. Tabular Form Element --> Element Attributes (bgcolor: red)
    but nothing worked.
    Can anybody help me?
    I Use Oracle Apex 2.2.1 on 10gR2
    thank you in advance.
    Oliver

    in "Report Attributes" select the column to move to the "Column Attributes" page. In the "Element Attributes" field under the "Tabular Form Element" region enter
    style="background-color:red;"
    I will also check if there is a way to do this via the template and post here again
    edit:
    in your template definition, above the template, enter the following:
    < STYLE TYPE="text/css" >
    .class INPUT {background-color:red;}
    < /STYLE >
    (remove the spaces after the < and before the >)
    change "class" to the class that the template is calling
    (I'm using theme 9, the table has: class="t9GCCReportsStyle1" so I would enter t9GCCReportsStyle1)
    A side-effect of using this second version is that ALL input types will have a red background color--checkboxes, input boxes, etc.
    Message was edited by:
    TheJosh

  • Where is Background Color Property for Text Field Prompt in Developer 6i

    I update all my works from developer 2000 to developer 6i (forms 6.0). All my screens are now irregular becoz, the text field prompt background color property is not present in forms 6i. Can you help me how to solve this prob.
    (one more solution i found is, can do the prompt as separate canvas object, but is there any way to set the background color for prompt entered in text field.)
    Thank you
    Raj

    Hi
    I think there is a bug in the first release of Forms 6i,
    where the prompts got the same backgroung color of the
    related item (in fact, it must have no back color,
    because it has no "background color" property).
    Try applying a patch over it.
    I update all my works from developer 2000 to developer 6i (forms 6.0). All my screens are now irregular becoz, the text field prompt background color property is not present in forms 6i. Can you help me how to solve this prob.
    (one more solution i found is, can do the prompt as separate canvas object, but is there any way to set the background color for prompt entered in text field.)
    Thank you
    Raj

Maybe you are looking for

  • Computer no longer recognizes one of my ipods

    I've got 2 15 gig ipods, one has becomes increasingly hard to to transfer new tunes from itunes. At first the problem was sporadic, so I got a new USB cable, but now my computer does not recognize that I've hooked up anything when I plug it in, but i

  • T440s Win 8.1 Remote Desktop two finger scrolling

    Two finger touchpad scrolling in Chrome desktop mode has been pretty bad on my T440s until the recent driver update.  But after the update, I've noticed now that in the tiles version of remote desktop, two finger scrolling no longer works.  It acts a

  • How to use BADI FI_AUTHORITY_ITEM (New to badi's)

    Hi all, I don't know if this is 100% FI (it is not for sure), but I believe that here is the best place to ask. I'm trying to had a new authorization check on FB03. The authorization check is regarding object F_BKPF_BLA (that exists, but is not check

  • Form with multiple signatures, each with sigDate, only one date fills

    I have a form with two signature fields, Sig1 and Sig2.  Each sig field has an associated date field Sig1Date and Sig2Date. I have a Topaz signature pad, so the form users physically sign the document. When the first signature is entered (in either S

  • Which T400 models have LED backlit screen?

    Hey guys, I'm looking to buy a new Thinkpad T400, and because of the Inetrnational warrenty problems, I cant customize one on Lenovo.com. Hence I'm searching for a pre-configured model. The problem is I cant seem to find one that has the LED backligh