User Tag List

Results 1 to 6 of 6

Thread: inventory.

  1. #1
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Sevennemesis's Avatar
    Join Date
    May 2012
    Location
    Québec
    Posts
    235
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    inventory.

    find a way to make search in my inventory in my software. but I wonder if it is possible to create something like it....


    - a large list of car stock by number in the object (list).
    - a search bar at the bottom of the object (list)
    - I write in the search bar (2008 ford focus)
    - software gives me the result of all the stock in the object (list) which contains what I ask in the search bar


    it is possible to make something that looks like??

    merci.

  2. #2
    No Products Registered

    Join Date
    May 2012
    Posts
    95
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is easy with fast loops...
    This is what you need to do:

    Create a button for it then
    Clicked the button>New fast loop> Name: "Search"(or anything)>Times to fastloop to be run; Get: Number of lines("List")
    Always> set global string to Edit box
    On loop ("Search")
    +
    Compare two values; Global string equals get: line (loop index"Search")>set current line: (loop index"Search")

    That's pretty it, if it doesn't work or you get confused reply.

    P.S Edited it cause it was wrong :P

  3. #3
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Sevennemesis's Avatar
    Join Date
    May 2012
    Location
    Québec
    Posts
    235
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by LittleTinyBabyMan View Post
    It is easy with fast loops...
    This is what you need to do:

    Create a button for it then
    Clicked the button>New fast loop> Name: "Search"(or anything)>Times to fastloop to be run; Get: Number of lines("List")
    Always> set global string to Edit box
    On loop ("Search")
    +
    Compare two values; Global string equals get: line (loop index"Search")>set current line: (loop index"Search")

    That's pretty it, if it doesn't work or you get confused reply.

    P.S Edited it cause it was wrong :P
    wow,: D, can you build me a file (. mfa) as an example? I would like to examine

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    Have you tried the inventory object? It is a dedicated object to handle an inventory, display and manage it. It is easy to find out if one object is part of the inventory. http://community.clickteam.com/showthread.php?t=71680
    It works on all the platforms (but HTML5 for the moment)...

  5. #5
    No Products Registered

    Join Date
    May 2012
    Posts
    95
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sure

  6. #6
    No Products Registered

    Join Date
    May 2012
    Posts
    95
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here it is:
    Searcher example.mfa

    just replace the list with your one!
    Hope you like it!

Similar Threads

  1. inventory help
    By Oreo in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 24th January 2009, 04:29 PM
  2. Inventory Box?
    By Ikonz101 in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 13th August 2007, 09:00 AM
  3. Inventory
    By Ravenius in forum Multimedia Fusion 2 - Technical Support
    Replies: 43
    Last Post: 10th July 2006, 10:37 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
  •