User Tag List

Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Results 21 to 30 of 40

Thread: run in bg

  1. #21
    No Products Registered

    Join Date
    Nov 2007
    Posts
    92
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: run in bg

    uh... can't you post it...

  2. #22
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Apr 2008
    Posts
    488
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: run in bg

    You can dl right from the Message

  3. #23
    No Products Registered

    Join Date
    Nov 2007
    Posts
    92
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: run in bg

    can't open that. copy the events into the post.


  4. #24
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Apr 2008
    Posts
    488
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: run in bg

    Why does it think it is a Tiff file, just click open with

  5. #25
    No Products Registered

    Join Date
    Nov 2007
    Posts
    92
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: run in bg

    cant you do the previous...u_u

  6. #26
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Apr 2008
    Posts
    488
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: run in bg

    Ugh, ok, It's not a bad file.

  7. #27
    No Products Registered

    Join Date
    Nov 2007
    Posts
    92
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: run in bg

    your helping future MMF2-ers...

  8. #28
    No Products Registered

    Join Date
    Nov 2007
    Location
    Perth, WA Australia
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: run in bg

    i'm having similar issues with programs in the background. currently i have a program running invisibly but it forces focus away from warcraft III.
    ie whenever i try to go into war3 after starting the program it minimizes it and leaves me at the desktop.

    wat the hell?

  9. #29
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Apr 2008
    Posts
    488
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: run in bg

    objects:

    Counter
    Sys Tray
    Window Control

    Start of Frame -----------> (system tray) Show Icon 0 in tray
    End of Frame--------------> (system tray) Remove Icon 0 in tray
    (system tray)----------> User Clicks with left button on Icon 0 -= add 1 to counter

    counter = 0
    only one action when event loop --------> hide window

    counter = 1
    only one action when event loop --------> show window

    counter = 2
    only one action when event loop --------> set counter to 0







  10. #30
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Apr 2008
    Posts
    488
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: run in bg

    That should work, if you still have trouble download the example, I am not evil

Page 3 of 4 FirstFirst 1 2 3 4 LastLast

Posting Permissions

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