playMaker

Author Topic: ArrayMaker - HashTable  (Read 2597 times)

dudebxl

  • Hero Member
  • *****
  • Posts: 602
ArrayMaker - HashTable
« on: December 27, 2015, 04:36:55 PM »
Would it be possible to increase the max row view. Have the slider at max 30 but if i input a higher number, i should be able to visually view my array table.

Thx
« Last Edit: December 27, 2015, 04:38:37 PM by dudebxl »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: ArrayMaker - HashTable
« Reply #1 on: January 20, 2016, 06:31:41 AM »
Hi,

 you can use the Start index to page through all your items. Is it something you are aware of?

the "30" Max rows is the number of rows showed at a given time, and you use the start index to simply "scroll" trhough them.

 It's totally not ideal, I agree... :) I need to look into this and why not do a proper scrolling system, or at least do a better "paging" header which people can relate to more intuitivly


Bye,

 Jean

dudebxl

  • Hero Member
  • *****
  • Posts: 602
Re: ArrayMaker - HashTable
« Reply #2 on: January 20, 2016, 09:38:37 AM »
Hi,

Thanks for the info.. +1 for a proper scrolling system if these actions are going to be supported in PM 1.8+.

On another note, I believe a lot of my arraylist actions would benefit PM1.8 FsmArray, any plans on converting them?

Many thanks for the info  :D

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: ArrayMaker - HashTable
« Reply #3 on: March 14, 2016, 09:44:13 AM »
Hi,

 I am not aware of any plan to convert your actions for FsmArray. If you have time and energy, this would be great indeed.

Bye,

 Jean