User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13

Thread: How to access MMF Dev file properties for reading?

  1. #1
    Clicker Fusion 2.5 DeveloperSWF Export ModuleInstall Creator Pro

    Join Date
    Jun 2006
    Location
    France
    Posts
    1,266
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to access MMF Dev file properties for reading?

    How do i access the MMF Dev file properties for reading?

    psuedo example: (its about the quoted part)
    SET TITLE("Fantasaar Editor v"+AppVersion$+" - "+Apppath$+"\test.bin")

  2. #2
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    2,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to access MMF Dev file properties for reading?

    have a global string ?

  3. #3
    Clicker Fusion 2.5 DeveloperSWF Export ModuleInstall Creator Pro

    Join Date
    Jun 2006
    Location
    France
    Posts
    1,266
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to access MMF Dev file properties for reading?

    that would work, but the trick is to get the actual version number. Lets say i forget to update the string, or the fileversion, then it differes.

  4. #4
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to access MMF Dev file properties for reading?

    You can use file folder object to do that. But you'll need to read the information of the EXE itself.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: How to access MMF Dev file properties for reading?

    If you do that, I would read it once and store it in a global string and use that- otherwise you will be putting unnecessary strain on the hard drive.

  6. #6
    Clicker Fusion 2.5 DeveloperSWF Export ModuleInstall Creator Pro

    Join Date
    Jun 2006
    Location
    France
    Posts
    1,266
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to access MMF Dev file properties for reading?

    ok, good plan.
    on a note: it would be very nice if clickteam makes these functions so file reading is not nessesary, it could just read it from the properies.

  7. #7
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to access MMF Dev file properties for reading?

    I think this property is not saved in the final application.

  8. #8
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: How to access MMF Dev file properties for reading?

    Umm.. yes it is, or you wouldn't be able to view it

  9. #9
    Clicker Fusion 2.5 DeveloperSWF Export ModuleInstall Creator Pro

    Join Date
    Jun 2006
    Location
    France
    Posts
    1,266
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to access MMF Dev file properties for reading?

    correct, so that is what i am suggesting. to save it, and make it accessable using "AppVersion$"
    as done with "AppPath$"

  10. #10
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to access MMF Dev file properties for reading?

    I've searched a lot for all of these property accessible in runtime for the MMF2params object I've made and I've found them.
    If you know where they are, tell me and I'll add them in the MMF2params object.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. INI file access?
    By Bipolar_Games in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 30th June 2012, 02:34 AM
  2. Question about file access
    By AndyH in forum iOS Export Module Version 2.0
    Replies: 0
    Last Post: 1st March 2011, 11:07 AM
  3. Reading a text- or csv file - possible?
    By Tiny in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 28th July 2009, 01:23 PM
  4. XML file reading problem
    By Tiles in forum File Archive
    Replies: 10
    Last Post: 19th April 2009, 05:31 PM
  5. reading INI file
    By bearcub in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 24th December 2007, 03:40 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
  •