Re: Moonshine IDE 3.1.1 and Moonshine SDK Installer 3.8.1 released!

2021-06-15 Thread leokan23
Oh, I would never have figured out the arrow next to download  Thank you, it
works perfectly. 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Moonshine IDE 3.1.1 and Moonshine SDK Installer 3.8.1 released!

2021-06-15 Thread leokan23
Congrats on the new release Piotr. 

Can you help me a bit with finding where the moonshine sdk installer is
found? Apache SDK installer doesnt seem to work any more so this is a nice
alternative :)



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Compiling AIR app

2021-06-08 Thread leokan23
Hi Harbs,

for Mac os, there were major updates in 33.1.x as we couldn'y sign, run or
install apps. 

Check for the issues here:
https://github.com/airsdk/Adobe-Runtime-Support/issues




--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Compiling AIR app

2021-06-07 Thread leokan23
Is that for desktop? Are you working on windows or mac (macos has several
issues with certificates, java, etc. which are kinda solved on AIR
33.1.1.476). 

As flashbuilder is full of bugs and dead for years I would suggest using
intellij with latest AIR.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Read PDF file inside AIR app

2021-03-22 Thread leokan23
I would go with an ANE for web view. It is the most safe way, I have used.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Big Sur current status

2020-12-07 Thread leokan23
And iOS :) (iOS 14 sdk is mandatory, so you cant use AIR32 which is stuck on
iOS 12)



After24 wrote
> Our AIR desktop applications (compiled with AIR 31 SDK - captive runtime
> bundle) are working great on macOS Big Sur. So you don't have to use the
> latest Harman AIR 33 SDK on this OS. I believe that the only OS that
> requires Air 33 at the moment is Android if you want to distribute your
> application via the Google Playstore.
> 
> Regarding update, your are right : when compiling with the the captive
> runtime bundle option you have to develop your own update system.
> 
> Vincent.
> 
> 
> 
> 
> 
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/





--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Is installer broken?

2020-11-13 Thread leokan23
>From the logs it looks like the links to airglobal.swc are not working any
more (probably). 

So basically installer is dead for anyone trying to use this.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Issue with Flex 4.16.1 and Harman AIR 33.1

2020-11-12 Thread leokan23
Check if it works with http instead of https. I remember flex / air /
whatever having issues with https links



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Is installer broken?

2020-11-12 Thread leokan23
A couple of people asked me if installer works and i had a check. It looks
like the checkboxes for licenses dont appear when you try to download 4.16.1
version. 

Trying to download a previous version seem to work, although it crashes
later trying to download playerglobal.swc. 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Future of Flex

2020-09-13 Thread leokan23
Erik Thomas-3 wrote
> 1.) It is very difficult to find skilled (or even interested in learning)
> Flex developers anymore. I posted a job on this very forum six weeks ago
> and received no interest from anyone wanting to go full-time as a Flex/AIR
> remote developer, and our other recruiting channel also came up empty.

This has been so true and it has been like this for years. I was always
taking care of recruiting Flex guys, and I was not able to find new ones for
years. Even the last hires 4-5 years ago, were junior devs who I trained in
flex.

Apart from that, my biggest concern / issue / realization is that Flex has
not been actively developed for years. Last update was in 2017. Even when a
fellow dev tried to donate his Android skin update, that never actually
happened. It is true that as long as Harman doesn't make any change in AIR,
Flex will be working more or less, but I dont see it gaining any more users
as it looks abandoned. 




--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Blurhash Library for AS3

2020-09-01 Thread leokan23
Thanks for your kind words :) 

The library is already posted in several Facebook pages, Starling Forum, as3
discord server etc. Feel free to post it in as3lang too if you find this
interesting and helpful.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Apache Flex Installer

2020-08-23 Thread leokan23
It stopped working for me a while back. Now I keep a "clean" copy of flex
4.16 with AIR32 and in every update, I replace AIR SDK.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: From Flex to Flutter

2020-08-13 Thread leokan23
Makes sense. I have been focusing on mobile only since 2012 so this is the
reason I never jumped to Royale in the early days. Maybe an option would be
(at some point) to follow the Dart path and somehow make Royale compile
directly to ARM code. that solves all the performance issues in android and
ios. 

Comparing however Flutter and Royale for web, performance is more or less
similar (on chrome).



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: From Flex to Flutter

2020-08-13 Thread leokan23
Sadly, after running a simple example with Cordova (I hadn't tested it for a
couple of years), it looks like I get huge FPS drops even on my 12gb 8core
phone. It dropped in a simple animation from 60fps to 5, which obviously is
a no go. 

