User Tag List

Results 1 to 9 of 9

Thread: listview dragable lines?

  1. #1
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Dec 2006
    Posts
    289
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    listview dragable lines?

    is there a way to click n drag lines about in the listview object?

    at moment i am using "double click (Listview)" to select a line and store line value in a "alterable value" and string in a "alterable string"

    then using "repeat while "ctrl" is pressed" + "click left button (listview)" to set destination line using own stored line value in a "alterable value" and string in a "alterable string"

    inserting a new line in place and deleteing the old line

    is there a better way.

  2. #2
    mojofltr
    Guest

    Re: listview dragable lines?

    I played around with this using a similar approach as you (storing the value and string of the thread to be moved). Here is the result:

    View MFA

  3. #3
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Dec 2006
    Posts
    289
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: listview dragable lines?

    your example is very good, ill try to use listview in place if i can.

    but thankyou very much mojofltr.

  4. #4
    mojofltr
    Guest

    Re: listview dragable lines?

    I don't have the MMF2 Dev. I just realized that listview is a different object than the list object.

    Now I'm curious.... what does listview do that the list object doesn't?

  5. #5
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Dec 2006
    Posts
    289
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: listview dragable lines?

    i just realized that i had these in Menu \ View \ data elements \ Extensions.

    List kclist.mfx
    List View ListView.mfx

    thing is i aint got list object in my app
    does the "listview object" depend on the "list object"
    then why hasnt "listview" got any of the commands from the "list object"?

    like condition 'selection changed'
    actions \Scrolling\'Scroll To Top'
    'Scroll To Line'
    'Scroll To End'

    and the autoscrolling that list object has
    (when dragging down the the list it scrolls)

    is this correct?

  6. #6
    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: listview dragable lines?

    The list view has nothing to do with the list object.

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

  7. #7
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Dec 2006
    Posts
    289
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: listview dragable lines?

    :blush: Sorry your right i forgot i had a list object in next frame.

    but seriouly why has "listview" dont have auto scroll feature like the "list object" which comes naturaly.

    and a 'selection changed' condition.

    but thanks for the correction.

  8. #8
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Dec 2006
    Posts
    289
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: listview dragable lines?

    i made a listview draggable lines widget but it still needs work

    its here
    listviewDragableselectionwidget.rar

  9. #9
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Dec 2006
    Posts
    289
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: listview dragable lines?

    well for one thing u can scroll right in the listview object.

Similar Threads

  1. Help: Making an app dragable without thick frame or heading?
    By KyleVG in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 10th May 2013, 08:21 PM
  2. [Request] - ListView ++
    By Nico in forum Extension Development
    Replies: 11
    Last Post: 30th October 2012, 03:33 PM
  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. listview
    By nick_Peoples in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 5th October 2010, 08:11 PM
  5. Dragable Object
    By DeepGames in forum File Archive
    Replies: 5
    Last Post: 15th July 2006, 07:54 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
  •