User Tag List

Results 1 to 2 of 2

Thread: Having a hard time with an automated task...

  1. #1
    Clicker Multimedia Fusion 2 DeveloperInstall Creator Pro

    Join Date
    May 2010
    Posts
    536
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Having a hard time with an automated task...

    Hey, folks!

    I'm having a challenging time trying to successfully implement an automated task. Here's what I'm trying to do:

    1.) Launch a third-party application.
    2.) Wait for that application's log on dialog box to load.
    3.) Move the mouse to where the "Password" text box is, then drop the mouse cursor in that text box.
    4.) Automatically send the password to that text box.


    Here's what I've done so far:

    1.) At the start of the frame, I'm using the "Kernel object" to "select the window next to the current window," as the new application will open next to this one. I would try "selecting from a title," but this log on dialog box doesn't have a Title bar or a name. (When I try using the tooltip name from the Windows Task bar, it doesn't seem to work.)
    2.) Launch the third-party application using MMF's native ability to do so.
    3.) Condition for the Kernel object: If the "selected window is in focus," then move the mouse to a specific point (where the "Password" text box is). At the same time, toggle Flag 1 to be on.
    4.) Condition for the Mouse object: If Kernel object's Flag 1 is on, then simulate a "mousedown" action.


    This is as far as I've developed in the Events editor. What happens when I test this is that the mouse moves to the specified location as the third-party application launches, but the mouse is never released. Even after I specify for the Kernel object to release the mouse, it doesn't do so. Furthermore, I suspect the Kernel object is launching yet another application for some reason (a screen saver in which I have a shortcut on my Desktop).

    So, I'm not sure how to proceed. I'm not even sure I'm doing this in the easiest way. I'm definitely open to suggestions! And I still haven't figured out how to automatically send the password string to the "Password" text box once the mouse has been placed there!

    As always, thank you all for your help!


    Most sincerely,

    RGBreality

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Having a hard time with an automated task...

    Did you remember to turn the flag OFF so it will stop putting the mouse down?
    Working as fast as I can on Fusion 3

Similar Threads

  1. Automated Challenge / Response system - PHP Script?
    By ratty in forum Paid Design & Development Requests
    Replies: 8
    Last Post: 19th February 2014, 08:11 PM
  2. Creating an automated keystroke/mouse recorder application...
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 27th October 2011, 07:51 PM
  3. Having a hard time properly setting up a Fast Loop
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 17th October 2010, 10:34 PM
  4. Task bar example
    By SEELE in forum File Archive
    Replies: 9
    Last Post: 10th September 2009, 05:04 AM
  5. Time for a Task
    By kmarshall in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 20th June 2007, 03:05 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
  •