The second benchmark I did was going through a for loop to increase a
counter from 0 to 1000.
Royale for web result: 545ms to 678ms
Royale wrapped with cordova (running on webview of android as it doesnt
support directly running using chrome engine): 670ms to 820ms

Flutter for mobile (running in debug): 53ms to 112ms

I will extend the test to use a royale project instead, to see if it makes
any difference, but I am not confident that I will get better results at
this point. 

So as I have said in the past, although Royale is a great option to replace
Flex for web, I dont see it working for mobile apps. 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: From Flex to Flutter

2020-08-09 Thread leokan23
I want to clarify I am talking mobile performance not web. I will give royale
another go, to check how much access I have to native libraries like camera,
geolocation etc and what the performance is compared to flex and native. 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: From Flex to Flutter

2020-08-09 Thread leokan23
Thank you for clearing some things up. 

1. So I understand it correctly, that there is a need to wrap the html with
cordova, electron and others to make it work which makes it not a real app
but a web app wrapped. Unfortunately, that doesn't work very well in most
cases due to performance.

2. It has been long time since I checked this, but I believe Olaf pushed
some of my contribution in docs for VSC in 2018 :)





--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: From Flex to Flutter

2020-08-09 Thread leokan23
Hi Carlos,

of course Royale was my first try back in version 0.7.2. The reason I tried
it was mostly for web but I had many issues starting with it. Piotr helped
me a bit to start but at the time my main issues where: 

1. Documentation was scarce (there were mostly examples, not documentation). 
2. The first few times i tried to setup the sdk, I couldn't make it work.
Actually Piotr spent like 50 minutes trying to setted up on my laptop a few
years ago. 
3. Another issue for me was that I had to rewrite all the UI as Sparks
emulation wasn't available.

One of the things I am not sure how it works, is the mobile part (which I am
most interested for). In my understanding you need to use cordova which
makes Royale comparable to Ionic, which is not the best option as it is
basically a wrapped web site in an app. Not sure if you can export the
Royale project directly to AIR apk or ipa.

After Jewel was released, I thought about giving it another go, but due to
lack of time I never did. I am not sure if the issues above still stand, but
if you can clarify the mobile thing, I would be glad. :) 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


From Flex to Flutter

2020-08-08 Thread leokan23
For anyone who might be interested, I migrated an old app from Flex to
Flutter and wrote some thoughts about how close the two frameworks are. I
would be more than glad if you check it out and of course as always, I am
100% open for any questions.

>From Flex to Flutter

  



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Best way to use different ItemRenderers in a list?

2020-07-26 Thread leokan23
I have a list that changes based on the data available. At first i did 1 item
renderer that checked everything in set data and added or removed elements
from the item. However, when scrolled or refreshed the dataprovider, I was
either getting crashes or duplicated elements.

Is the issue, creating new elements in set data? What would be the best
approach to this?

My current solution was to use an ItemrendererFactory so if data.checkin,
data.image and data.post exists it is itemrenderer1 if only data.image exist
it is itemrenderer2, if nothing exists then itemrenderer3. But with this I
am not sure if itemrenderers are actually reused with virtualization on. Can
someone confirm they are actually reused?






--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Blurhash Library for AS3

2020-07-03 Thread leokan23
We have implemented the Blurhash library for AS3. Anyone who is interested
can get the open source project  here
  . We have implemented in pure
as3 to work with Flex, Starling, Feathers or even pure as3.

Blurhash library, is a small lib, that was build for Wolt app and allows to
save a minimum details image as hash, to use as placeholder for your images. 


 

This way your apps can look way cooler.

 

If you want to contribute, please join us to make this even faster.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Spark Image not loading a Firebase URL

2020-07-01 Thread leokan23
No idea why. Works in all my browsers.

Any how, using a urlrequest instead of string for source works, so I guess I
can live with this workaround. 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Spark Image not loading a Firebase URL

2020-07-01 Thread leokan23
Thank you for your reply. If you try the second set of links (real bucket)
you can see both images in any browser.

If you try to load them with a custom loader like bellow it works:

 

Using firebaseImg.source=url; where firebaseImg is Image spark or
BitmapImage, doesn't work. 

URL1 (works in all cases):
https://firebasestorage.googleapis.com/v0/b/firebase-dogmate.appspot.com/o/ze.png?alt=media

URL2 (works in browsers and loader but doesnt work for image.source=url)
https://firebasestorage.googleapis.com/v0/b/firebase-dogmate.appspot.com/o/public_files%2Fze.png?alt=media


Final step to solve this (after checking the BitmapImage.as code) was to
submit a UrlRequest instead of string.

firebaseImage.source = new UrlRequest(url); seem to work in all cases. 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Spark Image not loading a Firebase URL

