User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 14 of 14

Thread: Can the File-Folder object search within PDFs?

  1. #11
    Clicker Multimedia Fusion 2 DeveloperInstall Creator Pro

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

    Re: Can the File-Folder object search within PDFs?

    Let me see if I can better explain...

    I have one column in which I want to display, in a user-friendly name, the name of the document in which the search hit was found. So, for example, the "Document Name" column might read, "Ultimus Client Product Manual" instead of the file path.

    I thought I would use a Global String to represent that name. "If the file was found in THIS directory," then "assign the Global String THIS name."

    At least, that's how I thought I would do it. But I'd be interested if you had a better suggestion?

    Thank you!



    RGBreality

  2. #12
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Can the File-Folder object search within PDFs?

    Well, if you can get the ID of the currently selected row, you can just grab the path from the array that all the paths are stored in
    Working as fast as I can on Fusion 3

  3. #13
    Clicker Multimedia Fusion 2 DeveloperInstall Creator Pro

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

    Re: Can the File-Folder object search within PDFs?

    Hey, LB!

    I know how to grab a selected row... But I don't know how I would grab a selected path from the array. How would I do that?


    RGBreality

  4. #14
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Can the File-Folder object search within PDFs?

    By the same method that you loaded the information from the array to the list view?

    OK, say you have 5 results from a search; the array looks like this:

    PPPPP
    LLLLL

    P is a path and L is the loacation inside the file. Goging across from left to right is the X axis, and going from top to bottom is the Y axis. The top row is Y=0, and X is the ID of the search result, because if you go to X=1,Y=0, that is the path for the second search result.

    So with your list view if you get the ID of the currently selected row just use X=RowID,Y=0 to get the path.
    Working as fast as I can on Fusion 3

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Create folder with File object on Program File
    By Vantales in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 13th April 2013, 11:13 AM
  2. Search a folder for a specific file?
    By picklecow in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 28th November 2009, 07:50 PM
  3. Sphax File-Folder object
    By Sphax in forum Released Extensions
    Replies: 5
    Last Post: 12th May 2009, 07:24 PM
  4. [Request] Quick File Search Object
    By Nifflas in forum Extension Development
    Replies: 8
    Last Post: 4th July 2007, 08:58 PM
  5. Sphax File-Folder object
    By Sphax in forum Extension Development
    Replies: 13
    Last Post: 17th January 2007, 08:43 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
  •