User Tag List

Results 1 to 3 of 3

Thread: How to insert text into a column of a List View?

  1. #1
    Clicker Multimedia Fusion 2 DeveloperInstall Creator Pro

    Join Date
    May 2010
    Posts
    536
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to insert text into a column of a List View?

    Hey, folks!

    LB has been awesome enough to offer me advice and guidance on how to create a small search engine that I'm trying to develop for my company's entire product documentation.

    Right now I have file search hits automatically being placed into a List View object that has two columns.

    However, I want the automatically-generated content to display in the second column of every row; as it is, content is automatically placed into the first column of each row.

    How can I specify for content to be placed into a column other than the first?

    Thanks for your help!


    Most graciously...

    RGBreality

  2. #2
    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: How to insert text into a column of a List View?

    If you wanted to add "Test 1" into the first column of line 1, and "Test 2" into the second column of line 1, do something like this:

    Insert Line "Test 1" at position 0; (Uses 'Insert Line Action')
    Set Item (0,1) to "Test 2"; (Uses 'Set Item' Action)

    Hope that helps. If you need an example, let me know.
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  3. #3
    Clicker Multimedia Fusion 2 DeveloperInstall Creator Pro

    Join Date
    May 2010
    Posts
    536
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to insert text into a column of a List View?

    Hey, StephenL! That worked like a charm! Thank you for your help!


    RGBreality

Similar Threads

  1. [BUG] LIST OBJECT - Can't Insert to list
    By Tuna in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 20th August 2012, 06:45 AM
  2. How to select text from a column of a List View?
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 25th June 2010, 04:32 AM
  3. [Request] Column List
    By Zido in forum Extension Development
    Replies: 1
    Last Post: 11th November 2009, 09:05 AM
  4. Actives or text infront of list view???
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 11th May 2009, 03:31 PM
  5. List View and Icon View
    By LIJI in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 4th July 2007, 03:45 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
  •