2020-06-30 Thread leokan23
Is there a way to replace the spark Image loader with a custom one? I tried
checking the Image.as but I can't really figure out where the loading
actually happens. 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Spark Image not loading a Firebase URL

2020-06-26 Thread leokan23
Both are examples, let me post real links.

1st - Works perfectly in

 


2nd - Doesnt work in

 but works if I do a custom Loader (flash.display.Loader) 

Also tried in Feathers SDK that uses MXML and Loader, and also works.





--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Tip/Solution after December/2020

2020-06-26 Thread leokan23
It looks like this can be also found on bullet 4, in their announcement:

Flash EOL Information

  





--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Tip/Solution after December/2020

2020-06-22 Thread leokan23
FYI, I came across some new information which contains this:

'Adobe also said that "Flash-based content will be blocked from running in
Adobe Flash Player after the EOL Date," suggesting the company has added or
plans to add a so-called "time bomb" in the Flash Player code to prevent
users from using it starting next year.'

To my understanding, this will mean that even if you freeze your browser,
flash player wont work. 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Installer license agreements list empty

2020-05-25 Thread leokan23
I have the same issue as well. I keep an archive of Flex 4.16.1 with AIR 32
as a clean install to copy for new versions. 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Flex Articles archived

2020-05-15 Thread leokan23
Ah, sorry. I thought I posted the link at my first post.  Here it is.
  



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Flex Articles archived

2020-05-14 Thread leokan23
So adobe is archiving all Flex and AIR articles, guides, etc in their site.
They are taking them offline and making them available only as .zip with PDF
screenshots. Maybe we should keep a copy and add them in the official apache
flex site for future reference? 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Apps for iPhone or iPad must be built with the iOS 13 SDK or later

2020-04-08 Thread leokan23
You will have to update to AIR33.1 which uses iOS 13 SDK for compiles.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Flash Builder 4.7 will not compile android app with Harmans air

2020-03-15 Thread leokan23
you either haven't updated your java (flash builder java not system java) to
the latest or you are using the wrong -arch type.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Flash Builder 4.7 OSX

2020-03-10 Thread leokan23
Flash Builder 4.7 doesn't work with Catalina update cause it is not 64bit. I
would suggest moving to intellij or vscode



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Flex 4.16.1 broken for AIR33.1?

2020-03-09 Thread leokan23
Going back on topic, how easy would be for current volunteers to show how to
update Flex / make a release, to someone from Harman? 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Flex 4.16.1 broken for AIR33.1?

2020-03-09 Thread leokan23
There is a free tier for v33. Although 32 is more or less stable, it doesnt
support Android, in less than a month it wont support iOS, it doesnt support
Mac so it is pretty much outdated.  



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Flex 4.16.1 broken for AIR33.1?

2020-03-09 Thread leokan23
Do we really need Flex to work with older AIR SDK versions? 

- Web distribution is not relevant any more and it will be EOLed in a few
months. 
- Android needs AIR33 or higher (to support Android 64bit restriction).
- iOS currently needs AIR32 or higher (this will change soon as in April
2020 Apple will force iOS 13 sdk so I guess this will be bumped to AIR33 as
well).
- Mac,if not mistaken, needs AIR33 to work in the latest os version
(catalina).
- Windows is the only thing not affected. 

So with all the above, I dont see a reason to keep Flex working with old AIR
versions. This is my experience so I might miss something that makes it
crucial to keep Flex working with the old versions (right now you can even
download AIR3.7 from Flex installer).



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: iPhoneSimulator.sdk error

2020-03-05 Thread leokan23
This some times is related to the anes used. Which ones are you using?



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


RE: Flex 4.16.1 broken for AIR33.1?

2020-03-04 Thread leokan23
To me it looks like the best option would be updating Flex SDK to 4.16.2 and
implementing the new changes. However, as this might take a while, Andrew's
idea of using different function names, looks like the most feasible option
right now. 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


RE: Flex 4.16.1 broken for AIR33.1?

2020-03-04 Thread leokan23
I think Flex libs (mx.geom.Transform) should be updated to work with the
latest versions of AIR. From the mobile perspective, it doesn't make much
sense to support older ones as you can't publish apps if you are lower than
AIR 32 for iOS or AIR 33 for Android.

I am not sure if there is any similar issue for desktops and web.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Flex 4.16.1 broken for AIR33.1?

2020-03-03 Thread leokan23
Changing the -swf-version didn't do the trick. This is the change they did:

/Update geometry APIs to allow object pooling, so for example, rather than
creating and returning
new Point, Matrix, Vector3D etc objects, functions within the flash.geom.*
classes will take an
optional parameter that can be an object to reuse and return. /

I will try messing around with Transform.as next.






--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Flex 4.16.1 broken for AIR33.1?

