Catalina and AIR

2019-12-07 Thread Tucsonjhall
Users of my program who have converted to Catalina on Mac are pretty consistently running into a message about the AIR framework being damaged. In the Adobe forums I did find the command to take the AIR framework out of quarantine sudo xattr -r -d com.apple.quarantine ./Adobe\ AIR.framework Is

PopUp Problems on Amazon Devices

2019-12-07 Thread bilbosax
I use a lot of PopUps in my mobile app. They work great on iOS, Android, and Amazon Fire devices, but the don't *POSITION* themselves correctly on Amazon Fire devices. noInvitePopUp = PopUpManager.createPopUp(this, NoInvitePopUp, true) as NoInvitePopUp; PopUpManager.centerPopUp(noInvitePopUp);