User Tag List

Results 1 to 5 of 5

Thread: Global array and sub app problem

  1. #1
    Clicker Multimedia Fusion 2

    Join Date
    Jan 2007
    Posts
    167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Global array and sub app problem

    Hello,

    Long time lurker, first time poster here. I have a problem concerning the arrray object and sub application. This is the problem: I have a array and a sub app, I want the values of the array to be global and I want to be able to use it in the sub app. But it's not working

    I've made sure "Global to this application" is ticked in the array object. I've also ticked Share Global Values in the sub app. Yet the values in the sub app aren't showing. When I just jump to the fame of the subapp, all values are showing correctly.

    I haven't klikked in long while, but I'm sure this used to work in MMF1.5. I'm using the latest build of MMF2 btw (#245)

  2. #2
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Global array and sub app problem

    You need to place an instance of the object in your main frame as well as your sub-app frame.

    You also need to make sure that the objects have the exact same file name or they won't work.

  3. #3
    Clicker Multimedia Fusion 2

    Join Date
    Jan 2007
    Posts
    167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Global array and sub app problem

    Of course I did that. I'll add an example. I can figure out a workaround, but it'd be nice if this would work.

    http://www.flyupload.com/?fid=3580116

  4. #4
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Global array and sub app problem

    The Array object cannot be shared between an application and a sub-application, sorry. You have to use another object (I think the Associative Array object can do it) or use global values.

  5. #5
    Clicker Multimedia Fusion 2

    Join Date
    Jan 2007
    Posts
    167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Global array and sub app problem

    Ah, thanks. I'll use a different method then.

Similar Threads

  1. Global Array
    By toastersburnthings in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 2nd December 2012, 01:47 PM
  2. Global array
    By K1kk0z90 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 14th July 2011, 03:43 PM
  3. Global Array Test
    By nivram in forum File Archive
    Replies: 1
    Last Post: 6th March 2009, 01:17 AM
  4. Two Global Array Objects
    By drnebula in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 31st August 2006, 11:48 AM
  5. Global Array
    By Altsaxofon in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 31st July 2006, 01:47 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
  •