2020-03-03 Thread leokan23
It looks like there is an issue with the latest AIR version, after they
updated the geometry APIs.

I am trying to run some projects and i get the following errors:

param count mismatch
virt params=2 optional=1 flash.geom::Transform/getRelativeMatrix3D()
over params=1 optional=0 flash.geom::Transform/getRelativeMatrix3D()
VerifyError: Error #1053: Illegal override of Transform in
mx.geom.Transform.

at
spark.primitives.supportClasses::GraphicElement/validateProperties()[D:\flex_sdk\Sources\flex-sdk\frameworks\projects\spark\src\spark\primitives\supportClasses\GraphicElement.as:3546]
at
spark.components::Group/validateProperties()[D:\flex_sdk\Sources\flex-sdk\frameworks\projects\spark\src\spark\components\Group.as:938]
at
mx.managers::LayoutManager/validateProperties()[D:\flex_sdk\Sources\flex-sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:601]
at
mx.managers::LayoutManager/doPhasedInstantiation()[D:\flex_sdk\Sources\flex-sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:787]
at
mx.managers::LayoutManager/doPhasedInstantiationCallback()[D:\flex_sdk\Sources\flex-sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1191]


Any ideas?



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Adobe Flash Builder 4.7 + new AIR and Flex SDKs

2020-01-09 Thread leokan23
1. Milkman (Alex) has gone silent for a couple of years now, maybe more. I
would suggest using either Distriqt or MyFlashlabs. They have updated to
support 64bit and they offer great support.

2. It is still the same with AppStore. You can either upload with
Application Loader, or if you have any troubles, with the new app called
"Transporter". Not much changed on iOS, except that we now have to use an
Assets.car for icons and special launchimages. You can read about these
changes on AIR 24 release notes.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Adobe Flash Builder 4.7 + new AIR and Flex SDKs

2020-01-08 Thread leokan23
Don't worry about the warning messages. The first message is because you
probably don't have any users in your beta / alpha  channel.

The second warning, is because for a while now, we are supposed to use .aab
instead of .apk, for better management and distribution. However this is not
available in AIR (technically the latest AIR33, supports android app
bundles, but only if you are not using ANEs). 

Concerning the keystore, you don't need to upload it to the store if you
didn't before. You can keep using your old .p12 file and it will be fine.
However, uploading it to the store, saves you from the troubles of
misplacing it and getting locked out.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: 64bit air desktop application

2019-10-19 Thread leokan23
You can use flex 4.16.1 and AIR 32 to compile to 64bit.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: ADT incompatible with iOS 13?

2019-10-19 Thread leokan23
This is a known issue with the current AIR versions. I think it is solved in
AIR 33 previous version (AIR 33.0.2.281)

"AIR-242: Updating iIPA tool to ensure packages can be installed onto iOS 13
devices [didn’t work]"

Maybe you can give it a try.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: "Delete" Button in a list

2019-07-27 Thread leokan23
This    is what you are
looking for.

Although it is a bit old, it has all the needed code to achieve the swipe on
itemrenderers of the list.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Adobe AIR Maintenance and support changes

2019-07-09 Thread leokan23
It looks like Harman got some extra grace period from Google. AIR was added
in the list of excluded frameworks, from the 64bit enforcement, for another
12 months. This is only for existing apps, which will be updated and not for
new apps.

You can read more  here

  



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: [Release] Wizards' Guide & Calculator

2019-06-26 Thread leokan23
Thanks Carlos :)



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


[Release] Wizards' Guide & Calculator

2019-06-22 Thread leokan23
Hi all, 

I am back again with a new release :) this was a 3 days sprint from me and
my team. As you may remember, a while back we released a companion app for
Pokemon Go, built 100% in flex which managed to get almost 1.5m downloads
and is used in more than 110 countries. The company which brought Pokemon
Go, released their new game which is basically a clone but in Harry Potter
universe.

So we had to release a companion app for that, and it looks awesome.

Once again  special thanks to @quick6black for his awesome Material Design
library for 
flex, which has become our base for many projects and extended to become an
awesome UI lib.

The app was just released in the store[1]  and my team and more info can be
found in our landing page.[2]

[1] Wizards' Guide
  
[2]https://simpleapps.gr/en/wizards-unite-companion-app
  






--
Sent from: http://apache-flex-users.246.n4.nabble.com/


RE: Adobe AIR Maintenance and support changes

2019-06-02 Thread leokan23
A lot of AIR devs have pointed out that they would prefer paying for AIR if
it meant a good roadmap, communication and support. I agree that my company
wouldn't mind paying a licence / sit or anything similar to Unity (we
already pay them) for similar services.

Can't wait to hear about the plans you come up with :) 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Adobe AIR Maintenance and support changes

