rdefalco

Results 12 comments of rdefalco

Hello, I've tested the icon generation tool and it's really nice, but I would like to drop a 1024 PNG with alpha channel, so the lower resolution icons are generated...

Works like a charm! Apple accepted the Assets.car generated from the latest version.

Hello, we often face this issue on Intel graphic cards of some older machines. As our are business apps, we can instruct our customers to put some .txt files in...

Just to add some late context, maybe useful for someone. In Flash Builder, to be able to debug on Android device via USB, we had to add the parameter in...

Hi, I'm getting error 400 too, while asking to DOCUMENT or DISCUSS a snippet from a file of 80 lines. Unable to run the task: java.lang.RuntimeException: java.io.IOException: Request failed with...

I've also tried AIR 51.2.1.4 and the issue persists. The code I use is simply ` var url:String = "documentiapp://print/test"; try { navigateToURL(new URLRequest(url)); } catch (e:Error) { trace(e.message); }...

I temporarily fixed the issue by explicitly declaring the custom URLs our apps are going to use, in the InfoAdditions ``` LSApplicationQueriesSchemes documentiapp com.samathosoft.webprint ``` without declaring these schemes, in...

Hello, I managed to prepare a Windows build System using WSL (or a similar Linux machine) with these steps to resolve (duplicating) the symbolic links: 1) prepare the folder without...

Hi, we noticed that also our app, which has a very limited number of Chinese users, works with earlier versions of Android but doesn't show Chinese characters with newer smartphones....