playMaker

Author Topic: get a list of products [SOLVED]  (Read 1891 times)

coxy17

  • Beta Group
  • Sr. Member
  • *
  • Posts: 355
get a list of products [SOLVED]
« on: July 25, 2016, 03:59:56 AM »
Hi

I have searched around but confused with all of the ideas with what i am seeking to do. I want to create a large list of products (name and price) and then be able to use a search box to query them and return a list of items? what would be the best approach for this? Linq or arraylist? or none of them.

Cheers

Nick
« Last Edit: July 26, 2016, 10:58:56 AM by coxy17 »

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: get a list of products
« Reply #1 on: July 25, 2016, 09:14:32 AM »
What format is the data in?
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

coxy17

  • Beta Group
  • Sr. Member
  • *
  • Posts: 355
Re: get a list of products
« Reply #2 on: July 25, 2016, 10:11:48 AM »
I'm not sure but im after something basic like this...

product name > value (string)
product type > value (string)

Nick

coxy17

  • Beta Group
  • Sr. Member
  • *
  • Posts: 355
Re: get a list of products
« Reply #3 on: July 26, 2016, 08:43:19 AM »
I have looked at Datamaker and it seems like i can achieve what im after, but can you reference or pull in an external XML file and store it?

coxy17

  • Beta Group
  • Sr. Member
  • *
  • Posts: 355
Re: get a list of products
« Reply #4 on: July 26, 2016, 10:58:41 AM »
Just found out I can pull external XML using the WWW object.