User Tag List

Results 1 to 6 of 6

Thread: Tables of data?

  1. #1
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Apr 2011
    Posts
    24
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Tables of data?

    Hi folks,

    Quick question - does anyone know any tips/methods to present a table of data?

    eg like:

    The objects like the datagrid, listview have really poor customisation for their look/feel (unless I've missed something) which makes them pretty unusable for any games.

    Was thinking of using an array and fastloop to render string text onto the screen, but seems pretty daft for something that should be inbuilt...

    Am sure I've missed something!

  2. #2
    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: Tables of data?

    No, I don't think you have missed anything. An array or INI++ would work.

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

  3. #3
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Apr 2011
    Posts
    24
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Tables of data?

    hmm, am thinking that'll cause all sorts of issues as I'd have to manually wrap the cell contents if it was too long, add scrollbars etc.

    Very problematic for such a simple requirement

  4. #4
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Tables of data?

    You could customize your own GUI with a list or something.
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  5. #5
    No Products Registered

    Join Date
    Mar 2011
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Tables of data?

    Hello.

    I have a related problem, although it's not about the presentation of a table.

    I'm trying to create a table of data with 2 columns that scrolls up and down. One column is just a name (string), but the other is a number drawn from a data variable (data).

    I've tried a number of different approachs, but I'm not sure how to get this to work.

    I'll highlight my problems thus far. Perhaps someone can tell me where I went wrong, or how I could make my string/data table.

    1/ I tried using the list app. It scrolls down nicely. But it only displays strings - I can't get it to display a number obtained from data (as you would do with a counter).

    2/ I found the same problem with listview.

    3/ I thought about using a sub-app, but it seems that can't scroll (plus I couldn't get it work properly, but nm). This is a shame as theoretically I could've made the table using strings and counters in another frame, then run them in a scrollable sub-app - but again, sub-app doesn't seem to be scrollable.



    So - does anyone know how I can make a scrollable table with strings and data in MMF2?

    Thanks,
    Andrej

  6. #6
    Clicker Fusion 2.5 Developer

    Join Date
    Jul 2008
    Location
    UK
    Posts
    1,393
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)

    Re: Tables of data?

    @ APorovic -
    Use str$() to convert a number to a string.

    @ alphabeta279 -
    You're not missing something. There simply isn't a single object than can offer all the options you want (you are asking a lot, to be honest).
    I normally use a grid of "active system box" objects. It's really not that difficult.

Similar Threads

  1. Help with multiple hiscore tables.
    By leightonw87 in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 12th July 2013, 07:59 AM
  2. Editing MySQL Tables
    By weka in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 2nd December 2009, 09:40 PM
  3. 3 Highscores tables on same screen?
    By Pedro Almeida in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 5th March 2009, 07:07 AM
  4. Get data from LUA tables, with LUA extension
    By RedHades in forum Extension Development
    Replies: 8
    Last Post: 3rd July 2007, 10:50 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
  •