User Tag List

Page 1 of 7 1 2 3 ... LastLast
Results 1 to 10 of 67

Thread: Internal List Object Beta

  1. #1
    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)

    Internal List Object Beta

    Jax made a great object called the List & Set II Object, but it was mainly for mathematical purposes and not an actual list object replacement. The List object itself is slow when you need to be fast because it, being a Windows control, likes to redraw when you modify it. Even when it is set to invisible, it still takes time to modify the list.

    That is why I made the Internal List Object - it is much much faster than the List object and it has some the same features. It's in beta now because I want to find the issues before I finish the rest of it.

    You can download the current Beta here: http://www.LB-Stuff.com/MMF2/Extensions/InternalList_BETA.zip
    Make sure to check the example and see how the list object compares to this extension.

    Please test it and let me know of any issues or missing features it may have.
    Working as fast as I can on Fusion 3

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    Pharanygitis's Avatar
    Join Date
    Aug 2006
    Location
    Germany
    Posts
    1,037
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Internal List Object Beta

    Very Good, can you convert this to flash runtime ?

  3. #3
    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: Internal List Object Beta

    Maybe in the future, but I have to learn some Actionscript first.
    Working as fast as I can on Fusion 3

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Jaffob's Avatar
    Join Date
    May 2008
    Location
    USA
    Posts
    1,833
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Internal List Object Beta

    Thanks LB, great extension. I was going to make this myself because I needed it for a project of mine, but it seems you've saved me the hassle. I can make an icon for it if you want me to.

  5. #5
    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: Internal List Object Beta

    Sure, I've never been good with graphics... :crazy:

    Just so everyone knows, I'm nearly done adding saving and loading features with both files and strings. You can use custom delimiters (not just the new line character) and custom escape characters should the delimiter or escape character already be in an item.

    If there are other request besides sorting (which I will do) please let me know.
    Working as fast as I can on Fusion 3

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro

    Join Date
    Apr 2008
    Posts
    421
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Internal List Object Beta

    Hi LB,

    Thank you for clarifying that. There are some features which list object lacks for instance the ability of aligning its content to center and right not even with the Unicode version. It would be nice to have that feature. It would be superb if it could be ported to Unicode too.



  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: Internal List Object Beta

    Unicode maybe, but text alignment...? This extension is intentionally designed NOT to make a visible list; it's all inside the extension. Anyway, you can easily fake it because in the next version I have an option to get the list as a string, and you can put it in a string object and set up the interface any way you like. Here is an example I did just for you:
    http://www.LB-Stuff.com/MMF2/ILOT.png

    EDIT: Update and timing

    I modified the example MFA to test the times for precise milliseconds (thanks to TimeX object) and here are the results:
    Visible List Object: 9266 ms / 9.3 seconds
    Invisible List Object: 3666 ms / 3.7 seconds
    Internal List Object Extension: So fast that it was less than 1 ms (TimeX gave me 0 ms)
    Internal List Object with 1,000,000 loops: 967 ms

    Here is the latest beta of the Internal List Object:
    http://www.LB-Stuff.com/MMF2/Extensions/InternalList_BETA.zip
    New features:
    -Save and Load to/from files with custom item delimiters and escape characters
    -Expression to get list as a string with custom delimiter and escape character, and an action to load a list from a string in the same fashion.
    -Delimiters and escape characters can be more than one character long
    -Miscellaneous changes (beta dialog box is gone, the extension is more stable)
    Working as fast as I can on Fusion 3

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro

    Join Date
    Apr 2008
    Posts
    421
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Internal List Object Beta


    I think it is fair enough. And this is going to speed up a
    lot of applications. I will be using this a lot for sure.

    Thank you!

  9. #9
    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: Internal List Object Beta

    The extension is done, it just needs the icon. [size:8pt]*pokes Jaffob*[/size]

    I am very grateful to Pharanygitis, who has asked to port the extension to flash.
    Working as fast as I can on Fusion 3

  10. #10
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    7,610
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)

    Re: Internal List Object Beta

    Very nice extension!!!

    Good work!!!

    just one mention:

    if you don´t fill the escaped char when save the list (for instance "") its never ends.

    Regards,


    Fernando Vivolo

    ... new things are coming ...

Page 1 of 7 1 2 3 ... LastLast

Similar Threads

  1. Internal List Object
    By LB in forum Released Extensions
    Replies: 12
    Last Post: 26th July 2021, 01:52 PM
  2. [BUG - Beta 25] List Object scrolling
    By Bipolar_Games in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 13th June 2012, 02:44 AM
  3. Please help of Internal List Object
    By ASD in forum Extension Development
    Replies: 4
    Last Post: 28th August 2011, 11:04 PM
  4. Internal List Object Beta
    By Ham in forum File Archive
    Replies: 1
    Last Post: 3rd January 2011, 07:53 PM
  5. MMFs internal list of objects bug?
    By Blizna in forum File Archive
    Replies: 7
    Last Post: 27th January 2007, 01:38 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
  •