playMaker

Author Topic: ArrayMaker: Resetting Prefill Data Value in HashTable Clears Existing Entries  (Read 1838 times)

memetic arts

  • Full Member
  • ***
  • Posts: 141
Hi -

Not sure if this is a defect or a feature request, but I had a hashtable with ten entries. In a debugging exercise, I decided to add an additional entry, so changed the prefill value from 10 to 11, afterwhich all but the first entries were wiped clean.

Luckily, I had just saved the scene, so real damage done, but seems like that shouldn't happen.

Thanks,

Richard

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Hi,

 yeah, this is a know bug. Basically if the prefill amount goes to 0 even as you type it will simply remove all.. so during editing of the number of item, make sure you don't use backslah to remove the integer, but instead type it from a fully selected field and paste it somehow.

 I need to fix this... I have added it to the todos:

https://trello.com/c/jPAktQDt/77-arraymaker-update


Bye,

 Jean