I have a database that consists of 5 groups of records, each group has 149 entries
I need somekind of awesome looking GUI for macOS the allows me to do two things
Select one of the 5 groups
Select a record from that group (probably best displayed in a listbox)
I have GUI for iPhone, iPad and AppleTV that look and work just fine, but none of them really work well on macOS (mostly due to the difference in available controls)
If you have an idea, post a screenshot (can be made with Xojo, even though the final result will be Swift)
The main reason the iPhone and ATV are so different is the fact that ATV is a focus based GUI, as in you cannot arbitrarily click a control, you must navigate to it, which is a pain, the parallel lists are easy as you just need to go left or right …. where on iPhone you click what you want when you want