Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2006
    Posts
    13

    How to copy multiple select in listbox ?

    Who anybody help me ?

    I have tried but my code not success.Please help me

  2. #2
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Why don't you show that code... i don't know what you mean
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  3. #3
    Join Date
    May 2006
    Posts
    5,380
    you need to loop through the selected index table

    ie: untested code, may contain typo's, AMS is not installed on this machine
    Code:
    tbSel=ListBox.GetSelected("ListBox")
    if tbSel then
        for index, nSelected in tbSel do
           local LBText=ListBox.GetItemText("ListBox",nSelected)
           local LBData=ListBox.GetItemData("ListBox",nSelected)
           -- do whatever with text and data here
    
        end
    end
    Open your eyes to Narcissism, Don't let her destroy your life!!

Similar Threads

  1. Copy whats in ListBox Page1 to ListBox Page 2?
    By AudioSam in forum AutoPlay Media Studio 6.0
    Replies: 4
    Last Post: 01-31-2007, 03:03 PM
  2. to eliminate archives from the PC, the multiple selection in listbox
    By Solmos in forum AutoPlay Media Studio 6.0
    Replies: 8
    Last Post: 01-12-2007, 02:03 PM
  3. Select item in ListBox to open file.
    By vu xuan hong2 in forum AutoPlay Media Studio 6.0
    Replies: 4
    Last Post: 05-03-2006, 10:39 AM
  4. Multiple selection delete items from a listbox
    By Tek in forum AutoPlay Media Studio 6.0
    Replies: 2
    Last Post: 05-03-2006, 09:18 AM
  5. Selecting multiple items in a listbox
    By AlphaVortex in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 03-30-2005, 01:34 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