(As always) I checked that with the current xojo and get the same behavior.
I have a window with a bunch of Controls (24 ComboBox, TabIndex and TextField / TextArea), plus Labels, Canvas, etc.
I was testing stuff in that window (if ComboBox and PopupMenus were populated correctly: some data comes from db files, some not).
Then, I enters some data from Keyboard / Mouse.
Then I started to check the Tab order and saw some errors. I tried to correct that with troubles and this is because I wrote this.
First, the View --> Tab Order MenuItem is not always accessible (sometimes it is disabed). A Click in the window (Window Editor) resolve that.
Second: (apart that fg window that always opens as a stamp size ) only some Control entries are displayed, not all of them. *
Focus Control --> TabIndex
Then, I decided to modify the value directly from the Control Properties area.
This seems to fail too (Tab does not follows the values).
Nota: I only changed the TextField, TextArea, ComboBox and PopupMenu; I do not changed the Label values.
At this point, I was curious to know what values can be set the Labels (for example): I saw some values already used (read the Notes line above).
Did you get this kind of troubles ?
Is it possible to set two Controls (in the same window of course) to the same values?
PS: I forgot to say that I made the checkings off line (Plane mode), and Xojo is the only running application. (no other hardware connected to the laptop)
I even quit Xojo, shut down the computer (do something else for some minutes) and be back to the MacBook for more checkings to the same results.
Last: I have to move right now, but I will make further tests later today.
- Even in another window with far less Controls forgot (one) BevelButton (on a total of 4 !).