2019-05-30 Thread leokan23
For me and my company these were exciting news. We already started moving
mobile apps to flutter, due to Adobe being silent for a while and not
dealing with big issues like the ios12.1 restriction, Android Q crashes and
Android 64bit restriction.

We have been talking with Harman for a few days before the announcement, and
this was better than expected. At least now we can keep legacy apps which
were going to be rewritten from scratch. Paying model is more than welcome.
We already do it with unity and other  tools, so why not with AIR?



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Adobe AIR Maintenance and support changes

2019-05-30 Thread leokan23
Here is the second announcement[1], this time from Adobe, which makes things
a bit clearer. 
It looks like AIR development and support is passed to Harman.

A Harman representative said that there is going to be a few tiers
concerning prices, starting with a free tier.

[1]https://theblog.adobe.com/the-future-of-adobe-air/
  



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Adobe AIR Maintenance and support changes

2019-05-30 Thread leokan23
It looks like there are some changes happening to AIR. There was a very
serious issue for a while with 64bit for Android, but today we finally got
some info[1].

Let's see how things will change.

[1]https://services.harman.com/partners/adobe
  



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Encrypt or Hide sensitive data

2019-03-08 Thread leokan23
This is what I usually do, but what about the first credentials? They are
still available within the app. I mean the credential to authenticate the
service.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Encrypt or Hide sensitive data

2019-03-08 Thread leokan23
I am working on a new project, which needs to be a bit more secure than
usual. In the app there are several keys for 3rd party services (like push
notifications for example). This keys are used as String and I want to
encrypt them or hide them somehow, to avoid someone decompiling the app and
getting them.

What would be the best approach? 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: [Release] New Flex Apps - Medical Support

2019-02-15 Thread leokan23
Thank you guys. This is a high profile client, very well known in Greece, and
I was happy to be able to once again use Flex.

We already started our next app to be released in June, with one of the
biggest telekoms in eu. :) Again, flex is my weapon of choice :)



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: [Release] New Flex Apps - Medical Support

2019-02-14 Thread leokan23
Unfortunately it is only in Greek for now. Although the client asked for base
support for multi language so it might released in English later on.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


[Release] New Flex Apps - Medical Support

2019-02-14 Thread leokan23
Hi all,

once again, I wanted to share my teams latest release, to encourage people
still working with Flex. :) This time the mobile app focuses on supporting
women who had cancer in the past. The client is the biggest NGO supporting
women with cancer or metastasis.

We created an companion app with information about drugs and terms, calendar
to present events but also add your logs, a social Wall to post encouraging
messages, a system to help you achieve new goals and many more.

Once again I want to thank @quick6black for his awesome UI library and hope
that I will find the time to soon start working on a new one with him.

The app is in soft launch mode, but we already get positive feedback.

https://play.google.com/store/apps/details?id=tech.simpleapps.myalma




--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Stage use in Flex?

2018-12-07 Thread leokan23
Ok so it looks like the problem was using the stage way to fast via the
creationComplete :) 

I added a listener to check that the stage is already added, and now it
works. 

Thank you guys.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Stage use in Flex?

2018-12-06 Thread leokan23
I am trying to use stage to add an admob banner in my flex app but it fails
when I use this: 

stage.stageWidth / 2

How can I use stage inside a Flex app? I can't find any info.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: StageTextinput doesn't align text an more

2018-12-06 Thread leokan23
I will try that. It is a bit strange. This was not an issue before and I
think it started in air 30.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: How to cater for iPhoneX/XS/XR new status bar height?

2018-12-05 Thread leokan23
It could be :) I used this code during debugging so the point part could be
completely wrong. 

I suggested to the dev team that this should be updated by default to the
framework as it works for all the new iPhones.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: How to cater for iPhoneX/XS/XR new status bar height?

2018-12-04 Thread leokan23
Use this in your css to fix it.

@media (os-platform:"IOS") AND (application-dpi: 480)
{
s|Application {
osStatusBarHeight: 65;
}

}

Also add the same for dpi bigger than 480 to cover all new devices. This
also can work for Android phones with notch. 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


StageTextinput doesn't align text an more

2018-12-03 Thread leokan23
In the latest versions of AIR I discovered that there seems to be an issue
with the StageText input. Text loses alignment when softkeyboard pans. Any
ideas?


 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


warning gl pipe is running in software mode

2018-10-16 Thread leokan23
I am getting this error when I try to compile an iOS app on my mac. Android
works without any problems. Tried AIR 29-31 and get the same problem. It
looks like it only happens on bigger apps with many ANEs.

Did anyone had this problem before?





--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Air 31 is out

