Still can not change the color of legend of radio by script

Hello

I tried to follow the advice in other threads when developers wanted to inactivate by script radio button choices, and also put the grey of the legend. What I find is I can disable the choice, but I can't just turn the grey of the legend.

If the exclusion group is named "MyRadioChoice" and the choices are (for example) "choice1', 'Lendemain2', '3 choice' because of the other entry choice 3 user becomes inapplicable, then wisdom is it should work:

MyRadioChoice.Choice3.access = "readOnly";

MyRadioChoice.Choice3.caption.font.fill.color = "192,192,192."

The first statement works, the choice is no longer can be clicked. But the second does not work, I can just change the colour in the legend. The script does throw any errors, it's all simply does not work. Can anyone help?

Add 'value' at the end: MyRadioChoice.Choice3.caption.font.fill.color.value =...

Tags: Adobe LiveCycle

Similar Questions

  • Can not change the color of the image png in artificial intelligence

    I uploaded a PNG of camera (http://simpleicon.com/camera.html) and I'm trying to change its red color (B03B28). But the fill area does not work. It shows that the point is red, but it will not change. The color can be changed?

    return to the download site and get the .svg file - which is open in Illustrator and you can change the color - the only way to change that color with the .png file is in photoshop

  • Can not change the color of the markers personalized in the run-up

    Hello

    Although I managed to find a way to create markers personalized in the run-up, I'm not able to change their color once I've created. They seem to be related to the marker that I used to create my custom marker (hope that makes sense). They also do not appear in the parameter preferably marker.

    What I'm doing wrong here?

    Prelude_Marker_Preference.jpg

    Hi rOn,

    Thanks for trying workflow of markers. You are exactly right.

    In fact customs markers are not different marker Type. They are only subitems or markers of comment depending on how you created them. In the preferences of markers, the image you also shared, entries for marker Type. Markers personalized is either comments/subelements are not shown individually. If you change the color of any type of marker that is a subelement/comment of preferences, in the same window that you shared, the colors of all connected markers & custom markers would change on criminal timeliine and marker Type.

    Currently, we are unable to select different colors for the same type of marker (to elsewhere too custom markers). I've highlighted this my team. We would look into it.

    However, prelude supports the model tag. I hope you checked.

    In window--> Tag, you can mark the Panel. You can create multiple tags with different colors and use them transparently on the timeline.

    Currently prelude supports tags only for comment markers. In the future, it can also support subitems.

    I hope it helps. Please come back in the event of any confusion.

    Thank you

    Mayjain

  • Can not change the color of the image of pix 4 x 9

    I worked on this all day, it's my 3rd day ever using Photoshop.  I have the books of class, been Googling this, does everything in the books/videos/online help and I cannot get this picture to change.  I have already made a few images and even managed to use the gradient tool, so I know that I'm not retarded.

    The image is a gray arrow, 4 pix by 9 pix, there on this website (equitherapies.com/blog/), on the blog page, you can see a few small grey arrows.

    4 hours invested in an arrow thin color change is not good.  I have the arrow enlarged in photoshop, but I can't get the color to change.

    Why isn't the color replace option work?  I managed to do it working earlier today on the other stuff, but not this stupid arrow, am I not getting something?

    Thank you, once again, I have looked "photoshop for Dummies", but found no one, any help I found said the same thing that did not work.

    Jodi

    Exactly how do you try to change the color?

    What is a grayscale image?

    The layer is locked?

  • Can not change the color of the text! Help?

    It's so frustrating, but I can't just change the color of my text, no matter how I try. Does anyone else have this problem ever. It's the easiest thing, and I'm shocked that this is happening.

    1. Select the text with the text tool
    2. Choose your color of the chip of color on the Options bar at the top (the highest point disappears while you are choosing your color)
    3. Select the General colour in the vertical bar thin
    4. Choose the exact shade of the great place
    5. Ok
  • Can not change the color of the links

    In the properties/links Page, I changed the color of the links and a link of turning to Brown (640019). Then I changed the visited links, and active links to green (339900). But they appear in blue and purple. Here is a link to a test page.

    http://www.sneedbreedley.com/Linktest.html

    You need the pound sign preceding the color. That's what you have:

    color: 640019;
    

    It should be this:

    color: #640019;
    
  • Can not change the color of the text in black

    The default text color is blue. I tried to change the CSS rule on the color of the text in black, but it did not work.

    I also tried this [code below]: but two options below didin't work.

    #nav

    {

    color: black; [also tried #000];

    }

    Can someone help me on how to change the default text color. How, how to replace only the default color later if I want some of the text to be in a color that I want. I know that color changing should simply assign color using css, but maybe that dreamweaver has different way to do it.

    Thank you.

    Being as the ID of the DIV is nav, I can only assume it's your navigation link area.

    Whenever you have the link that you will need to edit your CSS.

    #nav has {}

    Color: #000;

    }

    If you have links, you have TO write the CSS for links, otherwise they are assigned by default to the clicked stationary blue, red and purple visited

    #nav a {}

    }

    #nav a: hover {}

    }

    #nav a: visited {}

    }

    #nav a.active {}

    }

    the last is if you want to show visitors the page their on.

    Ex; Lien

  • Can not change the color of text header AdvancedDataGrid

    Hello

    I have a very annoying problem style the AdvancedDataGrid header text color. With a regular DataGrid, you can use a property called 'headerStyleName' to set the color of the header text. According to the documentation, this style applies to AdvancedDataGrid as well. You can see here:

    http://help.Adobe.com/en_US/FlashPla...eaderStyleName

    Here's an example application that will show you what I mean. You will notice that the two grids share the same style, but only the normal grid it will apply.

    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:mx="library://ns.adobe.com/flex/mx">
         
         <s:layout>
              <s:VerticalLayout paddingTop="10"
                                    paddingRight="10"
                                    paddingBottom="10"
                                    paddingLeft="10" />
         </s:layout>
         <fx:Style>
              @namespace s "library://ns.adobe.com/flex/spark";
              @namespace mx "library://ns.adobe.com/flex/mx";
              .headerStyle
              {
                   color: #FF0000;
                   fontWeight: bold;
              }
         </fx:Style>
         <mx:DataGrid width="100%" height="100%" headerStyleName="headerStyle">
              <mx:columns>
                   <mx:DataGridColumn headerText="Header 1" />
                   <mx:DataGridColumn headerText="Header 2" />
              </mx:columns>
         </mx:DataGrid>
         <mx:AdvancedDataGrid width="100%" height="100%" headerStyleName="headerStyle">
              <mx:columns>
                   <mx:AdvancedDataGridColumn headerText="Header 1" />
                   <mx:AdvancedDataGridColumn headerText="Header 2" />
              </mx:columns>
         </mx:AdvancedDataGrid>
         
    </s:Application>

    It's driving me crazy I should use advanced because of their additional feature data grids. I would appreciate solutions to this.

    I don't know why it's not working does not, but it works

    mx|AdvancedDataGridHeaderRenderer
    {
         color: #FF0000;
         fontWeight: bold;
    }
    
  • How can I change the color of the cloth? I tried right click changed to black, gray and even blue but it is still white and mixes with the artboard

    How can I change the color of the cloth? I tried right click changed to black, gray and even blue but it is still white and mixes with the artboard

    It should be present.

  • I'm trying to upgrade a site from Muse and it keeps telling me that the site has been created with a different version of Muse. I have updated Muse and still can not access the site to make changes.

    I'm trying to upgrade a site from Muse and it keeps telling me that the site has been created with a different version of Muse. I have updated Muse and still can not access the site to make changes.

    Hi rgarden95,

    Can you please confirm the exact version of Muse, you open the file with?

    To check the version of Muse, please click Help-> on Adobe Muse CC.

    Kind regards

    Akshay

  • Can not change the brightness of the screen - HP ENVY 17 laptop

    After the upgrade to Windows 8.1, I have the problems below:

    -I can not change the brightness of the screen on my laptop

    -When I clicked "Contact technical support" on HP support assistant program, he showed an error "HP support assistant has stopped working"... and closed the program. I downloaded a new at HP, but the same problem occurred.

    My laptop PC info

    Product name: HP ENVY 17 Notebook PC

    Product number: A9P84UA #ABA

    Please instruct me how to fix it. Thank you.

    I posted the step by step guide here: http://www.tomshardware.com/forum/id-2748304/amd-intel-enduro-laptop-brightness-fix-win.html but if you are familiar with registry just search FeatureTestControl and see if the value is using f840 or f940 and replace it with ffff then restart your computer. should work now. But if you are still having the same problem trying to follow the steps on this post. see you soon!

  • How can I change the color of the taskbar?

    How can I change the color of the taskbar? Recently I got a bluescreen and restarted in safe mode with setting network, since my task bars have no color on the home screen task bars or internet

    Hello

    It's the color of your windows. Please try one of the following methods:

    1 start > Control Panel > personalization > then... color of the window.

    2. right click on desktop > customize > then...

    Please note: as mentioned above, change the color of the taskbar will also change the color of the frame of the window.

    Kind regards.

  • Hypertext links are in white text and cannot be seen on a white background. How can I change the color?

    I've been playing with colors, patterns, etc. sometime. And now I realize that I don't see hyperlinks (because they are now in white color) in Outlook emails (and maybe not in Word, come to think of it). How can I change the color of the links back to something other than white? I can't find where to do.

    Thank you

    Brian Butler

    Happy to help you sooner than that.

    Steve

  • How can I change the color of the title/name under the desktop icons?

    name under the icons on the desktop?  help please!

    How can I change the color of the name/title under the desktop icons, I know how to rename then, but his hard tosee the front they are white outline...

    Hi, Judy,.

    You can change the text size

    Control Panel > type the color scheme

    Select Customize

    Select display (left index finger)

    Under change only the size of text, select icon

    You can also check the option for "BOLD"

    Do not forget to click on apply when finished

    Because desktop wallpaper images have different colors, it is easy for the colors of unreadable fonts if they are on top of the same color in a background image to display. For example, a black font on top a dark part of the background image or a white font on a white part of a background image.

    The desktop icon fonts are dynamic and show white on dark background and change in white with a shadow effect black on a light background.
    -Ronnie Vernon - MVP

  • How can I change the color of individual tiles directly on the start of MS Surface RT screen?

    How can I change the color of individual tiles directly on the start of MS Surface RT screen?

    Hello again Angela H.UR.,.

    Whether or not something special is filled in a tile pinned to the start screen is determined by the site itself. See this link, it may have information you are looking for:

    http://answers.Microsoft.com/en-us/surface/Forum/surfwinrt-surfusing/how-do-i-create-an-image-for-my-website-which-will/1869271a-ebd5-42b3-9595-cef5622b3721

    When I select Pin to Start, it shows me that the tile will look like and gives a text box. I found everything that I type in the text box appears on the home screen tile.

Maybe you are looking for

  • Why my google toolber has been restored since my upgrade?

    I upgraded to your ' firefox 5' and was informed that my google toolbar was not "compatible", but he would be reinstated when made compatible. " When will it be?

  • How can I reset my BIOS password on my computer hp G62 laptop?

    Please note that I tried the 'normal' procedure or standard used to reset my BIOS password and I noticed in many other positions, this computer (laptop G62) maintains its BIOS data even after removing the battery from the room.  I also tried to short

  • Question about lenovo S410p

    I checked the specification of Lenovo S410p and it show no http://shopap.lenovo.com/my/en/laptops/ideapad/s-series/s410p/#tab-view_models Lan means does not support Wi - Fi or what?

  • updates already installed

    I get an update for updates of security KB2478663 and KB2518870, BUT THESE HAVE ALREADY BEEN INSTALLED, how can I do to stop these 2 updates

  • Why my videos from my sd card does not play on movie maker?

    I was doing a video with my friend and I went to put it on movie maker 2.6 and it are not displayed but my old videos out there stood and it says that the file is not supported or some * like that and it will not show the video on windows media playe