User Tag List

Results 1 to 5 of 5

Thread: Loading Files - Weird problem with file object.

  1. #1
    No Products Registered

    Join Date
    Aug 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Loading Files - Weird problem with file object.

    Hey guys,

    I'm trying to do something extremely simple in MMF2, and it's something I'm sure I've done plenty of times, in exactly the same way, with no trouble. Alas, it's just not happening today...

    All I'm trying to do is load a .txt file into a list object. Simple, right? Here's how my code looks:


    User clicks on "Import" button
    -[color:#3366FF] Open load selector on ""[/color]

    Only one action when event loops
    + selected file is a file
    - [color:#3366FF]List object load selected file[/color]

    The first file I load with the file selector is imported into the list without any problem. But any file selections I make after that just don't seem to be getting registered.

    I've tried all sorts of variations on this. Checking if the file is readable, checking if the file is writable, checking if it exists, changing the event order, writing the path to an edit box and trying to load the file that way but it's just NOT happening!

    I even tried a reinstall because this was so frustrating, but it's not changed anything. The worst part is, I've done this loads of times in the past... Did something get broken?

    Appreciate any help, thanks guys

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Popcorn's Avatar
    Join Date
    Jun 2006
    Location
    Norway, Bergen
    Posts
    2,366
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Re: Loading Files - Weird problem with file object.

    I get the samme error. Maybe a bug in the latest build of MMF2?
    I even try with Last action is ok + only one action when event loops, and still not working.

    But this will work:

    * User clicks on "Import" button
    - File object: Open load selector on ""
    - List: Reset
    - List: Load selected file

  3. #3
    No Products Registered

    Join Date
    Aug 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Loading Files - Weird problem with file object.

    Hey Popcorn - glad I'm not alone on this issue!

    It's strange, I don't know why this has started happening - but your solution works perfectly man, thanks a lot!

  4. #4
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: Loading Files - Weird problem with file object.

    Hi ukcode. Maybe you could also put this in the b252 subforum as a bug report.

    Thanks

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  5. #5
    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: Loading Files - Weird problem with file object.

    This is not a bug, it is an intentional and very useful feature. It is meant so that you can add to the list by loading from multiple files without losing the information from previous files. The file loaded is appended to the end of the list. I find this feature to be extremely useful
    Working as fast as I can on Fusion 3

Similar Threads

  1. Problem with frame editor - loading files all the time
    By J3sseM in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 3rd October 2013, 07:39 AM
  2. Problem loading NVO XML file
    By Gullyking in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 2nd June 2012, 06:55 AM
  3. Problem with saving/loading an NVO array file from the Named Variable object?
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 12th January 2012, 01:17 PM
  4. Problem loading a CCN file using Vitalize...
    By RGBreality in forum Vitalize
    Replies: 4
    Last Post: 1st September 2010, 11:12 PM
  5. KnP/CnC file loading problem
    By ASD in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 9th May 2010, 01:53 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
  •