2018-09-17 Thread leokan23
We had problems with a big app moving from 29 to 30. About a 10 fps drop on
the first version of 30. Never tried the latest one. It looks like the same
issue on AIR31 beta. Thus we already use 29 for the impacted apps. 

In smaller apps which don't use too much bitmaps we didn't have any issues.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: [Release] 2 new Radio Apps

2018-09-03 Thread leokan23
It will definitely will. I use an AS3 item renderer on another app with 600
items in the list, and works with great performance.

useVirtualLayout is true now, but I could try false.
cacheAsBitmap is true.
renderMode is gpu (although I had the bug with the black screen but I found
a work around)
framerate is set to 40 to avoid lag if using 60.

Also at some point we will optimize bitmaps as we currently use xxhdpi
images and icons even for the 240ppi devices which also adds overhead to the
performance.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: [Release] 2 new Radio Apps

2018-09-02 Thread leokan23
We are still building awesome apps with Flex :) 

These will also be released for tvOS and Android TV during 2019. 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


[Release] 2 new Radio Apps

2018-09-01 Thread leokan23
Hi all,

i know that flex doesn't come with many news but we just released 2 new apps
and wanted to share them with you. 

Flex is still rocking in 2018 :) 

A special thanks to @quick6black for his awesome Material Design library for
flex, and some help in fine tuning the UI.

Both apps where already in the stores and my team and I updated them with a
new UI and extra features.

https://play.google.com/store/apps/details?id=gr.antenna.easy972

https://play.google.com/store/apps/details?id=gr.antenna.rythmos949



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Android Effects - Poor performance

2018-08-10 Thread leokan23
It looks like when rendering or using effects on android, everything is
cluttered and laggy. We decided to just use Flex as a v1, with minimal
animations, effects etc, and migrate an v2. :/ 





--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Android Effects - Poor performance

2018-07-21 Thread leokan23
Any idea why Android has so poor performance compared to ios, especially when
using effects? I have an app with TabViewNavigator which is so laggy even on
high end android smartphones. Then I compile for ios and even on a 4 years
old device, the performance is as good as it gets. 

Any ideas how to fix that?



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Transparent Actionbar on Mobile

2018-07-08 Thread leokan23
Bump.

I am looking for a way to disable content clip so I can put things behind
the actionbar or tabnavigator (place on top left of the screen.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Android Black Screen onResume

2018-07-03 Thread leokan23
I can see that there is still a bug on Android when returning from the
background. If the app is deactivated an then re-activated I get a black
screen for a second or two and then it returns to normal. I use render mode
auto. 

Any ideas?

There seems to be a workaround from the starling forum, but it is more than
a hack than a bug fix.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Get title from mp3 stream

2018-06-24 Thread leokan23
After some research, Radio Streams don't use ID3 so this is why there is no
trigger.

Depending on their server (icecast or shoutcast) they use a different type
of metadata.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Get title from mp3 stream

2018-06-21 Thread leokan23
It looks like I have the same issue. Although my stream comes with the info,
the ID3 event is never triggered.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Future of Adobe Flex as a RIA in 2018

2018-06-19 Thread leokan23
Although performance is not on the spot as the apps get bigger, (Pokevolution
uses 22 ANEs!) you can do almost anything.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Future of Adobe Flex as a RIA in 2018

2018-06-19 Thread leokan23
Some "reassurance" about the mobile apps. Here are some of my company's apps
built 100% with flex:

Pokevolution (1m+ downloads) [1]

Tourismart (officially sold by t-mobile Greece - Cosmote ) [2] 

TEDxAthens (official TED event) [3] 



[1]  Pokevolution
  
 
[2]  tourismart for hotels   
[3]  TEDxAthens
  



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


AAC Audio stream on Android /iOS

2018-06-18 Thread leokan23
Is there a way to play an AAC stream on android or ios using flex? I have
tried almost everything, from NetStream to soundchannels without any luck:/



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Multi-dpi Autoscaling dimensions (android)

2018-06-07 Thread leokan23
Thank you for your reply. I have done the same in the past, but I was not
sure if it had impact on performance or not, especially with all the
bindings needed in mxml (I am using it like width={dimens.BUTTON_WIDTH} ).

I will try to do the same for any paddings needed to avoid using the
s:spacer.

Thanks for the suggestion.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Multi-dpi Autoscaling dimensions (android)

2018-05-18 Thread leokan23
Hi,

I am trying to change the way I worked before with groups and paddings from
percentages to fixed values (android). What I try to achieve is to find out
if there is a difference in performance using fixed values. 

I am a bit confused concerning the autoscale though. If I have a group like
this:



will the gap be 80pixels in every dpi (160-640) or it will scale up and down
to the appropriate dimension? I know this works for fonts, but I am not sure
it works properly on width, padding, etc.

I am using applicationDpi=320 (xxhdpi)



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Life after FlashPlayer, are you prepared?

2018-05-13 Thread leokan23
We also changed from browser to AIR desktop apps a while back. 

We currently started working on new browser products to go with our mobile
apps. Although we are playing around with Royale, we are using angular 5 and
react at the moment. 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Transparent Actionbar on Mobile

2018-04-20 Thread leokan23
Is there a way to make the Actionbar Transparent? 

I want to achieve this:  Demo

   

using the Actionbar component without going custom. So the Actionbar should
be transparent, and also have the ability to place components (image) behind
it.

Thank you.





--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Updating Flex Mobile app

2017-12-15 Thread leokan23
Hi @crikos , If you are still looking, you can send me some details. Me and
my team work heavily with flex for mobile so we might be able to help you.
If you are interested, please send me a private message. Thank you.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Android Images Rotated

2017-06-13 Thread leokan23
Hi,

I had similar problems to one of our shelfie apps. I solved the problem on
android using the following code:

https://pastebin.com/f1NvTyLD   
This code only uses the front camera and rotates it to work for Android.

An alternative could also be Camera ANE from distriqt.

Hope this helps



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Android-Images-Rotated-tp15306p15309.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: Optimize speed on Android

2017-06-12 Thread leokan23
Follow these guides:

http://flexponential.com/2011/10/05/performance-tuning-mobile-flex-applications/

https://www.slideshare.net/mitulgolakiya/flex-mobile-application-performance-tips-on-iosandroid?qid=c17108cd-f488-44e1-b763-42ea8c6d4729==_search=1

It will help a lot. 

Scout will also help a lot.




--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Optimize-speed-on-Android-tp15284p15300.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: Flex comunication with Amazon S3 and Smart TV project

2017-06-12 Thread leokan23
Hey Angelo,

so I will answer only about the TV part as I am not sure about AWS. :)

