How to find The Operating System is idle

hi,
form last one month I am looking for a method or technique that provides me the system is idle or not,basically it will help me to dynamic log out from the system when the user is idle
thanks & regards,

You can only determine if the user is idle for your application.
You can reset timer each time the user performs an action and have a periodic check that a timeout is not reached.
You could warn the user that they are about to be timed out if they don't click on something in the app.

Similar Messages

  • How do I find the operating system of my ipad?

    How do I find the operating system of my ipad and update it to the latest system?

    you can see what version you are on by looking at settings, general, about.  on the same general screen in settings if you are on 5.0 or later, you will see an update software button.  if you are on an older version, you will need to plug into a computer w i tunes.

  • HT1414 I just tried to reset my iPad...then couldn't reset it.  I don't know how to install the operating system on it again

    I just tried to reset my iPad...then couldn't reset it.  I don't know how to install the operating system on it again

    Is this how you reset?
    1. Hold the Sleep and Home button down (together)
    2. For about 10 seconds
    3. Until you see the Apple logo (very important)
    4. Ignore the red slider

  • How to find the target system landscape

    How to find the target system landscape - the clients present in the target system. Please explain in detail.
    regards,
    ravikiran

    this FM is giving only the current system id. I want to find the target system details.

  • Data aquisition board installation,how to get the operation system know that the board exsist and to give it a number?

    I'm a green hand on hardware. This question is maybe kind of a silly quetsion.
    I already have a data acquisition board installed (built-in) and there is the corresponding program to control it.
    Now I need to install another board to the computer, and make the necessary Vi to control the new board. I'm wondering what should be the procedure like? HOW to get the computer know the new board. Should there be any driving program coming along with the hardware. Or the operation system should get to know the existing of the new hardware once it's installed( i mean plug in). Thank you for your kind reply!

    Hi Fenny,
    What is the model number of the second board? If your existing driver has support for this board (which I'm assuming is a NI board, and it's plug and play), your OS (which I'm assuming is Windows) should recognize it when you start up your computer after installation. You can find out the driver support for your board and OS from the link below. If the installation was successful, you should be able to see the new board in the Measurement and Automation Explorer (MAX) under "Devices and Interfaces". If you can see the board in MAX, there will be a device number assigned to the board, which you can use in your VI to communicate with it.
    If any of the above assumptions is incorrect, please provide some details (i.e. hardware used, driver you currently have installed, OS, and the application you'd like to use this new board for), and we can work from there.
    Data Acquisition (DAQ) Installation/Configuration Troubleshooter
    Thanks,
    Lesley Y.

  • How to find the Source system table

    Hi Experts,
    How to find table name in SCM APO system, because I am getting error in process chain, the corresponding  table in the source system does contain any data. check the data basis in the source system.
    Please provide the solutions how to find the table in APO (DP scm bi).
    Thanks in advance.
    Bye,
    Bharathi.

    Hi
    I guess you knew that in APO, apart from APO tables.. it is Livecache where the actual transaction data is stored. 
    But, if you just want to find some of the existing table in APO.. simply go to se11 and in the table name put the pattern as /SAPAPO/* and press F4. It will give a list of tables with the descriptions. 
    You can find out yourself all APO tables application wise with the following steps:
    Use transaction SE11 or SE16
    - Press F4 in the selection field 
    - You will get popup... in the below line of the popup selection SAP Applications.
    Here you will get the Application list.  In that select your own application for which you want to get the table details
    e.g. SCM- Supply Chain Management --> SCM-APO --> Advanced Planning and Optimization --->SCM-APO-MD - Master Data --> /SAPAPO/00_PRODUCT 
    Here are some examples:
    /SAPAPO/v_matloc - material, material number location view
    /SAPAPO/TSAREAKO - Planning Area details
    /SAPAPO/TSAREATE - Planning Area technial fields
    Since there are thousands of tables, I cannot list them all here. 
    or
    You can use transaction ST05 (database trace) to help you find the tables you are looking for. You can turn on the trace function, run an APO transaction, and looks at the ST05 logs for the tables

  • How to find the local system name in remote desktop through oracle

    Hi all,
    i am useing oralce 9i,D2K (Forms 6i) ,Presently i had a small problem when ever i am useing the application through the remote desktop i can not able to find the local system name .If i am accessing from the local system name then i can get the system name but when the user accessing the application through remote desktop i want to find from which local system he is accessing the remote desktop through the application is there any way to find it .If please let me know .
    Thanks in advance
    Srini

    Hi,
    Not sure of what you want.
    Have a look at v$session view. Machine column is maybe what you're looking for.
    If you want to retrieve the local host executing remote desktop, it's actually not possible natievely, since it's still remote host that is connecting to the database.
    Hope it helps.

  • How to find my Operating System on a MAC IIci

    How can I determine the actual operating system version of my MAC II ci.

    The IIci originally shipped with system 6.0.4, but Everymac says these system versions were supported in total: 6.0.4-7.5.1, 7.5.3-7.6.1.  Of course you need to boot it up and look at it like Dave Sawyer says to actually know which one you have.
    http://www.everymac.com/systems/apple/mac_ii/specs/mac_iici.html

  • How to find the BW system / version details - Urgent Please

    Hi,
    Our BW system version is 3.0b.  I would like to know other details like portal version,IGS and other associated details. Can anyone help me to find the details please.
    Thanks,
    David.

    ON your menu: Go to System >status > under the sap system box there is a icon like a glass. click on it. you will see all the details.
    HOpe this helps.
    BK

  • How to find the backend system in portals

    Hi Gurus,
    How to determine the number of backend systems referred in portals.
    Higher points will be rewarded for useful inputs.
    Thanks in Advance,
    Dharani

    Hi Dharani,
    if u have the system Administration role,
    u navigate thro System administration -> System configuration -> System landscape Overview.
    this iview will list all the system created for connection.
    If u want further clarification , feel free to raise q in forum

  • How to detect the operating system at runtime?

    I have a libary which i use for a mobile (android) and desktop-air projekt. I want to code somthing like this (pseudoCode):
    if( operating system == mobile/android )  
            this.addFieldUIs(myPopUpList);
    else if(operating system == desktop )
           this.addFieldUIs(myDropDownList); 
    Is it possible to archive this?

    Hello,
    You could investigate flash.system.Capabilities.os I think - but it is discouraged to use is for feature-depending support (it lists iOS but does not list Android OS for example in docs). Instead Adobe advise to perform runtime checks for feature specific support.
    http://help.adobe.com/en_US/air/build/WS144092a96ffef7cc16ddeea2126bb46b82f-8000.html
    regards,
    Peter

  • How to find the backend systems from the CRM?

    Hi!
    I just get a CRM system. I wonder whether there is any backend
    system connected to it.
    Could you tell how to do that? SM59?
    Thanks!

    Hi Jennifer,
    Go to:
    Customizing /SPRO/
    SAP Implementation Guide\Integration with Other mySAP Components\Strategic Enterprise Management\Define Target System (SAP R/3, SAP BW)
    Allot points, if helps.
    Martin Kuma

  • How do I disactivate the operating system on my macbook that was stolen from me?

    So in early September someone who I know broke into my apartment and stole my computer, I called the police and filed a report. I have some very snesitive documents on the computer that I would prefer no one to get their hands on. I was able to find the operating system disk I had purchsed to update the operating system a few years ago so I have all of the information associated with the OS. I do not know the IP address of the computer or exactly where it is (obviously or I would have it back). I want to basically turn the OS off so my files on the computer cannot be opened or used. Is there any way to disactivate the OS remotely like you can with Windows (if you use the product key on another PC it deactivates the previous version). I don't know if it matters but it was a late 2006 macbook (black) model 13" screen.

    What To Do If Your iDevice or Computer Is Lost Or Stolen
    If your Mac, iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should do in advance - before you lose it or it's stolen - and some things to do after the fact. Here are some suggestions:
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T, Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. Lost or Stolen iPhone? Here’s What to do
      6. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      7. Find My iPhone
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on MobileMe
      3. OS X Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)
    Third-party solutions for computers:
      1. VUWER 1.5.4
      2. Sneaky ******* 0.2.0
      3. Undercover 4.7
      4. LoJack for Laptops Premium Mac
      5. STEM 2.1
      6. MacPhoneHome 3.5

  • Does iCloud backup the operating system? and how do I back up the operating system.

    I have heard you can backup the operating system on iCloud. I have not been able to find documentation on how to backup the operating system. thanks mknmemries54
    now sure which operating system I have. It's a new one but not retenal display

    Welcome to the Apple Community.
    You cannot use iCloud to back up your computer.
    Can I suggest you get yourself an external hard drive and start using Time Machine or another back up utility. Data loss is often sudden and unexpected and far too late to do anything about in many cases.

  • HT1338 Purchased a used macbook pro with Mountain Lion. My old Mac runs Snow Leopard is backed up to Time machine. How do I register the operating system to me and how do I use Time Machine to move my files to the new used computer?

    Purchased a used macbook pro with Mountain Lion. My old Mac runs Snow Leopard is backed up to Time machine. How do I register the operating system to me and how do I use Time Machine to move my files to the new used computer?

    If you look at the User Tips tab, you will find a write up on just this subject:
    https://discussions.apple.com/docs/DOC-4053
    The subject of buying/selling a Mac is quite complicated.  Here is a guide to the steps involved. It is from the Seller's point of view, but easily read the other way too:
    SELLING A MAC A
    Internet Recovery, and Transferability of OS & iLife Apps
    Selling an Old Mac:
    • When selling an old Mac, the only OS that is legally transferable is the one that came preinstalled when the Mac was new. Selling a Mac with an upgraded OS isn't doing the new owner any favors. Attempting to do so will only result in headaches since the upgraded OS can't be registered by the new owner. If a clean install becomes necessary, they won't be able to do so and will be forced to install the original OS via Internet Recovery. Best to simply erase the drive and revert back to the original OS prior to selling any Mac.
    • Additionally, upgrading the OS on a Mac you intend to sell means that you are leaving personally identifiable information on the Mac since the only way to upgrade the OS involves using your own AppleID to download the upgrade from the App Store. So there will be traces of your info and user account left behind. Again, best to erase the drive and revert to the original OS via Internet Recovery.
    Internet Recovery:
    • In the event that the OS has been upgraded to a newer version (i.e. Lion to Mountain Lion), Internet Recovery will offer the version of the OS that originally came with the Mac. So while booting to the Recovery Disk will show Mountain Lion as available for reinstall since that is the current version running, Internet Recovery, on the other hand, will only show Lion available since that was the OS shipped with that particular Mac.
    • Though the Mac came with a particular version of Mac OS X, it appears that, when Internet Recovery is invoked, the most recent update of that version may be applied. (i.e. if the Mac originally came with 10.7.3, Internet Recovery may install a more recent update like 10.7.5)
    iLife Apps:
    • When the App Store is launched for the first time it will report that the iLife apps are available for the user to Accept under the Purchases section. The user will be required to enter their AppleID during the Acceptance process. From that point on the iLife apps will be tied to the AppleID used to Accept them. The user will be allowed to download the apps to other Macs they own if they wish using the same AppleID used to Accept them.
    • Once Accepted on the new Mac, the iLife apps can not be transferred to any future owner when the Mac is sold. Attempting to use an AppleID after the apps have already been accepted using a different AppleID will result in the App Store reporting "These apps were already assigned to another Apple ID".
    • It appears, however, that the iLife Apps do not automatically go to the first owner of the Mac. It's quite possible that the original owner, either by choice or neglect, never Accepted the iLife apps in the App Store. As a result, a future owner of the Mac may be able to successfully Accept the apps and retain them for themselves using their own AppleID. Bottom Line: Whoever Accepts the iLife apps first gets to keep them.
    SELLING A MAC B
    Follow these instructions step by step to prepare a Mac for sale:
    Step One - Back up your data:
    A. If you have any Virtual PCs shut them down. They cannot be in their "fast saved" state. They must be shut down from inside Windows.
    B. Clone to an external drive using using Carbon Copy Cloner.
    1. Open Carbon Copy Cloner.
    2. Select the Source volume from the Select a source drop down menu on the left side.
    3. Select the Destination volume from the Select a destination drop down menu on the right
    side.
    4. Click on the Clone button. If you are prompted about creating a clone of the Recovery HD be
    sure to opt for that.
    Destination means a freshly erased external backup drive. Source means the internal
    startup drive. 
    Step Two - Prepare the machine for the new buyer:
    1. De-authorize the computer in iTunes! De-authorize both iTunes and Audible accounts.
    2, Remove any Open Firmware passwords or Firmware passwords.
    3. Turn the brightness full up and volume nearly so.
    4. Turn off File Vault, if enabled.
    5. Disable iCloud, if enabled: See.What to do with iCloud before selling your computer
    Step Three - Install a fresh OS:
    A. Snow Leopard and earlier versions of OS X
    1. Insert the original OS X install CD/DVD that came with your computer.
    2. Restart the computer while holding down the C key to boot from the CD/DVD.
    3. Select Disk Utility from the Utilities menu; repartition and reformat the internal hard drive.
    Optionally, click on the Security button and set the Zero Data option to one-pass.
    4. Install OS X.
    5. Upon completion DO NOT restart the computer.
    6. Shutdown the computer.
    B. Lion and Mountain Lion (if pre-installed on the computer at purchase*)
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because
    it is three times faster than wireless.
    1. Restart the computer while holding down the COMMAND and R keys until the Mac OS X
    Utilities window appears.
    2. Select Disk Utility from the Mac OS X Utilities window and click on the Continue button. 
    3. After DU loads select your startup volume (usually Macintosh HD) from the left side list. Click
    on the Erase tab in the DU main window.
    4. Set the format type to Mac OS Extended (Journaled.) Optionally, click on the Security button
    and set the Zero Data option to one-pass.
    5. Click on the Erase button and wait until the process has completed.
    6. Quit DU and return to the Mac OS X Utilities window.
    7. Select Reinstall Lion/Mountain Lion and click on the Install button.
    8. Upon completion shutdown the computer.
    *If your computer came with Lion or Mountain Lion pre-installed then you are entitled to transfer your license once. If you purchased Lion or Mountain Lion from the App Store then you cannot transfer your license to another party. In the case of the latter you should install the original version of OS X that came with your computer. You need to repartition the hard drive as well as reformat it; this will assure that the Recovery HD partition is removed. See Step Three above. You may verify these requirements by reviewing your OS X Software License.

Maybe you are looking for

  • I downloaded the latest version of iTunes

    I downloaded the latest version of iTunes and left my iPod to charge, and now when I go to iTunes, it shows me that all the songs are on the iPod, but when I go to listen to my music on my iPod, there is no music. Has anyone else experienced this pro

  • Files not showing up in shared folder

    I am in a network environment (8 G5 imacs and a G4 Power Mac Server) The G5's are running OSX 10.3.9 and the G4 Sever is running Max OSX Sever10.3. Two of the G5 imacs need to unmount the shared folder and remount to see new content placed in the fol

  • How do I bypass OCSP Errors?

    I've visited some sites recently that cause Firefox to show me errors like: Secure Connection Failed An error occurred during a connection to example.com. The OCSP server has no status for the certificate. (Error code: sec_error_ocsp_unknown_cert) I

  • Help: blank photo in all but web module

    Hi, just upgraded to v2 of LR, huge problem, all photos imported are shown as blank. I have tried to re-import, create a fresh profile etc...nothing works. LR only shows square photo placeholder with large number identifying the photo. But the web mo

  • Motions 1.0.1 cant play Content .mov files

    I recently upgraded Quick time to QuickTime™ Version 7.1.2, Player Version 7.1.2 Don't know if that is the issue or what. Any help would be great..... I know it's an old version of motions but it was working fine until...