Suggestion: PBM and PPM image filters
Probably won't be added, but it's definitely an interesting finding...
I've discovered these two image file types: PBM and PPM
These two filters are similar to BMP, but the whole point of the is that you can create those with plain text.
PBM is B&W and PPM is full color.
The most interesting part of it is that it would be possible to generate images during runtime on any platform with it, without a special extension.
For example, an value array could be converted into a visual image.
Thought about these cause I use Surface to generate a temp image that I then load on Active Picture object, but this wouldn't work on mobile cause there's no Surface object for it.
Being able to draw with plain text would be fun and might be useful.
Bug: Get Last Caret Position issues
Seems like Get Last Caret Position can only update either if you click on the text or press up/down. Left or right will not update it, it does move the caret but doesn't update the value, which I think it's a bug.
Interesting enough it also won't update if you press up or down if your cursor is not on top of it, even when the Edit box have focus.
On Android it behaves similarly but has its own issues, hooking a keyboard to my device I noticed that left and right wouldn't move the caret at all. (up/down does move it tho)
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.
"Visible at start" option for Backdrops
"Visible at start" checkbox option for Backdrops / Quick Backdrops would be very useful
I already know that I can set the alpha coefficient of the backdrop to 255, but that would also make it invisible in the editor
And I also understand I can add backdrops for Actives then delete them all at start of frame, but that would require every "invisible backdrop" to be an Active in the first place which has it's ups and downs
So a simple checkbox like this can make a difference as sometimes you only want backdrops just for collision purposes :)
1 Attachment(s)
Bug in fusion with turning off icons in event editor
Possbie Bug In Fusion. I am using the most recent version. I only have to display the names in my event editor, and not display icons. However, special objects still display an icon.
Attachment 30630