AIR (and Flex) used to support old Smart TVs like samsung b6000 series
(2009?). Unfortunately since 2012 most, dropped support moving to custom OS
like Tizen for samsung or web os for LG, which as a result caused many
problems with Smart TVs.

In the latest versions of of AIR (I think since 23) there is support for
Android TV and tvOS. This allows you to build AIR and flex apps targeting
these platforms. Android TV is already available in some Sony models, and of
course there are tv boxes with it like nvidia shield. tvOS is available via
tha tvOS box.

In both cases you can work as usual, even using ANEs, and just add
true for android or 
UIDeviceFamily
 
 3
 

for tvOS in your manifest.

Some things for your tv checklist:
Android TV is a version of Android so you should follow best practices for
it.
Android TV needs an extra banner for icon (
./assets/appicons/android_tv_banner.png in manifest )
Both platforms are in lanscape mode so you should design for that.
Be really carefull with assets and DPIs. Think about it as designing for a
huge tablet. DPIs are low due to size so you might need some custom coding
for sharp assets.
There are other options for input which you should consider using.

You can find out more  here

  



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Flex-comunication-with-Amazon-S3-and-Smart-TV-project-tp15295p15299.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Update desktop when exported as Native Installer?

2017-03-23 Thread leokan23
So we have a desktop app which is currently exported as .air, and we use the
air update to update it over our server.

We want to add an ANE for windows and mac, but it looks like the ANE is only
packaged when in Native Installer or Captive Time. When we use these, the
app doesn't seem to be aware of updates.

Is there a work around?



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Update-desktop-when-exported-as-Native-Installer-tp14915.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: Mobile DateChooser Flex

2017-03-06 Thread leokan23
I will add the latest version to github including a todo list and post it
also here. 

@quick6black you can work on the calendar I am working too if you want. It
currently works as an independent component modal. The user has to listen
for the selection of a date and added as text in the text input.

One thing that definitely needs work is the translation part. We currently
use resource files for the Months and days, which could be confusing.



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Mobile-DateChooser-Flex-tp14753p14781.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: Mobile DateChooser Flex

2017-03-05 Thread leokan23
We already have build such a skin for an older app (couple of years ago).

 

Again this would feel a bit strange for iOS. We will come up with a skin for
it that used characteristics from native ios, but first things first, we
have to combine this with a TextInput to create the new component.

Is anyone interested on helping on that part?

The date chooser is a component which appears when the user clicks on the
StageTextInput we use right now. When the user selects a date, the popup
closes and the date is added in the TextInput.



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Mobile-DateChooser-Flex-tp14753p14764.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: Mobile DateChooser Flex

2017-03-03 Thread leokan23
We can skin it for iOS too, although i think there is no similar date picker
for ipad. If anyone has a screenshot of something similar please post.



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Mobile-DateChooser-Flex-tp14753p14755.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Mobile DateChooser Flex

