So aside from the two guys bickering about thread hijacking, I'm interested in the right answer to this...
I know in the Kittens example, I can rearrange the order of the image, name, and slider by changing the order in which they appear in the config map. But in my own application, I am unable to achieve the same result. (i.e. I have my 3 hbox items in the order that I want them in the config map, but they appear in a different order within the hbox).
What's the "right" way to set the order? I suspect it probably has to do with better understanding the order in which the applyXXX / updateXXX functions are called, right?