i have a tbar with some btns and they all work fine, but when i try to project.load() for some reason all the btns from the right side of the tbar converge in a menu btn, i want to prevent this behavier, since i dont want the btns to be hide in this menu tbn.
Attachments
how my btns are
Captura de tela de 2025-03-11 14-54-58.png (28.74 KiB) Viewed 162 times
the behavier i want to prevent
Captura de tela de 2025-03-11 14-55-33.png (28 KiB) Viewed 162 times
Well, its a basic project with some btn at the tbar, well i mannage to understand how it was happening, well if i use mask to simulate a loading in the scheduler but for example for about 1500ms the btns gets all compressed into this menu btn of the image, but if i let the mask only running for about 1000ms this does not happen, the btns stay as they are, the mask im mentionning is this one
I decided to remove the setimeout and the behavior seems to stop, so will move on without the settimeout, i think the problem was that i had too many btns in the tbar and when i load the project, the btns all converge in the menu btn from the image, and if i change anything the btns were showing back to their places, but for me, removing the settimeout is being enough, if the behavier come back i will provide a test case, thanks for the fast response