playMaker

Author Topic: Hash Table Sort  (Read 4031 times)

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Hash Table Sort
« on: July 28, 2015, 04:18:13 AM »
Hi,
I was looking for a way sort sort my Hash Table and i stumbled upon this topic on StackOverflow

and i think this can be very usefull

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Hash Table Sort
« Reply #1 on: July 28, 2015, 07:39:00 AM »
Hi,

 yep, but I haven't found a way yet :) the problem being that it's a c# feature, not a bug... :) and so it's difficult to get around it because the hashtable comes as is basically.

 What I think could work is to extract keys and sort the keys, and then display each entry based on that.

Please keep bumping, certainly after mid August. I need to spend few days on ArrayMaker to give a kick.


Bye,

 Jean

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Hash Table Sort
« Reply #2 on: July 28, 2015, 08:22:08 AM »
Hi,
yeah i have been trying also to get this working somehow, but no success yet.

dudebxl

  • Hero Member
  • *****
  • Posts: 602
Re: Hash Table Sort
« Reply #3 on: December 23, 2015, 01:42:10 PM »
I built an action but something is strange with hashtable always re-sorting itself. Waiting for feedback from JF and then I will update this post. 

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Hash Table Sort
« Reply #4 on: January 13, 2016, 02:14:09 AM »
Hi,

 Did I provided feedback? do not hesitate to bump me, I need this, as my pile of pending task is just overwhelming.

Bye,

 Jean

dudebxl

  • Hero Member
  • *****
  • Posts: 602
Re: Hash Table Sort
« Reply #5 on: January 14, 2016, 01:59:51 PM »
Hi,

Thanks for your interest - I have posted pictures of what happens http://hutonggames.com/playmakerforum/index.php?topic=11919.0

Due to this, i cannot sort a hashtable when in index char.

Thx  :D

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Hash Table Sort
« Reply #6 on: January 24, 2017, 03:06:19 AM »
Hi,

 replied.

 Bye,

 Jean