Show when being observed check box

Anyone know of a script that will look every hour to see if the "show when being observed" check box is enable or not, and then enable it if not?
Thanks

I need it to run on multiple clients.
You can run that task on whatever clients you want. Just select the clients before you schedule and save the task. The task will then automatically run for the clients you selected.
Also, it is not the visibility in the menu bar that I care much about as that can be on while the show while observed is off.
In the latest client (at least as of 3.2; I can't remember about 3.1 and 3.0) it's all one preference. There's no separate setting just for the "show while being observed"; if the menu bar item is showing, it will show when the system is being observed.

Similar Messages

  • "show when being observed" not showing

    All machines are OS 10.8.5, Remote desktop on clients and master machine is 3.7.1
    Although "show when being observed" is selected in the remote management settings on the client, the menu icon that should show up on observation doesn't show.
    If I try to trigger it manually by double-clicking Macintosh HD/System/Library/Core Services/Menu Extras/RemoteDesktop.menu still no icon is displayed. However no entry indicating a problem is listed in the system log in console.
    For comparison, the other menu icons triggered by double clicking the files in the Menu Extras folder work fine (eject, homesync status, etc).
    Does anyone know of software that interferes with the "show when being observed" function?
    Is there a command line way of enabling this on the client?
    Thanks in advance.

    Hi
    ". . . is there a command line way of enabling this on the client?"
    Yes. Try:
    /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/ki ckstart -configure -clientopts -setmenuextra -menuextra yes
    The above is all on one line and must be run as root. To disable the option replace 'yes' with 'no'.
    The manual for kickstart is available by simply typing:
    man /System/Library/CoreServices/RemoteManagement/ARDAgent/Contents/Resources/kicks tart
    in Terminal.
    " . . . Does anyone know of software that interferes with the "show when being observed" function?"
    Possibly the topology and/or physical health of your network? Assuming a stock OS install, a healthy drive and with nothing 3rd-Party added it should j'ust work'. By 3rd-Party I don't mean applications such as Adobe CS etc. I mean Little Snitch, Onyx etc and a whole host of other 'system' or 'utility' programs that on the surface appear to 'help' but in fact may be mudying the waters?
    HTH?
    Tony

  • Batch Comamand to Change "Show When Being Observed" on clients to OFF?

    I administer roughly 70 machines via ARD3 and have a question:
    Is it possible to turn "Show When Being Observed" off on all machines without having to crawl thru each one one-by-one?
    I am also using Workgroup Manager to admin all the machines via Open Directory but for the life of me, I can't figure out how to do this.

    OK, I can't find the appropriate .plist file for the life of me.
    It is not the com.apple.RemoteDesktop.plist one as that is for the Admin Application only. As far as I can see, when I make channges to the setting manually, the com.apple.SystemPreferences file changes, but I don't think the setting is there and I think the Finder shows it simply because I am in the System Prefs and unlocking it, etc.
    So in short, I can't figure out what .plist nor what string to add. Any help?

  • ARD Show when being observed

    Does anyone know if there's anyway to set it so that users can allow or deny being observed/controlled through ARD? And is tehre a way to push it out through unix command?

    You can turn off the Control/Observe privilege, and turn on the "Anyone may request permission..." checkbox under "Computer Settings...".
    This will present a dialog to the user when the admin requests to observe/control the system. Note that the downside to this is that if no user is at the machine, you can't gain access. It might be possible to work around this with the "VNC viewers may control screen with password" option... I'm not certain.

  • When working with check box control goes to " MODULE (PBO) %_CTL_INIT "

    Hi All,
    I have a problem regarding check box.
    I have  a global itab and the itab is having some data. so now the iatb data i'm able to use in my module. When i'm writing code for my check box as below
    types : begin of t_ itab1 ,
            field type DB-FIELD,
            end of itab1.
    data : lt_itab1 TYPE TABLE OF t_itab1 WITH HEADER LINE.
    DATA : USER1 TYPE C.
    module USER_COMMAND_0300 input.
      case sy-ucomm.
      WHEN 'USER'.
    *IF USER1 = 'X'.
       LOOP AT itab.<-----global table
       SELECT field FROM DBtab INTO TABLE lt_itab1 WHERE field =
       itab-field.
       ENDLOOP.
    *ENDIF.
       when 'CAN'.
        LEAVE TO SCREEN 0.
         ENDCASE.
    endmodule.                 " USER_COMMAND_0300  INPUT
    This is my code.
    now when i'm debugging it when the cursur is at loop at statement i'm pressing F5 cursur is not going in to the select statement. it going into " MODULE (PBO) %_CTL_INIT " .
    method GET_CURRENT_DYNPRO.
    Can anybody tell me what is wrong in that? i should get the data in to lt_itab1.
    Thanks
    g.s.naidu

    Hi,
    Set one flag variable in itab of the table control and set taht flag = 'X whn you save the selected record into the ztable.Then In PBO, do like this.
    PROCESS BEFORE OUTPUT.
      LOOP AT   it_t001l INTO x_t001l   WITH CONTROL tc CURSOR tc-current_line.
        MODULE tc_get_lines.
      ENDLOOP.
    MODULE tc_get_lines OUTPUT.
    IF  x_t001l-flag = 'X'.
        LOOP AT SCREEN.
          IF screen-name = 'X_T001L-SEL'.
                  screen-input = 0.
            MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
      ENDIF.
    ENDMODULE.                    "TC_GET_LINES OUTPUT
    *---->In PAI, For saving
    MODULE user_command_9002 INPUT.
    CASE ok_9002.
    WHEN 'SAVE'.
    loop at it_marc into x_marc where sel = 'X'.
    <Modify the zable>.
    <b>x_marc-flag = 'X'.
    modify it_marc from x_marc transporting flag.</b>
    Endloop.
    ENDCASE.
    ENDMODULE. " USER_COMMAND_9002 INPUT "TC2_MODIFY INPUT
    Message was edited by:
            Vigneswaran S

  • Show/Hide Template with Check Box

      I need scripting to add to a 'Check Box' that makes a (user) template visible if checked and invisible if unchecked.
      This will be used if the user needs an additional "sheet" (addendum) to complete the form.
    Thanks!

    Also:
    http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/JS_Dev_Templates.81.4.html
    http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/JS_Dev_Templates.81.5.html
    http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/JS_Dev_Templates.81.6.html
    http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/JS_Dev_Templates.81.6.html

  • Show when observing or controlling machine

    Is there a way to tell a client computer that you (the admin) are observing or controlling their machine? I have "Show when being observed" checked in the Sharing pref pane, but I want my users to know they do have some privacy.

    You can send a message to the computer using "Send Message" from the "Interact" menu.

  • When I click the iCloud button I get a browser with check boxes, not slider buttons and it does not have a "backup and storage" button.  So I cannot set up backup.

    When I open my iCloud browser it looks different than "normal." It shows the list with check boxes, not slider on-off buttons.  It dos not show a "storage and backup" button so I cannot set up my backup. What is wrong?

    If see something like the image below it's because you are looking at the iCloud settings on your Mac, not on an iOS device (which has sliders).  Storage & Backup isn't in the Mac settings because you cannot back up your Mac to iCloud.  Only iOS devices can back up to iCloud.  On a Mac, you can get information about your iCloud account storage by looking at the green usage bar at the bottom and by clicking the "Manage..." button on the bottom right.

  • Reset radiobutton list when check box unchecked

    I have a static PDF registration form that I am working on using LiveCycle Designer 8.2. I would like to learn how to have a radiobutton list reset when a particular check box is unchecked.
    When registering for the event, users have the option of attending 1 of the 4 optional afternoon workshop sessions. I have successfully made the workshop radiobuttons hidden until the check box is checked using the following code:
    (check box is named "Reg4" -- this is where they say "yes" I'm going to attend 1 of the 4 workshops,
    radiobutton list of the 4 workshops is named "RadioButtonList3")
          topmostSubform.Page1.Reg4::change - (JavaScript, client)
         if (this.rawValue == "0") {
           this.resolveNode("RadioButtonList3").presence = "hidden";
    When the user unchecks the "Reg4" checkbox after they have selected 1 of the 4 workshops, that radiobutton is still checked.
    What I'm looking for is to have the radiobutton list reset (or again hidden) when the Reg4 button is unchecked (after previously being checked).
    I hope my description is clear. Is this possible?

    Thank you again, Jono, for your reply. I was worried that the Static PDF was the trouble but I just couldn't take no for an answer!
    If you're willing, I'd be happy to send you my file but am unable to post publicly.
    In an earlier version the RadioButtonList3 is hidden when first viewing the file. It was done using FormCalc. (I know you said don't mix the languages but, hey, it worked!) Also, I found a post you had last year in the discussion "Prompt User to click checkbox (radio button)" where you described a message box using Java. I snagged that and put it on the enter event of the Reg4 field.
    When I preview the PDF, this is what I now have:
    Upon first view, RadioButtonList3 is hidden and am unable to select (perfect)
    When I check the Reg4 box, I get the "You will be registered for a..." warning message (perfect)
    I can now make a selection in the RadioButtonList3 (perfect)
    If I uncheck the Reg4 box without making a selection on RadioButtonList3, the RadioButtonList3 again hides (perfect)
    If I check the Reg4, then make a selection on RadioButtonList3, and then uncheck the Reg4 box, the RadioButtonList3 is reset (perfect)
    BUT the RadioButtonList3 is still visible and a selection can now be made (not perfect because the Reg4 box is now unchecked and the user will only be registered for the event if Reg4 is checked)
    #1 RadioButtonList3 will hide only if it has not been selected and reset first.
    #2 The warning message only appears the first time Reg4 is checked.
    These 2 items somehow seem related. Is there something that tells it "use this code when you first open the document but act differently once you've started checking boxes" so it only acts as I intend on the first go-around?
    Here's all of my code:
      topmostSubform.Page1.RadioButtonList3::calculate - (FormCalc, client)
    if (Reg4 == "0") then
              RadioButtonList3.access = "readOnly"
    else
              RadioButtonList3.access = "open"
    endif
    topmostSubform.Page1.Reg4::change - (JavaScript, client)
    if (this.rawValue == 1) {
      RadioButtonList3.presence = "visible";
    else {
              RadioButtonList3.rawValue = "";
      RadioButtonList3.presence = "hidden";
    topmostSubform.Page1.Reg4::enter - (JavaScript, client)
    if (RadioButtonList3.rawValue == "") {
         xfa.host.messageBox("You will be registered for an Optional Workshop ONLY if this box is checked. Don't forget to tell us which workshop you will be attending.");
         this.rawValue == null;
    So sorry for the lengthy post. I'm open to any ideas that anyone may have.
    This certainly is a learning experience!

  • Strange check box behaviour on Linux

    Hi,
    I have a forms module (10g) that has a database block with a non-database checkbox. This checkbox has the following properties:
    -Value when checked: 1
    -Value when unchecked: 0
    -Check box mapping to other values: Unchecked
    -Initial value: 0
    On 10g iDS (Win2k), when the query is executed on that block, the checkbox is unchecked for all records, which is my expected behaviour.
    Running the same module on 10g ias server (Linux) against the same database shows all checkboxes checked!!
    I can bypass this by coding a post-query-trigger and setting the value to 0, but I would like to know if someone knows anything about that.
    Thanks in advance
    Gerald

    Thanks but didn't quite work.
    This is a Seam application so I have a ClientOfficeList class which looks like this.
    private static final String EJBQL = "select clientOffice from ClientOffice clientOffice";
    public ClientOfficeList() {
              clientOffice.setClientGroup(new ClientGroup());
              setEjbql(EJBQL);
              setRestrictionExpressionStrings(Arrays.asList(RESTRICTIONS));
              setMaxResults(25);
         } then the ClientOffice entity bean looks like this.
    I wasn't able to introduce a boolean property in the entity bean since it doesnt have a corresponding database column mapping
         public void setClientOffice(String clientOffice)
              this.clientOffice = clientOffice;
         @Column(name = "CLIENT_OFFICE_STATUS", nullable = false, length = 1)
         @NotNull
         public char getClientOfficeStatus()
              return this.clientOfficeStatus;
         }The xhtml looks like this
    <h:column>
                <f:facet name="header">
                    <ui:include src="layout/sort.xhtml">
                        <ui:param name="entityList" value="#{clientOfficeList}"/>
                        <ui:param name="propertyLabel" value="Office status"/>
                        <ui:param name="propertyPath" value="clientOffice.clientOfficeStatus"/>
                    </ui:include>
                </f:facet>
                <h:selectBooleanCheckbox value="#{_clientOffice.clientOfficeStatus}" />
            </h:column>

  • Check box color in alv grid

    Hi friends,
    My requirement is , i am displaying data in alv grid with check box,here i want when we select check box then that realated line should be appear in the Blue color,can any one support me , Thanku in advance

    Hi danish,
    Thanku for the reply,but i doesnt work ,can u observe this code and give me your suggestion eloborately.
      gwa_fldcat-col_pos       = 2.
      gwa_fldcat-fieldname     = 'CHK'.
      gwa_fldcat-tabname       = 'GT_FINAL'.
      gwa_fldcat-EMPHASIZE = 'C310'.
       gwa_fldcat-input        = 'X'.
      gwa_fldcat-edit          = 'X'.
      gwa_fldcat-checkbox      = 'X'.
      gwa_fldcat-just          = 'C'.
      gwa_fldcat-key           = 'X'.
      gwa_fldcat-outputlen     = 16.
      gwa_fldcat-seltext_l     = 'Selection'.
      APPEND gwa_fldcat TO git_fldcat.
      CLEAR gwa_fldcat.
    FORM build_catalog .
      gs_layout-colwidth_optimize = 'X'.
      gs_layout-zebra             = 'CHK'.
      gs_layout-info_fieldname = 'LINE_COLOR'.
    gs_layout-box_fieldname     = 'CHK'.
      gs_layout-box_tabname       =  'GT_FINAL-CHK'.
    ENDFORM.                    " BUILD_CATALOG
    *&      Form  USER
    FORM user USING lv_okcode   LIKE sy-ucomm
                           rs_selfield TYPE slis_selfield.
    assign the function code to variable v_okcode
      lv_okcode = sy-ucomm.
    CASE sy-ucomm.
    handle the code execution based on the function code encountered
      CASE lv_okcode.
    loop at gt_final where chk = 'X'.
      gt_final-line_color = 'C110' .
    endloop.
        WHEN 'EXECUTE'.
          PERFORM execute.
        WHEN 'SELECTALL'.
          PERFORM selectall.
        WHEN 'DESELCTALL'.
          PERFORM deselectall.
        WHEN 'ASCENDING'.
          PERFORM ascending.
        WHEN 'DESCENDING'.
          PERFORM descending.
      ENDCASE.
      PERFORM alv.
    ENDFORM.

  • How to select One Check Box at a time

    Dear All
    I have 10 records in details blok and also I have 10 check boxes .
    I want user can only check one check box at a time .
    For example If first record I have checked and i am trying to check the last record then the first record UNCHECKED and the last record will checked .
    Like how redio buttons work ..
    How can i do that ..?
    I have done like this :-
    1st I have declare a global variable in PRE_FORM :GLOBAL.CNT := 'N';
    Then
    WHEN-CHECKBOX-CHANGED trigger
    IF CHECKBOX_CHECKED(EMP.CHK') THEN
        IF :GLOBAL.CNT != N THEN
            :EMP.CHK := Null
       HERE what to write ???
            RAISE FORM_TRIGGER_FAILURE;
        ELSE
            :GLOBAL.CNT := Y;
        END IF;
    ELSE
        :GLOBAL.CNT := N;
    END IF;Edited by: LuKKa on Aug 29, 2012 1:12 PM
    Edited by: LuKKa on Aug 29, 2012 1:13 PM

    LuKKa,
    An easier method would be to use a Calculated Field to summarize the value of your CHECKBOX Item. For example, add a non-table item (call it SUM_CHECKED) to your detail block and do not assign it to canvas - so it will not be displayed. Then set the following properties of the SIM_CHECKED item:
    Database Item = No
    Calculation Mode = Summary
    Summary Function = Sum
    Summarized Block = <YOUR DETAIL BLOCK>
    Summarized Item = <YOUR CHECKBOX ITEM>
    Next, you will need to change your Detail Block property Query All Records to YES (this is required for the Calulated Item).
    Now, make sure your checkbox is data type NUMBER and has the following minimum properties set:
    Data Type = Number
    Maximum Length = 1
    Initial Value = 0
    Value when Checked = 1
    Value when Unchecked = 0
    Check Box Mapping of Other Values = Not Allowed or Unchecked
    Now, in your Checkbox Item's When-Checkbox-Changed trigger add code similar to this:
    IF ( CHECKBOX_CHECKED('YOUR_DETAIL_BLOCK.YOUR_CHECKBOX_ITEM') ) THEN
       IF ( :YOUR_DETAIL_BLOCK.SUM_CHECKED > 1 ) THEN
       --Reset the checkbox
       :YOUR_DETAIL_BLOCK.YOUR_CHECKBOX_ITEM := NULL;
       MESSAGE('You can only check one item.');
       Message(' ');
       RAISE Form_Trigger_Failure;
       END IF;
    END IF;I have confirmed this method works and it is more efficient than looping through your records to see if other checkboxes are checked.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Passing check box values to WHERE clause

    Hi,
    I have created a Data block - 'CONTACTS' (Database data block)
    and has database item - 'Code', 'Descr'
    The number of records displayed is set to 5.
    Value When checked - 'Y'
    Value When Unchecked - 'N'
    Check box mapping of other values - 'unchecked'
    I am writing the code inside 'WHEN BUTTON PRESSED'. My main objective is to return the count of records based
    based on several conditions and one among them is CODE which is can be single or multiple based on the check box checked.
    The requirement is when i check one or multiple checkboxes, i should pass the 'Code' item values to the WHERE clause.
    Right now whenver i am trying to do so, only the current record value is copied to the WHERE clause.
    I have tried using basic loop but things havnt worked.
    Logic tried with basic LOOP
    BEGIN
    GO_BLOCK('CONTACT');
    IF :contact.cb = 'Y' THEN
    LOOP
    IF p_where is null then
    p_where := :contact.code;
    else
    p_where := p_where ||','||:contact.code;
    end if;
    exit when :system.last_record = 'TRUE';
    next_record;
    END LOOP;
    end if;
    MESSAGE ( 'p_where :'||p_where);
    MESSAGE (' ');
    END;
    And Even if i write the LOOP before the first IF, it return me the current record value and move to the last record.
    please guide me where am i wrong.
    Regards.
    Anoop.

    Try something like this:
    FIRST_RECORD;
    LOOP
      IF :contact.cb = 'Y' THEN
        IF p_where is null then
           p_where := :contact.code;
         else
           p_where := p_where ||','||:contact.code;
         end if;
       END IF;
      exit when :system.last_record = 'TRUE';
      next_record;
    END LOOP;
    -- END LOOP;
    MESSAGE ( 'p_where :'||p_where);
    MESSAGE (' ');
    END;

  • Item Partners Check box in Sales Order

    Hi all,
    What is the functionality and configuration settings of Item Partners Check box in sales order, partner function tab line item level?
    When i find the check box marking then it allows me changes by double clicking of the partner and changing the address, but when the same check box is not marked then it is in dispaly mode when i double click it.
    So please suggest me how to control its features.
    Thanks in Advance,
    Cheers,
    Anil.

    Hello,
    If this indicator is activated, the partner is validated at item level.
    It may happen that in a business transaction the partner in the document header does not apply to all items, for example, if specific goods for a customer are normally delivered to another ship-to party.
    In sales documents and billing documents you can enter one of the deviating partners from the document header at item level.
    When creating a document , the system copies the document header partners to the items. If you want to define another partner than the one in the document header at item level, overwrite the proposal from the item partner screen.
    Prase

  • Check box in search help

    Hi Experts,
    I have created one custom table. there is one field called zflag ( TYPE C - length 1). This field will contains values either 'R' or ' '.
    I have one module pool program. In that I have field called doc number. As soon ad user press F4 on doc number field, search help will displayed.
    field zflag is added to that serach help and it is working fine.
    But user wants show this field as check box in search help.
    Could you pls help me how to place check box in place of text field.
    Thanks in advance
    Regards
    Raghu
    Edited by: r badveli on Feb 17, 2009 10:38 PM

    Anyone has any idea about this?
    As soon as I press F4 on document no field, It will display one pop-up window with search help restrictions.
    In the search help restrictions ... I have added one flag field . But we nedd that text field as check box.
    How can we acheive this?
    Thanks.

Maybe you are looking for

  • Big hard drive in 400 iMac

    I repair and set up iMacs for donation and recently was setting up a 400 Graphite for donation to a video project. It originally had a 12GB HD in it and I told the client if he wanted a larger HD he should get one for me to put in. I told him about t

  • Date problem in the form

    I have a field called exp_date data type is date in the database and also in the form. In the recieving form field this date is entered as 2010/03 (year.month) In my irradiation form the exp_date( scanned or entered as 201003) YYYYMM, is validated ag

  • RFC/BAPI Exception in PI 7.0

    Hi there,   currently we have a scenario where the message come from middleware and pass through PI to POSDM system via RFC. my target structue is an BAPI .   for some reason if the BAPI execution gets failed on POSDM system then the BAPI should retu

  • "Clamshell Mode" gone with 10.6.6? Or not?

    Can people confirm if "clamshell mode" (using a laptop with closed lid; power, keyboard/mouse and monitor attached) still works in 10.6.6? I have seen reports that this (for me pretty important functionality) has been lost with the 10.6.6 update.

  • Printing border problem

    After upgrading to Photoshop 7 and then to CS, I have had a problem with borders when printing with an Epson Stylus photo 1270. The borders are consistantly larger on the bottom when printing vertical and are larger on the right side of the picture w