Xojo 2020 R2 and Norman’s post

Xojo is using controls like MobilePushButton to make code use easier across platforms.

But after reading Norman’s post about compatibility flags I have to ask:

Could they not have simply called it PushButton by putting it in a module called Mobile, and setting the compatibility flag to mobile only?

Would that not have avoided the Mobile prefix for all controls and made code reuse MUCH easier?

I’m quite sure they could
And then button would be a button everywhere etc and you could avoid those prefixes