Early at night (00:20) I had an idea and cannot sleep
Then, I created a project with three “linked” single column Listboxes (*):
a. List of Property names,
b. Values (Copy / Paste / Edit / Drag / Insert and Delete a Row),
c. List of Controls Names (WindowName.ControlName.Text or .Value).
These are data base related (Controls are the Control names of my main project). I copy the resulting values and can Paste them in my application Window (the EditPaste MenuItem fills the data into three windows Controls).
I have 50 lines. When I select a Row and press the Previous or Next arrow all two other Listboxes moves together.
This worked fine at 01:53 (njght) when I build the application. Of course, I stopped because I was tired.
I use it in the morning, then show it to a friend and explaining its purpose (when finished, I want to be able to generate code for read / write with SQLite).
Now, it crashed two times, and when I wanted to edit a line, it was not the selected one that goes in Edit mode (not really useful).
PS: I closed all running applications (TextEdit for the list of Values), Xojo (2015r1) because I wanted to paste the result in another application there (the one that deals with SQLite), make some testings, etc. I shut down the MacBook Pro, wait a bit, reboot, test, re shutdown
And that s.t.r.a.n.g.e. behavior is still here.
Any idea ?
(*) The idea is also to add button(s) to generate code for SQLite (as I wrote earlier).