First time here? Check out the FAQ!
x

Why the random return sequence in the OrderedCollection?

0 votes
317 views

Hi all,

Recently, I've noticed that anywhere I have an OrderedCollection in a parameter field Kyma is returning the files in a random order. Initially, I thought that maybe the files where rearranged in their respective folders but that's not the case. Is this happening to anyone else?

Below is an example of just one instance straight from the prototype ImageDisplay:

See how the OrderCollection is in a random order?

Below is how the folder looks:

What am I missing? In the past, Kyma always returned files in order of their placement within the folder. 

Thanks for any thoughts or suggestions!

Best,

Will

asked Oct 6, 2019 in Capytalk & Smalltalk by will-klingenmeier (Adept) (1,270 points)

1 Answer

0 votes
This was caused by a change in the way the Mac OS stores files. It works as expected (in alphabetical order) in the upcoming software update to Kyma 7.
answered Oct 6, 2019 by ssc (Savant) (126,300 points)
Good to know. Thanks!
...