User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 13 of 13

Thread: Where is Ini?

  1. #11
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Sep 2010
    Location
    Poland
    Posts
    18
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Where is Ini?

    Quote Originally Posted by JoKa
    [...] However, I found no problem in retrieving this data again (except when accessing the same file from the main app and a sub app, in this case you may need to "re-initialize" the ini by destroying and creating it again - maybe this also helps in your case).[...]
    This is because the .sol file is stored in different directories by the main app and the sub-app. And there's nothing you can do about it now. What you call "re-initializing" the ini file actually creates a new one and instructs the runtime to look in it instead of the other one.

    This could be a lot easier to handle if a certain fix was to be added to SWF runtime. I described it here:

    http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=206991#Post2069 91

    But the only reply I got from CT was that they need their flash programmer to look into the issue. That was well over a moth ago.


  2. #12
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    1,964
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)

    Re: Where is Ini?

    So the INI file is stored in the cookies folder

    I have an EXE app that copies some INI values, downloads a new INI, and replaces the values. Is this possible to do now?


    PS. It downloads other files before the INI which the INI uses.

  3. #13
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Jul 2006
    Location
    Germany
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Where is Ini?

    Quote Originally Posted by WMroczek
    This is because the .sol file is stored in different directories by the main app and the sub-app.
    I also thought so and looked into the sol-file after saving from main app and after saving from sub app. Both stored the data into the SAME file. However, the main app required destroy-and-create of the ini object, then it was possible to retrieve the current data after the sub app had changed something.

Page 2 of 2 FirstFirst 1 2

Posting Permissions

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