I have not yet switched from REALbasic to XoJo so I am not sure whether it is kosher to pose a problem with it in this forum. I’m using MacOS to write programs similar to many I have written successfully in the past. Everything works fine but as I add more windows to a program, many of the controls no longer function in them (e.g., push buttons used to start routines in that window, or timers that are supposed to do the same thing).
I even copied an earlier window, in which the controls worked just fine, and put the duplicate copy later in the program. The push button didn’t work when it got to the later window. I also tried overlaying a label field with a canvas that should be able to initiate program code with a Mouse Down = “return true” & a Mouse Up = run the code. Again, it worked perfectly in the earlier window but was disabled in the later one. Any thoughts? In reading this forum, I do see that there have been some problems with setting the focus and that there have been changes in how READbasic and Xojo treat focus matters.