User Tag List

Results 1 to 3 of 3

Thread: Sub-Application & INI Files

  1. #1
    Clicker Fusion 2.5 DeveloperSWF 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)

    Join Date
    Dec 2009
    Location
    Louisiana, USA
    Posts
    369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Sub-Application & INI Files

    In frame 1 is my main frame. In frame two I have a much smaller (i.e. dimensions of the frame) frame. I have it set to when you click a button it loads the second frame (set as a sub-application) in to frame 1. Everything is working fine, however, I have an issue with the use of INI files.

    I use the INI file to store information the user inputs or from what they select (i.e. radio buttons, selection from a combo box, etc).

    When I go to load some of this information in to the second frame I have to set everything back up in the INI file. That is, I have to have it set the group, set the items, and set their values. Granted the information is already stored in the INI file but for some reason the only way the second frame can access it is if I have it all set back up at the beginning of the second frame.

    Is there something I'm missing on using INI files across frames? I even tried getting what I want done in the second frame by just using it as a regular frame and not even using the sub-application object. No matter where I use the sub-application object or whether the events/actions occur independantly in frame 2 can it access the INI file.

  2. #2
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Sep 2006
    Posts
    1,544
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Sub-Application & INI Files

    try the INI++ object with "global data" set to the same value for the different INI objects. They will pull their memory from the same location.

  3. #3
    Clicker Fusion 2.5 DeveloperSWF 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)

    Join Date
    Dec 2009
    Location
    Louisiana, USA
    Posts
    369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sub-Application & INI Files

    Thanks for the suggestion of the INI++ object. Since I only have about 4-5 or so separate pieces of data to store I've decided to just store it as global values and global strings.

    However, I did test out the INI++ object and.. well.. Wow! Anyone that has game/app data they want to store but keep it minimally secure should definitely use this. The built in encryption feature is very easy to use and pretty awesome.

Similar Threads

  1. "Flash / INI object: now loads INI files stored as binary files in the application."
    By EdibleWare in forum SWF/Flash Export Module Version 2.0
    Replies: 5
    Last Post: 2nd July 2014, 10:22 AM
  2. How To Store Ini Files In An Application
    By drnebula in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 13th February 2012, 08:34 AM
  3. sending files from one application to another
    By nick_Peoples in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 24th February 2011, 08:32 AM
  4. Saving .ini's within application files?
    By pikzilla in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 10th May 2010, 11:50 AM
  5. No External Files in Stand Alone Application
    By Mico in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 22nd January 2008, 12:10 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
  •