Jan F. Weber
Jan F. Weber
Using `StorageVolumeInfo.storageVolumeInfo.getStorageVolumes()` lets app hang when a network drive is not reachable. It always takes around 20 seconds for the timeout to happen. I would assume that the method is...
**Setup:** AIR SDK 33.1.1.795 with latest Flex SDK, Windows 10. **Description:** In our big Flex app (SeMSy 5), I created a simple spinning animation using Greensock's "TweenMax" (https://github.com/greensock/GreenSock-AS3). **Code:** The...
Adobe Scout is reporting an error when using **AIR SDK 33.1.1.929**. Error states: ``` We encountered and error while processing this session: Some of the data we present my not...
It would be nice to see colors displayed for colors in enums or in variables. Screenshot explains it better: 
Feature Description --- An option to set the progress for the application taskbar icon at runtime, in order to display any progress on Windows 10/11. **Example from Firefox downloading a...
Feature Description --- An option to set the application taskbar icon at runtime, in order to display various applications states on Windows 10/11. **Example from Outlook with a connection issue:**...
When pointing to a file on a network drive, which contains a `#` character in the file path or filename and when the reference begins with `file:////`, `nativePath` and `url`...
### Guidelines - [x] I have searched searched open and closed issues for duplicates - [x] I am submitting a bug report for existing functionality that does not work as...
**OS:** Android 10 **AIR:** 51.1.3.6 **App Descriptor:** ``` any true ``` **Aim:** I want to receive the `StageOrientationEvent` but I don't want the `stage` to actually rotate. I'm using `event.preventDefault()`...