Android Runtime Bug: Strings appear as a black rectangle when getting Timer value
Hi, just found a weird and unusual bug:
If you put a string and try loading the Timer value (eg: Str$(Timer) ) on it you'll get a black rectangle in the place of the string if you don't have any other objects in the frame.
Oddly enough adding any other visible object doing nothing to the frame solves the issue, but removing it will make the issue appear again.
(seems that it only works for graphical objects except UI elements. So Active, Backdrop, Counter, it works when these are in the frame, but for example a Button won't do it)
3 Attachment(s)
More info about my last Bug report
Default settings, just a single String and a Always event setting it to Str$(Timer).
Seems like any graphics object will make it work, even if you have two Strings instead of a single one.
But still, if you have only one object and it's a string showing the Timer, it will fail.
Attachment 30612 Attachment 30613
Here's the MFA:
Attachment 30614
Here's the APK:
https://drive.google.com/file/d/1cYg...ew?usp=sharing
Bug or just really undocumented?
"Enable debugger keyboard shortcuts" on App Settings Properties seems to not be hooked to anything.
It doesn't do anything, there are no debugger keyboard shortcuts, or at least, there's no mention about it anywhere else.
Even Francois have said once that there was no "debugger keyboard shortcuts", so I'm now asking what's that about, if it's somehow broken or was never fully implemented.