Re: AIR app (Captive runtime) is blocked by anti-virus scanner

2021-02-12 Thread MikeH
The EV Certificate I have came on a USB drive. I purchased mine from Comodo and is easy to use. The only issue I have found is when trying to sign .air files but, if you use Captive Runtime then it's not a problem. -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: AIR app (Captive runtime) is blocked by anti-virus scanner

2021-02-10 Thread MikeH
I had a similar issue. I now use an EV Certificate for may AIR apps and don't have any problems. The EV certificate is the best one as it also helps with Microsoft Smart Screen reputation. -- Sent from: http://apache-flex-development.247.n4.nabble.com/

RE: Royale File Upload

2020-05-31 Thread MikeH
Hi Yishayw, That looks very much like the code I have in my Flex code that I compile as an Air Application. The Application I am building at the moment is a using the Jewel components and I couldnt get FileReference to work as it would not compile so I went with FileProxy. Maybe I am doing some

Re: Royale File Upload

2020-05-31 Thread MikeH
Ok, i got it working by removing the third parameter fileModelWithParams.setParam("username",my_user_name,fileModel.name); and changed to: fileModelWithParams.setParam("username",my_user_name); Seems to have worked. -- Sent from: http://apache-flex-development.247.n4.nabble.com/

RE: Variable Reference

2020-05-31 Thread MikeH
HI thanks Yishay. I was having problems with FlexGlobals.topLevelApplication not included. I think its ok now. Thanks -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Royale File Upload

2020-05-29 Thread MikeH
Hi, im trying to convert a Flash Builder(Flex) project into an Apache Royale project for the web. and im getting stuck over file uploads. I have looked at the samples using the FileProxy method but keep getting errors. I am using the new 0.9.7 sdk. My code is below. Any thoughts would be great. My

Variable Reference

2020-05-24 Thread MikeH
Hi I am looking at converting a Flex application over to Royale. In Flex I can use FlexGlobals.topLevelApplication.myVar to reference data set in the main application. Does Royale have an equivalent th this? Thanks MikeH -- Sent from: http://apache-flex-development.247.n4.nabble.com/