User Tag List

Results 1 to 6 of 6

Thread: Pass a Frame between Applications

  1. #1
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Pass a Frame between Applications

    In my application I have a frame call frame1. I have added several edit boxes, lists, drop down combos. I other words, its a form that the user fills in. Now I want to save the frame (form) as a single object in a database and be able to retrieve it later. Or I want to pass the frame with components with it to another application.

    This would save having to read each text field, edit box, combo list etc for storage as individual fields of a record.

    Right now to save information you have to create and INI or Array and save individual strings, numbers, etc. I want to just say save the whole frame as an object. Then I could do something lik e "load frame1" "unload frame1" "save frame1 to sql database".


  2. #2
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: Pass a Frame between Applications

    This idea really comes from a product for java where saving objects are mapped to an SQL database.

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCSWF Export Module
    Alonso's Avatar
    Join Date
    Jul 2006
    Posts
    681
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Pass a Frame between Applications

    Although it'd be nice, I don't think you can do that.

  4. #4
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: Pass a Frame between Applications

    Your most likely correct. However, my guess is that the frame is an object since you add them to the application. Everything else added like combo boxes, text, are subobjects of the frame object and the frame object is a subobject of the application. At least that is a guess.


  5. #5
    No Products Registered

    Join Date
    Jun 2006
    Posts
    302
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Pass a Frame between Applications

    since you can set the alterable value and string of things such as edit boxes and combo boxes in mmf 2.0, it would be rather easy to create a smart loop procedure which goes through all of them and saves their data according to, say their id and alterable string A. (given you have to use duplicated of the same object, and place them in runtime)

    If you did this, all you would have to do is to set its id, and it would save and load automatically.

  6. #6
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: Pass a Frame between Applications

    Yes I agree this is possible. But it would be far easier if I could just issue one statement of save frame1 or load frame1. Then frames could be passed between applications (meaning the entire form and its edit fields) or game form.


Similar Threads

  1. Can't pass Amazon Developer approval
    By mobo in forum Android Export Module Version 2.0
    Replies: 7
    Last Post: 18th October 2013, 06:18 PM
  2. Multi pass shaders?
    By UltimateWalrus in forum Hardware Accelerated Runtime
    Replies: 5
    Last Post: 12th March 2013, 12:45 AM
  3. How do you make an object NOT pass-throughable?
    By Shane in forum The Games Factory 2 - Technical Support
    Replies: 1
    Last Post: 24th June 2011, 03:25 PM
  4. Sub-Application pass variables?
    By crugh in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 3rd June 2007, 12:52 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
  •