I have a prototype to test logging into multiple accounts at the same time. The main login frame has 2 different accounts, each with a username and password field for each account (all uniquely named). Every time the frame loads, I select the first username and type into in. Next I select the first password text field, and the focus (I Bar)immediately jumps rapidly between the username and password fields and keeps jumping without any user interaction. It takes about 15 to 20 seconds and loads of clicking on the password field to finally get focus where I can actually start typing into it.
I checked the setup loads of times and tried different field settings but cannot stop this occurring.
Not necessarily. Just trying to figure out what might be the issue. If you share the prototype or the file you’ll probably have more luck getting help. Without seeing it we can only guess.
you could maybe activate your spinner when you need it (when it is visible in the user interface) and not from the start, each **** 60ms for each of you 8 spinners
Depending on your need, it could be activated OnShow, OnPanelStateChange, OnClik on the button which change the panel, …