2017-03-03 Thread leokan23
So one of the missing things in Flex mobile I hate is tha there is no Date
Chooser. OK there is the Date spinner but it looks old to be honest.

So my team and I are working on a custom Component with material designs. We
are almost there and i wanted to share it with you. 

I would also like to see if anyone is interested to help complete it and
maybe extend it. There is already a version in github, but we plan to add
the new "material" version. 

We are looking for someone who could help bring it on the nessary quality
for it to become part of Flex. 

Let me know if you are interested.

p.s. special thanks to @quick6black for his Material skins (used for
buttons)


 



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Mobile-DateChooser-Flex-tp14753.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: Accepting Payment on Mobile

2017-02-10 Thread leokan23
To my understanding, you are going to charge a subscription for using the
app, so why not use an IAP ANE to handle the "subscription" part via Google
Play (ios might offer the same) and then a simple registration system to get
the data of your user?



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Accepting-Payment-on-Mobile-tp14649p14671.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


RE: [FlexJS] Wanted: UX/UI Design Proposals

2017-01-24 Thread leokan23
Awesome piotrz,

I will star working on this asap.



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Re-FlexJS-Wanted-UX-UI-Design-Proposals-tp14439p14571.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


RE: [FlexJS] Wanted: UX/UI Design Proposals

2017-01-24 Thread leokan23
Hi all,

so i have been working with flex since my bsc a while back (flex3 then) and
I just love it. We use it as a company for most of our apps so I would love
to help with flexjs. One of my UI/UX people can create a photoshop or
illustrator UI Kit as a reference to be used. However, as we are a small
studio, we don't have the capacity-resources right now to also do the
coding.

If a photoshop/illustrator guideline is ok with you, I can move forward with
this.

As a reference you can find some of our designs from released apps here [1].
Most of them are also made with Flex.

[1] https://drive.google.com/drive/u/3/folders/0BxUV6kdkN-b6ZDd5bXZxbFRVS2s



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Re-FlexJS-Wanted-UX-UI-Design-Proposals-tp14439p14569.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: Hot to optimize flex mobile to show SplashScreen faster?

2017-01-19 Thread leokan23
Hi Chris,

it looks like you are doing too much staff on the start of the application
(or there is a performance issue in iPod 5). Can you check what is going on
with Scout? 

If you have a lot of initializing try moving them to after the app has
loaded.



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Hot-to-optimize-flex-mobile-to-show-SplashScreen-faster-tp14539p14541.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: FlexJS - How to use MDL?

2017-01-19 Thread leokan23
Hi,

i have filed the bug [1], so please take some time voting so they can fix it
:)

[1] http://bugs.powerflasher.com/jira/browse/FDT-3716



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14540.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: FlexJS - How to use MDL?

2017-01-18 Thread leokan23
Hi Alex,

i tried your suggestions but i still get the same error:





--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14515.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: FlexJS - How to use MDL?

2017-01-17 Thread leokan23
Hi,

so i have been playing with flexjs and different IDEs (i am trying to figure
out which is the best overall).

Here are the results:

In FDT, i added the missing swc, and now the mdl components appear. However
when i try to build-debug, i get a general error that the build failed.



This happens with 0.0.8 even if i remove the .swc so it looks there is a
general problem with FDT.

I also tried working with Flash Builder 4.7 (i am currently moving from
flash builder to fdt). I had no problem with compiling, the debug opens in
chrome, but MDL has no style, it looks exactly the same as js: components.



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14512.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: FlexJS - How to use MDL?

2017-01-15 Thread leokan23
Hi,

after adding the mdl swc on my project, the build fails. This happens in
FDT, i will try in other ides too but keep that in mind. 

I also have a maybe, stupid question. I am using the flex installer to
download the sdk. Is the nightly version always updated there?




--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14497.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Use dp instead of pixels in Flex mobile

2017-01-13 Thread leokan23
Is there a way to used dp (density-independent pixel) instead of pixels in
fonts?

I currently use a css class on all my mobile projects and use font-size: to
change the font size (ex. font-size:35) 

I know dp is supposed to work since 4.12.1 [1] but never understood how to
do it.


[1]
https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+4.12.1+Release+Notes



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Use-dp-instead-of-pixels-in-Flex-mobile-tp14487.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: FlexJS - How to use MDL?

2017-01-13 Thread leokan23
I will be starting with the UI part, so debugging isn't too much trouble for
now. I can always use another IDE. My main IDE for Flex (AIR) is Flash
Builder and I just started with FDT for flexjs and because FB crashes all
the time  .



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14485.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


  1   2   >