User Tag List

Results 1 to 4 of 4

Thread: listview

  1. #1
    Clicker Multimedia Fusion 2

    Join Date
    Nov 2009
    Location
    center valley, PA
    Posts
    205
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    listview

    ive heard of people talking about a listview extension, although i cannot find it anawere. I have MMF2 HWA. is this extension only avaible for developer vertion? if it is whats a better alternative other than the baisc list?

    thanks,
    nick

  2. #2
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    1,964
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)

    Re: listview

    'tis dev only, and I haven't found a good alternative yet

  3. #3
    Clicker Multimedia Fusion 2

    Join Date
    Nov 2009
    Location
    center valley, PA
    Posts
    205
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: listview

    ohh, do u think i could put multiple lists side by side? but then i cant figure out a way so they all scroll at once

  4. #4
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    1,964
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)

    Re: listview

    Well, to get around that, I have used an Easy Scrollbar object, and the events:

    [color:#FF0000]+Easy Scrollbar: On scroll[/color]
    [color:#009900]-List 1: set current line to EScrollVal( "Scrollbar" )
    -List 1: scroll to line EScrollVal( "Scrollbar" )
    -List 2: set current line to EScrollVal( "Scrollbar" )
    -List 2: scroll to line EScrollVal( "Scrollbar" )[/color]

    +List Select( "List 1" ) <> EScrollVal( "Scrollbar" )
    [color:#009900]-List 2: set current line to List Select( "List 1" )
    -List 2: scroll to line List Select( "List 1" )
    -Easy Scrollbar: set scroll position List Select( "List 1" )
    [/color]
    +List Select( "List 2" ) <> EScrollVal( "Scrollbar" )
    [color:#009900]-List 1: set current line to List Select( "List 2" )
    -List 1: scroll to line List Select( "List 2" )
    -Easy Scrollbar: set scroll position List Select( "List 2" )[/color]

    The object's avaliable from the 2nd link in my signature.

Similar Threads

  1. [Request] - ListView ++
    By Nico in forum Extension Development
    Replies: 11
    Last Post: 30th October 2012, 03:33 PM
  2. listview and sqlite3
    By Blackwolfdave in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 4th June 2012, 01:33 AM
  3. Best way for a typical ios listview
    By StingRay in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 29th February 2012, 05:55 PM
  4. [Bug] Listview + Array
    By maVado in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 10th January 2008, 10:20 AM
  5. Objet listview
    By fbastin in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 2nd December 2006, 01:16 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
  •