User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 14 of 14

Thread: Working draft of a new extension- Process object

  1. #11
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Working draft of a new extension- Process obje

    So is the Process object working for everyone but me?

    BTW, I think you have the title and message mixed up in the extensions private beta warning.
    .:::.Joshtek.:::.

  2. #12
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Working draft of a new extension- Process obje

    So is the Process object working for everyone but me?

    BTW, I think you have the title and message mixed up in the extensions private beta warning.
    .:::.Joshtek.:::.

  3. #13
    Clicker Fusion 2.5 DeveloperAndroid Export Module

    Join Date
    Jun 2006
    Location
    Melbourne, Australia
    Posts
    765
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Working draft of a new extension- Process obje

    Considering your playing with this idea command processor. Here are some comments.

    Working with command line is a little different than working with standard windows apps.

    For example - Command line returns a value when cmd window closes and will returns between 0 & 255 called errorlevel.

    and Command line has a standard output, an error output, a standard input and input from a file.

    You can have more than one command window! Have you considered this functionality.

    You may want the command window hidden, shown.

    You may want to read the stardard output window or the error output window. In other words you may need to buffer the window.

    You may want to redirect the output to a file and read it at the same time.

    If you could build a extension that controls the command line well, MMF could do some really powerful things.


    Working with memory is different than working with command line!!!!
    You need to distingwish the two. Mixing them together is confusing.
    For example if you use the process of launching to gain the handle of a process then don't call it command line.

    Have a look at MMB(multimedia builder 4.7 I think) they have a extension they use which can take control of a window of another app and send keystrokes, mouse clicks and menu command to" The application literally becomes a part of your own app like a sub app. I not sure but I think it can also get output from object from the screen as well.

    Also There is another app called Autoit which doesn't have the intergration feature but is really powerful in sending keystrokes, mouse etc to other apps and controlling them.

    You really IMHO have two extension here, maybe you could consider spilting them.

  4. #14
    Clicker Fusion 2.5 DeveloperAndroid Export Module

    Join Date
    Jun 2006
    Location
    Melbourne, Australia
    Posts
    765
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Working draft of a new extension- Process obje

    Considering your playing with this idea command processor. Here are some comments.

    Working with command line is a little different than working with standard windows apps.

    For example - Command line returns a value when cmd window closes and will returns between 0 & 255 called errorlevel.

    and Command line has a standard output, an error output, a standard input and input from a file.

    You can have more than one command window! Have you considered this functionality.

    You may want the command window hidden, shown.

    You may want to read the stardard output window or the error output window. In other words you may need to buffer the window.

    You may want to redirect the output to a file and read it at the same time.

    If you could build a extension that controls the command line well, MMF could do some really powerful things.


    Working with memory is different than working with command line!!!!
    You need to distingwish the two. Mixing them together is confusing.
    For example if you use the process of launching to gain the handle of a process then don't call it command line.

    Have a look at MMB(multimedia builder 4.7 I think) they have a extension they use which can take control of a window of another app and send keystrokes, mouse clicks and menu command to" The application literally becomes a part of your own app like a sub app. I not sure but I think it can also get output from object from the screen as well.

    Also There is another app called Autoit which doesn't have the intergration feature but is really powerful in sending keystrokes, mouse etc to other apps and controlling them.

    You really IMHO have two extension here, maybe you could consider spilting them.

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. How to use the Process Viewer object to kill?...
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 19th September 2012, 07:43 PM
  2. [Request] process manager PRO object
    By EasySite in forum Extension Development
    Replies: 0
    Last Post: 11th September 2009, 12:15 PM
  3. File Object Extension - Web Folder Not Working
    By droberson in forum Extension Development
    Replies: 5
    Last Post: 14th September 2007, 07:39 PM
  4. [Help] Program hangs during a process in extension
    By sss in forum Extension Development
    Replies: 3
    Last Post: 2nd February 2007, 08:28 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
  •