Re: [Release] 2 new Radio Apps

2018-09-04 Thread rodol...@essencialcode.com.br
Congrats @leokan23! Awesome work!!! -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Apache flex sdk installer fail

2018-08-22 Thread rodol...@essencialcode.com.br
Try to run under admin privileges... -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: SOAP response cannot be decoded

2018-07-16 Thread rodol...@essencialcode.com.br
This message often is associate with broken SOAP protocol. Try to investigate if any antivirus (or firewall) is running and try to do the same request by others machines. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: flex app not working when launched from flash builder

2018-01-23 Thread rodol...@essencialcode.com.br
The Firefox 55 v has this change: "Made the Adobe Flash plugin click-to-activate by default and allowed only on http:// and https:// URL schemes. (This change will not be visible to all users immediately. For more information see the Firefox plugin roadmap)" This mean that about:config->plugi

Re: flex app not working when launched from flash builder

2018-01-23 Thread rodol...@essencialcode.com.br
The Firefox 55 v has this change: "Made the Adobe Flash plugin click-to-activate by default and allowed only on http:// and https:// URL schemes. (This change will not be visible to all users immediately. For more information see the Firefox plugin roadmap)" This mean that about:config->plugi

Re: Firefox no longer running Flash debug version

2017-09-06 Thread rodol...@essencialcode.com.br
Great! "Devil Firefox, coward Adobe..." -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Firefox no longer running Flash debug version

2017-09-06 Thread rodol...@essencialcode.com.br
The Firefox 55 v has this change: "Made the Adobe Flash plugin click-to-activate by default and allowed only on http:// and https:// URL schemes. (This change will not be visible to all users immediately. For more information see the Firefox plugin roadmap)" This mean that about:config->plugins.h

Re: Flash & The Future of Interactive Content

2017-07-25 Thread rodol...@essencialcode.com.br
About AIR: https://forums.adobe.com/thread/2362234 -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flash-The-Future-of-Interactive-Content-tp15489p15491.html Sent from the Apache Flex Users mailing list archive at Nabb

Flash & The Future of Interactive Content

2017-07-25 Thread rodol...@essencialcode.com.br
https://blogs.adobe.com/conversations/2017/07/adobe-flash-update.html -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flash-The-Future-of-Interactive-Content-tp15489.html Sent from the Apac

Re: MultiDPIBitmapSource multiple use

