User Tag List

Results 1 to 5 of 5

Thread: Inactive if User Away Even When Out of Focus

  1. #1
    Clicker Fusion 2.5

    Join Date
    Jun 2006
    Posts
    402
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Question Inactive if User Away Even When Out of Focus

    Hi,

    I want my application to test whether the user is inactive, even if the window is out of focus/minimized or hidden. Using the following code works great:

    + Always
    - Counter = 0

    User Inactive for 5 Minutes
    - Counter = 1

    But will only work if the window is in focus and the user's mouse cursor is within the application.

    Thanks,

    Isaac

  2. #2
    Clicker Fusion 2.5Fusion 2.5+ DLC
    casleziro's Avatar
    Join Date
    Mar 2013
    Location
    United States
    Posts
    679
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    In the Application Properties, under the Runtime tab, check "Run while minimized" and "Run while resizing".

  3. #3
    Clicker Fusion 2.5

    Join Date
    Jun 2006
    Posts
    402
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by casleziro View Post
    In the Application Properties, under the Runtime tab, check "Run while minimized" and "Run while resizing".
    It will still only work if the mouse cursor is within the window. This also applies to key strokes.

  4. #4
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    Norway
    Posts
    333
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I see. It seems like the "Users has left the computer" event only works as long as the application is in focus and the mouse is within the window.
    I have made an example for you that does work except using the scroll wheel on the mouse when the app is not in focus.
    The example is using the "Is Key Pressed Outside" extension that you can find in the extension manager.
    Attached files Attached files

  5. #5
    Clicker Fusion 2.5

    Join Date
    Jun 2006
    Posts
    402
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Decal View Post
    I see. It seems like the "Users has left the computer" event only works as long as the application is in focus and the mouse is within the window.
    I have made an example for you that does work except using the scroll wheel on the mouse when the app is not in focus.
    The example is using the "Is Key Pressed Outside" extension that you can find in the extension manager.
    That's exactly what I was looking for, thanks! Who knew there was such an extension with such specific uses!

Similar Threads

  1. Test if ActiveObj is INACTIVE
    By StingRay in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 3rd April 2013, 04:57 PM
  2. Inactive if to far from window in Flash
    By Outcast in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 24th March 2013, 03:18 PM
  3. Inactive if too far from window
    By Corlen in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 5th March 2012, 03:25 PM
  4. Option : "Inactive if too far" en automatique???
    By BenjaminG in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 28th November 2006, 05:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •