User Tag List

Results 1 to 3 of 3

Thread: Dynamic Array difficulties.

  1. #1
    No Products Registered

    Join Date
    May 2008
    Posts
    16
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Dynamic Array difficulties.

    Do I have to re-label a dynamic array every time I enter a new frame? Because it certainly doesn't seem like it's retaining the labels I give it otherwise.

    Currently I'm trying to test this by simply placing a string object in the frame and setting the alterable string of the object to the label of "Column 1" of the dynamic array.

    Now, if I label column 1 within the frame containing this test string, it works and the string displays the label correctly.

    However, if I label column 1 in the previous frame, then move into the frame containing the test string, the application crashes. It doesn't even show me the frame containing the test string; it completely refuses to work.

    What's going on?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Dynamic Array difficulties.

    I wonder if you can make it a global object? I don't know...

  3. #3
    No Products Registered

    Join Date
    May 2008
    Posts
    16
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Dynamic Array difficulties.

    It does say in the documentation that it has all the features of the Global Array. There isn't actually an option to make the Dynamic Array object global anywhere, but given this sentence, I'd assumed that you didn't have to and they'd automatically be considered global.

    Regardless, though, even if the label isn't transferring between frames, that shouldn't make the application crash. It should just return a blank string.

Similar Threads

  1. Array dynamic?
    By StingRay in forum iOS Export Module Version 2.0
    Replies: 3
    Last Post: 12th December 2013, 05:22 PM
  2. Dynamic Array - Sort 2 dimension array by Column 1
    By Ryan in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 16th December 2012, 04:54 AM
  3. Is it best to use a dynamic array?
    By TheSynapse in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 2nd February 2012, 08:54 PM
  4. Dynamic Array to Binary Array problems
    By BREK in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 22nd March 2010, 10:48 PM
  5. Dynamic Array example files anyone?
    By BREK in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 10th March 2010, 12:04 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
  •