2017-05-26 Thread rodol...@essencialcode.com.br
See if this may help you: Code: public class ImageClassManager { public static function getDPI(): void { var dpi: Number = Capabilities.screenDPI; if ((dpi > 0)&&(dpi < 240)) return 16

Re: Flexmojos Maven Apache Flex Error 1014

2017-04-10 Thread rodol...@essencialcode.com.br
Hello Chris, Thank you very much for you help; I really appreciate if you can help me; Please send me your e-mail, I tried here but I could't attach the zipped file; Thanks a lot Chris ! -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flexmojos-Maven-Apache-

Re: Flexmojos Maven Apache Flex Error 1014

2017-04-07 Thread rodol...@essencialcode.com.br
Chris, very thanks for your help; I just did exactly this and many other forms, but it still showing me the same error, unfortunetly... Man I'm really pissed with this, I'm trying to fix this for many days, read uncountable web pages with possible solutions, just tried almos anything... My proj

Flexmojos Maven Apache Flex Error 1014

2017-04-06 Thread rodol...@essencialcode.com.br
Hello everyone, I really need your help; I am trying to compile an extense flex project(4.15) using Maven and FlexMojos (7.1.0), just solved many problems until here, finally got success in last compilation process, but when I execute it using the generated html page there is one problem I'm tryi

Re: [ANNOUNCE] Apache Flex 4.16.0 released

2017-03-15 Thread rodol...@essencialcode.com.br
Finally! -- View this message in context: http://apache-flex-users.246.n4.nabble.com/ANNOUNCE-Apache-Flex-4-16-0-released-tp14808p14811.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Do any other AIR/AS3 mailing lists still exist?

2016-11-23 Thread rodol...@essencialcode.com.br
Maybe the web site https://discuss.as3lang.org/ can help you too. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Do-any-other-AIR-AS3-mailing-lists-still-exist-tp14196p14204.html Sent from the Apache Flex Users mailing list arch

Re: OR Mapper for Flex?

2016-08-03 Thread rodol...@essencialcode.com.br
Hi Chris, I've a mobile app (and now building a tablet version) that work in same scenario: Need works offline. I get data from a ERP (by webservices SOAP) and put this data into device just using SharedObjects. I serialize each returned node (XML now, but could be JSON) into my classes to manipul

Re: Inconsistent RPC Fault

2016-07-05 Thread rodol...@essencialcode.com.br
This ocurrs in Android and iOS or just iOS? Remember that last version of iOS only accept HTTPS conections and you error show HTTP. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Inconsistent-RPC-Fault-tp12946p12947.html Sent from the Apache Flex Users mailing l

Apache Flex Test Tool

2016-07-01 Thread rodol...@essencialcode.com.br
Great test tool for Apache Flex web/desktop projects http://sikulix.com/ -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Apache-Flex-Test-Tool-tp12943.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: What is this window?

2016-04-19 Thread rodol...@essencialcode.com.br
"Search for PopUpManager.addPopUp/createPopUp in your code. " A: Thanks Clint M but, i don't have this windows explicity neither place in my code. I really don't know how it is created. "It reminds me of the 'Remote Debugging' dialog that can be made to show up on web based Flash app startup" A

What is this window?

2016-04-19 Thread rodol...@essencialcode.com.br
Can someone tell me what is this strange window, that appears spontaneously after my app starts? How i can remove it? -- View this message in context: http://apache-flex-users.246.n4.nabble.co

Re: Scale font size of text to fit into a label with fixed dimensions?

2016-04-07 Thread rodol...@essencialcode.com.br
Try to use TextField class. The TextField.textWidth property gives you a width text in pixels in TextField.text propety... -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Scale-font-size-of-text-to-fit-into-a-label-with-fixed-dimensions-tp12424p12426.html Sent fr

Re: Apache Flex and Android Wear

2016-03-19 Thread rodol...@essencialcode.com.br
Nicolas say leokan23 wrote > Thank you for the proof of concept !! > We are excited about a ready to use flex support of android wear. > It would be nice if you can share that with the flex community :) Consider this my words too! -- View this message in context: http://apache-flex-users.2

Good news for Adobe Air - Best Mobile Application Development in 2015 MOBILITY AWARD

2016-01-08 Thread rodol...@essencialcode.com.br
Again (wow!) Adobe AIR was voted as the Best Mobile Application Development product at the Consumer Electronics Show past year 2015. http://www.compassintelligence.com/?q=press/compass-intelligence-announces-winners-2015-mobility-awards-list-m2m-green-technology-and

Re: Flex Mobile -> Bulk download of images?

2015-12-21 Thread rodol...@essencialcode.com.br
I use sharedObjects...See more in: http://www.kirupa.com/forum/showthread.php?306972-Saving-bitmaps-to-a-shared-object -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-Mobile-Bulk-download-of-images-tp11646p11681.html Sent from the Apache Flex Users mailing l

Re: Spark components with Material Design

2015-08-26 Thread rodol...@essencialcode.com.br
Thanks for sharing! -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Spark-components-with-Material-Design-tp11042p11053.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Welcome Joseph Labrecque as Apache Flex committer

2015-08-18 Thread rodol...@essencialcode.com.br
Great Apache Flex Team join! Welcome! -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Welcome-Joseph-Labrecque-as-Apache-Flex-committer-tp10950p10973.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Share data between two applications

2015-05-15 Thread rodol...@essencialcode.com.br
I use SharedObjects and works fine for same case -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Share-data-between-two-applications-tp10357p10372.html Sent from the Apache Flex Users mailing list archive at Nabble.com.