My radio buttons are stuck

I've created a check box group for two checkbox items and I initially set the state of one of them to true (on). When I display my chat applet with the appletviewer the buttons work fine and I can send private messages, but when I load the applet into a browser, the public button is stuck in the on position so I can't send a private message. The applet can be viewed at http://chat.nightrunning.com
i'll only reward points for a solution to the problem

well I've looked into it by going and trying out other java chat rooms and it is definately my browser. No buttons at all in any applets I go to are working. They are all disabled. Who knows why. Thanks for letting me know that it accually works, it's a relief.

Similar Messages

  • Is it possible to fire an event when radio buttons are clicked in a report?

    Hi All,
    I have got a requirement. In the selection screen i have certain input fields and three radio buttons. When radio buttons are clicked i have to grey out certain input fields. Is it possible to fire an event when i write program through se38??
    Thanks
    Rakesh

    Hi Rakesh,
    Check this code.
    SELECTION-SCREEN BEGIN OF BLOCK FINPUT WITH FRAME TITLE TEXT-001.
    PARAMETERS  : FILENAME(132) TYPE C LOWER CASE  NO-DISPLAY,
                  FDLOAD RADIOBUTTON GROUP RAD1
                  USER-COMMAND R1 ,
                  FUPLOAD RADIOBUTTON GROUP RAD1 .
    SELECTION-SCREEN END OF BLOCK FINPUT.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-002.
    PARAMETERS : FUNAME(132) TYPE C LOWER CASE MODIF ID AA.
    SELECTION-SCREEN PUSHBUTTON /33(30) ACTION USER-COMMAND
                     BTNACT MODIF ID AA VISIBLE LENGTH 8 .
    SELECTION-SCREEN PUSHBUTTON 43(30) CANCEL USER-COMMAND
                     BTNCAN MODIF ID AA VISIBLE LENGTH 8  .
    SELECTION-SCREEN END OF BLOCK B1.
    SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-002.
    PARAMETERS : FDNAME(132) TYPE C LOWER CASE MODIF ID BB.
    SELECTION-SCREEN PUSHBUTTON /33(30) ACTIONS USER-COMMAND
                     BTNACT1 MODIF ID BB VISIBLE LENGTH 8.
    SELECTION-SCREEN PUSHBUTTON 43(30) CANCELS USER-COMMAND
                     BTNCAN1 MODIF ID BB VISIBLE LENGTH 8.
    SELECTION-SCREEN END OF BLOCK B2.
    DATA : ACTNAME(8) TYPE C,SCRGRUP(2) TYPE C.
    INITIALIZATION.
    ACTIONS = 'Download'.
    CANCEL = 'Cancel'.
    ACTION = 'Upload'.
    CANCELS = 'Cancel'.
    ACTNAME = 'Download'.
    SCRGRUP = 'AA'.
    AT SELECTION-SCREEN ON RADIOBUTTON GROUP RAD1.
    IF FUPLOAD = 'X'.
         MOVE 'Upload' TO ACTION.
         MOVE 'Upload' TO ACTNAME.
    ELSEIF FDLOAD = 'X'.
         MOVE 'Download' TO ACTION.
         MOVE 'Download' TO ACTNAME.
    ENDIF.
    AT SELECTION-SCREEN.
    IF SY-UCOMM = 'R1'.
        IF ACTION = 'Download'.
          SCRGRUP = 'AA'.
         MESSAGE S007(ZMESSAGE).
        ELSEIF ACTION = 'Upload'.
          SCRGRUP = 'BB'.
         MESSAGE S008(ZMESSAGE).
       ENDIF.
    ELSEIF SY-UCOMM = 'BTNCAN' OR SY-UCOMM = 'BTNCAN1'.
      LEAVE PROGRAM.
    ENDIF.
    *AT USER-COMMAND.
    CASE SY-UCOMM.
       WHEN 'ACTIONS'.
         LOOP AT SCREEN.
           IF SCREEN-NAME = 'FUNAME'.
           ENDIF.
         ENDLOOP.
    ENDCASE.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR FUNAME.
      PERFORM call_filedialog CHANGING FUNAME.
    PERFORM call_filedialog CHANGING FUNAME.
    AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
    IF SCREEN-GROUP1 = SCRGRUP AND ACTNAME = 'Download' .
      SCREEN-ACTIVE = 0.
      MODIFY SCREEN.
    ENDIF.
    IF SCREEN-GROUP1 = SCRGRUP AND ACTNAME = 'Upload'.
      SCREEN-ACTIVE = 0.
      MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    FORM call_filedialog CHANGING fname.
      DATA: li_filetable TYPE STANDARD TABLE OF file_table,
        lv_return TYPE i,
        lw_filetable TYPE file_table.
      CALL FUNCTION 'TMP_GUI_FILE_OPEN_DIALOG'
        TABLES
          file_table = li_filetable
        EXCEPTIONS
          cntl_error = 1
          OTHERS     = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      READ TABLE li_filetable INDEX 1 INTO lw_filetable.
      fname = lw_filetable-filename.
    ENDFORM.                    "call_filedialog
    Reward Points, if useful.
    Regards,
    Manoj Kumar

  • Radio buttons are always checked when I print a PDF document

    I had an existing PDF file, which I turned into a form with Adobe Acrobat. Everything works fine, except that for the radiobuttons.
    When I fill in the form the radio buttons work as expected. I can also save my completed form afterwards. The problem occurs when I try to print the completed form. All radio buttons are checked when I print out the completed form. It doens't correspond with the checked fields I saved.
    Can someone please help me, because I'm clueless and can't find an answer with Google.

    Pat Willener,
    Many thanks for the helpful suggestions. . Sean Mitchell's suggestion of
    repairing Adobe reader via the help menu did the trick. I have been able to
    print several PDF documents after following his suggestion.
    Very many thanks for the assistance
    Peter Goldsworthy

  • Exporting build - destination devices radio buttons are not there

    I created an ios project using flash builder 4.5. but when i go to export a final build the target device radio buttons are not there on the interface. it has to be an installation issue but i've uninstalled and reinstalled multiple times with no success. has anyone else had this issue?
    thanks

    here is a screen shot

  • Radio buttons are disabled in Custom Infotyope

    Hi All,
      I have created a custom infotype for rating.This infotype is having 5 radiobutton fields. In the field attributes i marked this as an input field.But if go in PA30(create) these radiobuttons are disabled.I am not able to make an input.
    Thanks
    Parthi.

    hi partha,
    give your infotype similar "infotype characterstics" as of a standarad infotype
    check out for time constraints.
    take infotype 000 and ur custom infotype check if there is any differance in the
    "infotype characterstics".
    its surely gng 2 hep you.
    also just check that you have followed the given all steps correctly
    1) Go to Transaction PM01.
    2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9).
    3) Select the 'Employee Infotype' radio button.
    4) Select the 'PS Structure Infotype'.
    5) Click on Create... A separate table maintenance window appears...
    6) Create a PS structure with all the fields you want on the Infotype
    7) Save and Activate the PS structure
    8) Go back to the initial screen of PM01.
    9) Click on 'All' push button. It takes a few moments.
    10) Click on 'Technical Characteristics'. Infotype list screen appears
    11) Click on 'Change'(pencil) button
    12) Select your Infotype and click on 'Detail' (magnifying glass) button
    13) Give 'T591A' as subtype table
    14) Give 'T591S' as subtype txt tab
    15) Give your subtype field as subtype field
    16) Save and come back to PM01 initial screen
    17) Click on 'Infotype Characteristics' ... Infotype list screen appears
    18) Click on 'Change' (pencil) button
    19) Click on 'New Entries'
    20) Enter your Infotype number and short text
    21) Here we have to set different Infotype Characteristics as per the requirement. (Better open another session with some standard Infotype's infotype characteristics screen and use as the reference to fill yours)
    22) Save your entries.
    23) Now the Infotype is created and ready to use.
    24) If you want to change the layout of the Infotype as per your requirement...
    25) In the PM01 initial screen...Select 'Screen' radio button and give 2000 as the screen name, then click on edit.
    26) In the next screen.. Select 'Layout Editor' and click 'Change'.
    27) Screen default layout appears...here you can design/modify the screen..change the attributes of the fields..etc.
    28) Save and activate. (Don't forget to 'Activate at every level) 
    let me know if its helpful
    thnkx
    bhanu

  • Hey guys, my iphone screen locks and sometimes it even prompts to be turned off.  It's as if the buttons are stuck, but it doesn't feel like they are.  Anyone got any clues on how to fix it?

    Hey guys, i am having a little problem with my iphone 5 running on ios 7.1.1. My screen keeps locking and unlocking by itself and sometimes even prompts to power off. It makes it look like the power button is stuck but its not, this started after the phone hitting the floor some days ago. Kindly help me resolve this problem

    Probably a hardware problem due to the fall. To rule out a software issue, set it up as new device, explained here:
    How to back up your data and set up as a new device

  • Radio Buttons are not getting populated

    Hi
    this is my program...
    plz can any one tell me wt is wrong in my program?
    my problm is wn i select " 2 line 2 " in drop down list Radio button 1 and Radio Button 2 should be
    invisible and it should display only Radio Button 3....
    bt in my program it is not happening....
    TABLES: sscrfields.
    DATA: name TYPE vrm_id,
          list TYPE vrm_values,
          value LIKE LINE OF list.
    PARAMETERS: ps_parm AS LISTBOX VISIBLE LENGTH 10 USER-COMMAND abc.
    PARAMETERS: r1 RADIOBUTTON GROUP ab MODIF ID bl2,
                r2 RADIOBUTTON GROUP ab MODIF ID bl2,
                r3 RADIOBUTTON GROUP ab MODIF ID bl3.
    INITIALIZATION.
      name = 'ps_parm'.
      value-key = '1'. value-text = 'line 1'. APPEND value TO list.
      value-key = '2'. value-text = 'line 2'. APPEND value TO list.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id     = name
          values = list.
      LOOP AT SCREEN.
        IF ps_parm = 1.
          IF screen-name = 'r1' OR screen-name = 'r2'.
            screen-invisible = 0.
          ELSEIF screen-name = 'r3'.
            screen-invisible = 1.
          ENDIF.
          MODIFY SCREEN.
        ELSEIF ps_parm = 2.
          IF screen-name = 'r1' OR screen-name = 'r2'.
            screen-invisible = 1.
          ELSEIF screen-name = 'r3'.
            screen-invisible = 0.
          ENDIF.
          MODIFY SCREEN.
        ELSEIF ps_parm = space.
          r1 = 'X'.
          CLEAR: r2,r3.
          IF screen-name = 'r1' OR screen-name = 'r2' OR
             screen-name = r3.
            screen-invisible = 0.
            MODIFY SCREEN.
          ENDIF.
        ENDIF.
      ENDLOOP.
    AT SELECTION-SCREEN.
      IF sscrfields-ucomm = 'abc'.
      ENDIF.
    START-OF-SELECTION.
      WRITE: / 'Parameter:', ps_parm.

    Hi,
    two things you have to do is ,
    1.Loot at acreen should be inside At-Selection screen output event.
    2.The values inside quotes should be in uppercase for screen-name. Ex. Screen-name = 'R1'.
    3. Clear the radiobutton values before Loop at screen to avoid dump when line 1 is selected .
    INITIALIZATION.
    name = 'ps_parm'.
    value-key = '1'. value-text = 'line 1'. APPEND value TO list.
    value-key = '2'. value-text = 'line 2'. APPEND value TO list.
    CALL FUNCTION 'VRM_SET_VALUES'
    EXPORTING
    id = name
    values = list.
    At SELECTION-SCREEN OUTPUT.
    clear :r1,r2,r3.
    LOOP AT SCREEN.
    IF ps_parm = 1.
    IF screen-name = 'R1' OR screen-name = 'R2'.
    screen-invisible = 0.
    ELSEIF screen-name = 'R3'.
    screen-invisible = 1.
    ENDIF.
    MODIFY SCREEN.
    ELSEIF ps_parm = 2.
    IF screen-name = 'R1' OR screen-name = 'R2'.
    screen-invisible = 1.
    ELSEIF screen-name = 'R3'.
    screen-invisible = 0.
    ENDIF.
    MODIFY SCREEN.
    ELSEIF ps_parm = space.
    r1 = 'X'.
    CLEAR: r2,r3.
    IF screen-name = 'R1' OR screen-name = 'R2' OR
    screen-name = 'R3'.
    screen-invisible = 0.
    MODIFY SCREEN.
    ENDIF.
    ENDIF.
    ENDLOOP.
    AT SELECTION-SCREEN.
    IF sscrfields-ucomm = 'abc'.
    ENDIF.
    START-OF-SELECTION.
    WRITE: / 'Parameter:', ps_parm.
    Regards,
    Hema.

  • After each line of text and radio buttons are these squares with numbers inside them. How do I turn them off? Only on firefox does this display happen.

    Numbers seem to be in order. they look like modeling codes used when setting up a website.
    I did not have this problem until I upgraded to the new firefox update.

    Try to set the Boolean pref <b>gfx.font_rendering.directwrite.use_gdi_table_loading</b> to <i>false</i> on the <b>about:config</b> page to see if that helps.
    *http://kb.mozillazine.org/about:config
    Which numbers are in the boxes?
    If you see a box with hex code in it then that means that Firefox can't map a character to a specific font and you have to install a font that covers the affected characters.
    * http://en.wikipedia.org/wiki/Supplementary_Multilingual_Plane

  • In linux, the larger checkboxes and radio buttons are breaking my layout - how can I override them?

    I've tried css with selector input[type="checkbox"] but this has no effect.

    You need to add <b>-moz-appearance:none!important;</b>

  • Disable a field based on choice of a radio button

    Novice JS user here.  Trying to disable a text field in a pdf based on the selection of a radio button and if a specific radio buttons are
    selected, take the user to a specific field.  Ex. Married/Single, Male/Female.  So if they select Married & Female, it will take them to the Maiden Name text field.  If they select Male or Single/Female, the Maiden Name text field will disable.  I would appreciate any help on this.

    See Hiding and Showing Form Fields by Thom Parker.

  • Radio button - Readonly

    Hi All,
    I have 4 radio button groups and while the ISSUE ID is null they are editable but when the issue is closed I have all Items READONLY.
    In readonly state only one of the radio buttons display the database value.
    The difference between radio buttons are that the one that works is a STATIC button and the others are dynamic LOVs.
    How do I get them to work?
    I read that there is a bug but what work around can I use?
    Thank you, Bill

    Hi,
    I have this bug with an application running on Apex 2.0.
    The problem came from the name value that is null for every input type=radio.
    The browser see the items input type=radio as one group!
    Does anyone can provide me a quick fix for this issue.
    Thx,
    Louis-Guillaume
    Homepage : http://www.insum.ca
    Blog : http://insum-apex.blogspot.com

  • Radio Button - All

    I have got radio button(with submit)(RB name is P5_R_RG) on my report. Radio button are Dynamic LOV (Select distinct RG a, RG b from participant). Display Null :- Yes, Null Display Value 'All', Null return Value:- 'ALL'
    Participant is my table
    RG is column in participant table and it has got value between 1 and 6 only.
    I have got query in region and qeury is
    select     "PARTICIPANT"."AGSNO" as "AGSNO",
         "PARTICIPANT"."FIRSTNAME" as "FIRSTNAME",
         "PARTICIPANT"."LASTNAME" as "LASTNAME",
         "PARTICIPANT"."RG" as "RG"
    from     "PARTICIPANT"
    where ("PARTICIPANT"."RG" = :P5_R_RG or "PARTICIPANT"."RG" = 'ALL')
    What I am trying to do is when user select 'All', all the record should be displayed.
    1) When RG field type is numeric
    Whenever I select 1 to 6 option its work perfectly fine, but when i select 'All', it gives error message ' Type Mismatch'
    2) When RG field is varchar2
    Whenever I select 1 to 6 option its work perfectly fine, but when i select 'All', it gives message ' no record found'
    Could any one tell what i am doing wrong or give me some other idea or solution
    Its Urgent---------------
    Sagar

    It's easiest to get this all working if you stick with varchar2 types. For the radiogroup item, set display extra values No, set display null No, display value (leave empty). For LOV query:
    select '-All-' d, '0' r from dual
    union all
    select distinct RG d, RG r from participant
    For report query:
    select "PARTICIPANT"."AGSNO" as "AGSNO",
    "PARTICIPANT"."FIRSTNAME" as "FIRSTNAME",
    "PARTICIPANT"."LASTNAME" as "LASTNAME",
    "PARTICIPANT"."RG" as "RG"
    from "PARTICIPANT"
    where ("PARTICIPANT"."RG" = :P5_R_RG) or :P5_R_RG = '0'
    Scott

  • Hide Input(s) Until A Radio Button or Checkbox is selected

    I've got a CFFORM I'm sculpting for my family's genealogy.  The first section is for people's names.  I would like to hide teh inputs from teh user, unless a radio button value is selected.  Most people are not adopted, but occasionally, a person may need to enter a persons's biological name as well sas their adopted name.  Starting out, the form is supposed to display only FirstName, MiddleName, and LastName, but if the radio button is selected for "This person is adopted" I wish for the inputs to display for adopted information.  Is there Coldfusion that will do this?
    <CFFORM..etc.etc.>
    <TR>
        <TD><B>Biological First Name:</B></TD>
       <TD><CFINPUT
        TYPE="text"
       NAME="txt_p_nm_bio_f"
       SIZE="18"
       MAXLENGTH="18"
       TABINDEX=1
       id="txt_p_nm_bio_f"
       onBlur="javascript:changeCase(this.form.txt_p_nm_first)">
      </TD>
    </TR><TR>
      <TD><B>Biological Middle Name:</B></TD>
      <TD><CFINPUT
       TYPE="text"
       NAME="txt_p_nm_bio_m"
       SIZE="18"
       MAXLENGTH="18"
       TABINDEX=2
       id="txt_p_nm_bio_m"
       onBlur="javascript:changeCase(this.form.txt_p_nm_bio_m)">
      </TD>
    </TR><TR>
      <TD><B>Biological 2nd Middle Name:</B></TD>
      <TD><CFINPUT
       TYPE="text"
       NAME="txt_p_nm_bio_m2"
       SIZE="18"
       MAXLENGTH="18"
       TABINDEX=3
       id="txt_p_nm_bio_m2"
       onBlur="javascript:changeCase(this.form.txt_p_nm_bio_m2)">
      </TD>
    </TR><TR>
      <TD><B>Biological Last Name:</B></TD>
      <TD><CFINPUT
       TYPE="text"
       NAME="txt_p_nm_bio_l"
       SIZE="18"
       MAXLENGTH="18"
       TABINDEX=4
       id="txt_p_nm_bio_l"
       onBlur="javascript:changeCase(this.form.txt_p_nm_bio_l)">
      </TD>
    </TR><TR>
      <TD><B>Biological Maiden Name:</B></TD>
      <TD><CFINPUT
       TYPE="text"
       NAME="txt_p_nm_bio_mdn"
       SIZE="18"
       MAXLENGTH="18"
       TABINDEX=5
       id="txt_p_nm_bio_mdn"
       onBlur="javascript:changeCase(this.form.txt_p_nm_bio_mdn)">
      </TD>
    </TR><TR>
      <TD><B>Male:</B>
      <CFINPUT
       TYPE="radio"
       NAME="rdo_p_g"
       LABEL="Male"
       VALUE="M">
      </TD>
      <TD COLSPAN="3"><B>Female:</B>
      <CFINPUT
       TYPE="radio"
       NAME="rdo_p_g"
       LABEL="Female"
       VALUE="F">
      </TD>
    </TR>
    <!--- radio buttons are linked to text field in the database, thus the letter "A" or "B" --->
    <TR>
      <TD><B>Biological:</B>
      <CFINPUT
       TYPE="radio"
       NAME="rdo_p_a_b"
       VALUE="A">
      <TD COLSPAN="3"><B>Adopted:</B>
      <CFINPUT
       TYPE="radio"
       NAME="rdo_p_a_b"
       VALUE="B">
      </TD>
    </TR>
    <!--- 'hoping to hide the following three inputs and labels, if the radio button selection is biological. --->
    <TR>
      <TD><B>Adopted First Name:</B></TD>
      <TD><CFINPUT
       TYPE="text"
       NAME="txt_p_nm_adp_f"
       SIZE="18"
       MAXLENGTH="18"
       TABINDEX=1
       id="txt_p_nm_adp_f"
       onBlur="javascript:changeCase(this.form.txt_p_nm_first)">
      </TD>
    </TR>
    <TR>
      <TD><B>Adopted Middle Name:</B></TD>
      <TD><CFINPUT
       TYPE="text"
       NAME="txt_p_nm_adp_m"
       SIZE="18"
       MAXLENGTH="18"
       TABINDEX=2
       id="txt_p_nm_adp_m"
       onBlur="javascript:changeCase(this.form.txt_p_nm_adp_m)">
      </TD>
    </TR>
    <TR>
      <TD><B>Adopted Last Name:</B></TD>
      <TD><CFINPUT
       TYPE="text"
       NAME="txt_p_nm_adp_l"
       SIZE="18"
       MAXLENGTH="18"
       TABINDEX=4
       id="txt_p_nm_adp_l"
       onBlur="javascript:changeCase(this.form.txt_p_nm_adp_l)">
      </TD>
    </TR>
    <TR>
      <TD><B>Adopted Maiden Name:</B></TD>
      <TD><CFINPUT
       TYPE="text"
       NAME="txt_p_nm_bio_adp"
       SIZE="18"
       MAXLENGTH="18"
       TABINDEX=5
       id="txt_p_nm_bio_adp"
       onBlur="javascript:changeCase(this.form.txt_p_nm_adp_mdn)">
      </TD>
    </TR>
    Submit, reset, /CFFORM etc.etc.

    Group the form fields into appropriate DIVs. Then use the style property Display or Visibility to show or hide a DIV. Google and find out more.
    The major difference between display="none" and visibility="hidden" is that, when visibility is set to hidden, the hidden element still occupies its place in the layout of the page. Whereas, your page may experience a jumping motion when the display is changed to none.
    Here follows an example for you to play with
    <script type="text/javascript">
    <!--
        function toggleDisplay() {
           var elem = document.getElementById('a_fields');
           if(elem.style.display == 'block') {
              elem.style.display = 'none';
           else {
              elem.style.display = 'block';
        function toggleVisibility() {
           var elem = document.getElementById('b_fields');
           if (elem.style.visibility=="hidden"){
            elem.style.visibility="visible";
        else {
            elem.style.visibility="hidden";
    //-->
    </script>
    <form name="f" id="f">
    <div id="a_fields">
    A1: <input type="text" name="a1"><br>
    A2: <input type="text" name="a2"><br>
    </div>
    <div id="b_fields">
    B1: <input type="text" name="b1"><br>
    B2: <input type="text" name="b2"><br>
    </div>
    <input type="checkbox" name="toggle_A" onclick="toggleDisplay()"><br>
    <input type="radio" name="toggle_B" onchange="toggleVisibility()">
    <input type="radio" name="toggle_B" onchange="toggleVisibility()">
    </form>

  • Windows Deployment Service. Network Profile Radio Buttons greyed out with R2

    Hi All
    I have downloaded and setup Server 2008 R2 (not yet activated). I have added the following roles "DHCP Server", "DNS Server", "Active Directory Domain Services" and "Windows Deployment Services". I can PXE boot a test client machine and (using the boot.win from windows 7 dvd) multicast a XP Image to it. This setup is connected via a 100 Mb switch and is an isolated network. 
    Under windows deployment services - if I right click my server - select properties - network tab "Network Profile is greyed out". I have tried running wdsutil /Set-TransportServer /Server:big /Profile:100Mbps but get the following error message: "Windows Deployment Services Management Utility Version 6.1.7600.16385. Error code 0xC110011F This WDS transport server does not support network profiles.
    I have tried this on two hardware setups:
    An Intel D915GUX 3GHz 2GB RAM and Marvel Yukon 88E8050 ethernet controller.
    An Intel D965 Core2Duo 1.86GHz 2GB RAM and  Intel 82566DM Network controller.
    Incidently I have done the same setup with Server 2008 (not R2) on the D965 and the Network Profile radio buttons are not greyed out. If I upgrade the same test machine to server 2008 R2 the Network Profile radio buttons are greyed out. Is this a design change, does Server 2008 R2 no longer support network profiles as I am now unable to select 10 100 or 1000 Mbs ?
    If more information is required or if anything needs further detail please let me know.
    Thanks for any help.
    Liam.D

    Is there any way at all to manually set or control the network profile? In my environment, a SCCM\WDS multicast stream is bottoming out on speed and network utilization when the stream crosses a Nexus 7009 router. Speeds go from 200 Mbps to 20 mbps. I have
    a theory that this "new" automatic configuration is placing the clients in a slow network profile that are on the opposite side of the router and I have been unable to find a way to speed of the transmission. I have also ruled out the "master
    client" slowing down the stream buy using different clients only connecting to a stream 1 at a time. I have also ruled out the router as the source of the problem by having a VLC client listen to the multicast stream on the same side of the router as
    the slow clients. The VLC client (unknown to SCCM\WDS) was able to receive the transmissions at 20 % utilization / 200 Mbps.
    -Tony

  • Acrobat 9-forms-Radio buttons print different than check boxes

    I am using Acrobat Pro 9 to create forms.
    I've used both radio buttons and check boxes (that are circles).
    Forms were designed in InDesign with Zapf Dingbats as the open circles to be filled in.
    I used radio buttons when the user had to pick one over the other.
    I used check boxes when there were multiple choices or I wanted the user to be able to uncheck a box. (I used the circle style so they would look like radio buttons).
    The radio buttons are printing differently than the check boxes. It looks almost like there is an overlay on top of the actual open circle created by Zapf Dingbats.
    I checked the "appearance" window and there is no border or fill color on the radio buttons (same for the check boxes).
    Under the <general> tab, <common properties> is visible. I'm assuming it should be in order for the radio button to appear on the form.
    I would appreciate any input as to how to fix this.
    Thansk!
    Maureen

    That's just the way radio buttons are, and one reason I rarely use them in preference to check boxes. If Adobe wanted to, they could allow you to use any appearance you want for both the selected an unselected state of a check box or radio button, but they've actually further restricted your options over the years.

Maybe you are looking for

  • How can I open a URL from a Custom Button in a second help window?

    I have a custom button, which currently opens a URL in a web browser, using a redirect page. How can I change this so that it opens in a second help window instead? If I understand some of the posts I've read, it is possible by linking the button to

  • Windows 7 driver - HP photosmart d110?

    Is there a Windows 7 driver for HP Photosmart d110? (wireless) It doesn't seem to be on the list of supported printers, but not exactly on the list of unsupported printers either. If it's unsupported, what alternative driver will at least provide som

  • Request to have subsections in forum for each mo

    Many of the MP3 players Creative makes are called Zen. Searching the forums is very tedious since searching for Zen will pull up almost every post. Searching for the other models Zen X-Fi or just X-Fi will give you a message: "x" is a very common wor

  • Moving apps and music

    A quick question. My son is getting a 3GS. He as up to now been using my old (not activated) 1st gen iPhone as an iPod. So he's loaded it up with apps and music. I occasionally sync it to my laptop. Now when he gets his new phone, we'll start syncing

  • Chart in forms 6i

    Hello, I created within forms 6i with the chart wizard a chart with emp.ename as x-axis-values and emp.sal as y-axis-values. The table emp is contained in data block mytable, the chart item in the data block mycharts. The emp.empno are also displayed