User Tag List

Results 1 to 4 of 4

Thread: sub application

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    SoftWarewolf's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    941
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    sub application

    is this extension supposed to work with java? it doesn't for me.

    source: frame2
    shared global values and strings

    tried both with and without popup window checked.

    tried both standalone java app and internet-app

    if i run it in windows i just get a frozen taskbar that i have to shutdown with ctrl+alt+del

    if i run it on a webpage its just blank white and makes firefox really slow and weird.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: sub application

    The sub application object should be working in Java.
    Can you send me your project? I would be able to debug it then. Please make a doc explaining what you do in your application.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    SoftWarewolf's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    941
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: sub application

    you can find the source file and try the html in your browser here.

    its not a project yet, i was just making this to test the subapp on java.

    when i run the html in IE i get "loading java applet failed"

    also in MMF it seems to be a delay on about 250ms between each time you can click the active object, so its not working as smooth as i would like.

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: sub application

    OK, after a while, I had a look at this problem.
    It comes from the fact that the size of the subapplication object in the first frame is not the same as the size of the frame2. It is a lot bigger.
    In the C++ runtime of MMF, the subframe is displayed on the top left, and you can click in the white areas of the subapplication object.
    This is impossible in Java. The subframe is centered (this is the reason why you cant see it), and you cannot click in the white areas.
    To make your application work, set the size of the sub application object to the exact size of the subframe. By editing the properties.
    And it works.

Similar Threads

  1. MMF Flash Application. Click on the Application to set the focus?
    By KLiK-iT in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 2nd April 2013, 02:31 PM
  2. Build Application crashes when trying to run a sub-application
    By Arnax in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 10th July 2012, 04:17 AM
  3. calling another application inside the application
    By Cody in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 11th June 2010, 03:38 AM
  4. Save application as Internet Application?
    By Pyrasia in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 15th February 2009, 04:04 PM
  5. [Bug] End application
    By Sphax in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 19th May 2007, 10:37 AM

Posting Permissions

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