User Tag List

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

Thread: [Request] List Object

  1. #1
    No Products Registered

    Join Date
    Sep 2006
    Location
    Australia
    Posts
    161
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Request] List Object

    Yep I know it already has one, but besides from displaying text and getting input from the user its useless.

    This is because using it for a another purpose, eg. saving map data. Is incredibly slow compared to using an array.

    So I'm requesting someone makes an extension that can save strings is a list-like fashion and has similar features to the List Object that isn't slow.

  2. #2
    No Products Registered

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

    Re: [Request] List Object

    Can't you just use a different extension to save the data? I ask becuase making a list object just so you can save map data seems a bit of a waste to me..

  3. #3
    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: [Request] List Object

    if the list object is slow, no matter what you do to the control it will still be slow so there is absolutely no point in anyone attempting it

  4. #4
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] List Object

    No, the list object is slow because it's designed to draw to the screen. An in-memory string list would be pretty quick.

  5. #5
    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: [Request] List Object

    "No, the list object is slow because it's designed to draw to the screen." and because it is a windows control, just like how buttons are slow and every other windows control is

  6. #6
    No Products Registered

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

    Re: [Request] List Object

    If you need a quick list with insert/add/delete/sort functions.. use lua?

  7. #7
    No Products Registered

    Join Date
    Sep 2006
    Location
    Australia
    Posts
    161
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] List Object

    Ive used Lua to do calculations in a game I was working on, what I remember was it wasn't fast enough to calculate it always.

    Basically, I think Lua isn't fast enough.

  8. #8
    No Products Registered

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

    Re: [Request] List Object

    Then you probally did something wrong as Lua is quite fast...

  9. #9
    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: [Request] List Object

    if LUA is too slow, you could copy what most commercial games have, make a python ext. and make python scripts, dont give me crap about speed because if speed was an issue, the big commercial games wouldnt use it

  10. #10
    No Products Registered

    Join Date
    Sep 2006
    Location
    Australia
    Posts
    161
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] List Object

    ...dont give me crap...
    I didn't refer to you in any of my posts, and as a general rule I tend to ignore your posts due to many trollish posts you have made.

    In a short sentence, I don't care.

    I'm simply requesting a object that mimics the data storage of a list object, if you take offense to that you have problems.

    Annoyances aside, I think there was an extension for MMF1.5 that did something like this. Ill try to find who made it and see if they could do a port.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. List Object Feature request
    By redpandagames in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 2nd April 2013, 07:49 PM
  2. List object simply doesn't load a list file...
    By Pedro Almeida in forum iOS Export Module Version 2.0
    Replies: 6
    Last Post: 10th February 2012, 12:46 AM
  3. [REQUEST] - "List Menu" Object
    By Nico in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 16th September 2011, 03:22 PM
  4. Request - Custom List Object
    By Game_Master in forum Extension Development
    Replies: 4
    Last Post: 2nd August 2010, 10:37 PM
  5. [Request] Non-Window List object
    By LIJI in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 15th September 2007, 10:43 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
  •