Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Hi Guest!
Please be aware that we have released another critical security patch for VaM. We strongly recommend updating to version 1.22.0.12 using the VaM_Updater found in your installation folder.
Details about the security patch can be found here.
The order in which the "Cycle Select Person" button switches between persons is often unpredictable. I can't say exactly what the algorithm is, but sometimes a person is selected twice in the cycle or not at all (A->B->A->C, for example).
I have reviewed this code and it does work in a consistent ordered manner. There might be an oddity if you manually select one of the Person atoms, and then use cycle select. In that case it could go in an order you might not expect. That is because the cycle select does not take into account manual selection. It only cares about the last person selected by the cycle select button. You can try this out and see for yourself by using cycle select to go through all the Person atoms several times. You will see it is consistent. But then if you manually select one of the Person atoms and then use cycle select, it will select the next one based on the last cycle select. I can probably fix it so when you manually select a Person atom it updates the cycle select data with that info so it will be consistent.