User Tag List

Results 1 to 6 of 6

Thread: Android Build 11 - INI potential issues

  1. #1
    Clickteam Clickteam
    Kisguri's Avatar
    Join Date
    Jun 2006
    Location
    Bakersfield, CA
    Posts
    3,058
    Mentioned
    39 Post(s)
    Tagged
    3 Thread(s)

    Android Build 11 - INI potential issues

    This may have to do with rebuilding MMF2 so many times and the INI object getting messed up in the process, but I noticed it wasn't loading sometimes in my androids app some of the data it supposed to save, so I ran it from MMF2 and used the Appdrive$+appdir$+filename to force target location of my ini file, It did not appear in the windows folder. SO I then created the attached app to test INI basic function in a Windows app, and it again is not creating the INI file. Please someone test the simple app and see if in the apps route folder they get a INI to appear.

    INItest.mfa

  2. #2
    Clickteam Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform 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)
    Simon's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    2,735
    Mentioned
    65 Post(s)
    Tagged
    3 Thread(s)
    I confirm this too. I have the latest beta installed.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    In the properties of the INI you have "Create INI file in the Application Data folder" selected, but in the events you're using AppDrive$ + AppDir$.

  4. #4
    Clickteam Clickteam
    Kisguri's Avatar
    Join Date
    Jun 2006
    Location
    Bakersfield, CA
    Posts
    3,058
    Mentioned
    39 Post(s)
    Tagged
    3 Thread(s)
    Is this something new, because I reverted back to 8 and it worked as it did before?

  5. #5
    Clickteam Clickteam
    Kisguri's Avatar
    Join Date
    Jun 2006
    Location
    Bakersfield, CA
    Posts
    3,058
    Mentioned
    39 Post(s)
    Tagged
    3 Thread(s)
    Simon reports that after making the suggested changes, that it still does not create a ini using beta 11 when testing inside MMF2 on the PC

  6. #6
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)
    Is this something new, because I reverted back to 8 and it worked as it did before?
    This option has been added in a beta version of the build 252, I don't remember which one.

    Simon reports that after making the suggested changes, that it still does not create a ini using beta 11 when testing inside MMF2 on the PC
    Not sure which changes you've done but on Vista / Seven the Windows folder is protected, you can't write to it unless you run the application with admin privileges. That's why we've added the option.

    How it works :

    - if this option is selected, and you specify an INI filename without directory name (e.g. "myini.ini"), the file will be created in a MMFApplications subfolder of the user's application data folder (%appdata%).

    - if this option is not selected, and you specify an INI filename without directory name (e.g. "myini.ini"), the file will be created in the Windows folder (but that won't work on Vista / Seven as said above).

    - if you specify an INI filename with directory name (e.g. Apppath$ + "myini.ini"), the file will be created in the directory you specified, whether or not the option is selected. Note that Apppath$ is protected if you've installed the application in Program Files.

Similar Threads

  1. Trying to build and run...Issues...
    By KLiK-iT in forum Android Export Module Version 2.0
    Replies: 29
    Last Post: 4th April 2014, 07:07 PM
  2. Is it me or are android Apps rather large? AGB issues too.
    By DJFuego in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 6th December 2012, 03:06 PM
  3. Ini++ Build Issues
    By lh37 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 16th September 2012, 02:35 PM
  4. Build 243 Issues
    By Strider in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 19th March 2007, 01: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
  •