User Tag List

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

Thread: new project

  1. #1
    No Products Registered

    Join Date
    Oct 2009
    Posts
    506
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    new project

    Caravan park

    I am thinking of using mmf to create a application to help co-ordinate details of the owners of caravans or mobile homes within the caravan park.

    I was thinking of using active objects for the caravans or mobile homes.

    Info needed to store with each active.

    1. Name of owner , contact details

    2. Site fees paid to date.

    3. Caravans or mobiles available to rent.

    4. Booking for the available caravans or mobiles, contact details, booking period.

    I would like to be able for the user to input this information and this information would be then stored within the correct active.

    Last: print out of information stored at end of season.

    i appricate this is a lot of information if someone could recommend the best way to achieve this many thanks


  2. #2
    Clicker iOS Export Module

    Join Date
    Feb 2010
    Location
    Behind the tree!
    Posts
    200
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new project

    Use mysql lite database.

    Do a google search on the commands. Once you have the database created it very easy to work with.


  3. #3
    No Products Registered

    Join Date
    Oct 2009
    Posts
    506
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new project

    the app will be just for the owner so no need for to go on line.

    Is their a recommend way to allow a user to edit the named values within a active with the application runing?

  4. #4
    Clicker iOS Export Module

    Join Date
    Feb 2010
    Location
    Behind the tree!
    Posts
    200
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new project

    hi, mysql lite is an offline database, with the added advantage that the user doest need to download it separately as its included in the object.

    whats good about it is that you can search and display the information how ever you want.

    Failing that using .ini file might be another way to go.

  5. #5
    No Products Registered

    Join Date
    Oct 2009
    Posts
    506
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new project

    sorry i did not know that it worked offline. does anyone have a example say with just one active?

    I have not used this mysql lite before

  6. #6
    No Products Registered

    Join Date
    Oct 2009
    Posts
    506
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new project

    i have been looking at the speech bubble example conversation.

    this got me thinking could i use a edit box to allow the user to input the information store the info with ini.

    The mysql lite is a little well more like way out of my coding.

  7. #7
    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: new project

    Ini++ has a sort of cheat window thing which you can use to let the user edit named variables, in a way.
    Working as fast as I can on Fusion 3

  8. #8
    No Products Registered

    Join Date
    Oct 2009
    Posts
    506
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new project

    i can not open the html help file for ini++.

    Any chance of some details LB

  9. #9
    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: new project

    INI++ Features:
    Comparison and Encryption - INI++ allows the files to be compressed and encrypted when saved to disk.

    Path Features – You can select the path that relative paths are relative to. You can save to directories which do not exist and they will be created. There is a read-only mode if you do not wish to modify the file.

    Initial Data – You can specify initial data to be loaded into the object in the frame editor, as well as an initial file to load.

    Dialog Box – INI++ features a dialog box which can be opened at run-time. It is helpful for debugging or cheat menus.

    Case Sensitive – If you wish, the INI file can be case sensitive.

    Repeated Groups and Items – Repeated groups can be merged together. Repeated groups and items can also be automatically renamed.

    Debugging Tools – View and modify the INI file as text from the Multimedia Fusion Debugger.

    Auto Save – INI++ can be set so it does not automatically rewrite the file to disk when it has been modified, however it can still do this if desired.

    No Limits – There are no limits for the size of the INI files, the number of groups, the number of items, and the size of values.

    Searching – There are actions and expressions for searching INI files and even putting the results in other INI++ objects.

    Merging Functions – There are new functions for merging INI files.

    Sub-groups – Groups with sub-groups can be simulated with the object.

    Global Data Stores – An infinite number of global data stores that can be shared across sub-applications.

    Hashed Values – There are functions for having hashed data values, which is useful for passwords and etc.

    Get and Set as Text –INI files can be loaded in directly as text, or the data can be received as a string.

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

  10. #10
    No Products Registered

    Join Date
    Oct 2009
    Posts
    506
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new project

    thanks marv. i appricate your help with providing the information

Page 1 of 2 1 2 LastLast

Similar Threads

  1. LOOKING FOR PROJECT.
    By fearband in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 6th March 2013, 01:17 AM
  2. What exactly is a project?
    By dragonguy in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 18th January 2009, 06:11 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
  •