User Tag List

Results 1 to 10 of 10

Thread: Console-Runtime

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    Pharanygitis's Avatar
    Join Date
    Aug 2006
    Location
    Germany
    Posts
    1,037
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Console-Runtime

    I have a little question. Is this possible - create a console-application (runtime export) with mmf2 ? that was very great to create own server (lacewing) with mmf.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Console-Runtime

    You could use the Console object.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    Pharanygitis's Avatar
    Join Date
    Aug 2006
    Location
    Germany
    Posts
    1,037
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Console-Runtime

    No, i mean - i create a runtime exe file (console). when I start, i have only the console, not the mmf-window.

  4. #4
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Console-Runtime

    Well, check "Hidden at start" in your application properties so it doesn't create a window, and then create a console with the Console object?

  5. #5
    Clicker Fusion 2.5 Developer

    Join Date
    Nov 2008
    Posts
    299
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Console-Runtime

    And if you have MMF2Dev, you can check "No display surface"
    to speed things up

  6. #6
    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: Console-Runtime

    If it's hidden at start then the window won't even be drawn, so checking no display surface really won't have any effect ;P
    Working as fast as I can on Fusion 3

  7. #7
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    NUGGETRON's Avatar
    Join Date
    Aug 2011
    Location
    Antarctica
    Posts
    62
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Console-Runtime

    Yo, I think what he means is that when you type your application in command prompt, for example:
    Code:
    C:\Users\Username> Documents\MyApp.exe
    it will run in command prompt instead of opening a new window.

  8. #8
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Console-Runtime

    Yeah that is what Pharanygitis means i think.

    I am not sure if the Console object allows that but i might be wrong. I needed exactly the same thing a while back but in the end i just used C++ to make a console app.

    Also if you use Hidden at start does that then ignore creating the window or does the window exist still but it's just hidden? i will have to test that feature i think as it could be quite useful.

  9. #9
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    Hi,

    I am having trouble to read string from console, is always empty string

    i am using like this

    actions "Read String"

    condition "String Read" -------> set text (in an edit object) "StringRead$()"


    but is always empty, even i get response in "PipeOutput$()"


    Thanks in advance for your help
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  10. #10
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    Quote Originally Posted by FVivolo View Post
    Hi,

    I am having trouble to read string from console, is always empty string

    i am using like this

    actions "Read String"

    condition "String Read" -------> set text (in an edit object) "StringRead$()"


    but is always empty, even i get response in "PipeOutput$()"


    Thanks in advance for your help
    Upps, Seems i totally misunderstood the object
    Regards,


    Fernando Vivolo

    ... new things are coming ...

Similar Threads

  1. Console Object
    By TotalProjects in forum Extension Development
    Replies: 9
    Last Post: 6th July 2009, 07:53 AM
  2. Wait until console finished AND hide console
    By Krush_Brother in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 31st October 2008, 04:16 PM
  3. Help with the console object
    By Maverick in forum Extension Development
    Replies: 4
    Last Post: 18th April 2008, 04:24 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
  •