Re: IE 9 issue

2013-11-29 Thread jfb
Alex, If I use the same file with extension HTML, it works. Something doesn't apply when I use the cfm file, very weird. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/IE-9-issue-tp3973p3994.html Sent from the Apache Flex Users mailing list archive at

Capture User Interaction within Flex App

2013-11-29 Thread Dhananjay D
Hi, Is there a possibility to capture/ record and stream the video of the user's interaction from within the same Flex Application. The Flex App runs within a browser and the user interfaces are complex. Regards Dhananjay DISCLAIMER: Information contained in

printing

2013-11-29 Thread Frank Dahmen
Hi, what is the state of the art for printing (or pdf generating) in a Flex Application (web)? Thanks

Re: printing

2013-11-29 Thread Angelo Lazzari
Hi, we use Alive PDF to create PDF in our Flex Mobile Web apps. It's really powerful and you can check out an example of the high quality documents you can create here: http://alivepdf.bytearray.org, and obviously you can download the library and start creating Just one more important think,

Re: printing

2013-11-29 Thread Frank Dahmen
Thanks, i will check it Am 29.11.2013 14:34, schrieb Angelo Lazzari: Hi, we use Alive PDF to create PDF in our Flex Mobile Web apps. It's really powerful and you can check out an example of the high quality documents you can create here: http://alivepdf.bytearray.org, and obviously you can

Re: Capture User Interaction within Flex App

2013-11-29 Thread Mihai Chira
I'm not sure about video, but perhaps you could take a snapshot at every click / keypress? Just use aBitmapDataInstance.draw(view.stage) plus a PNGEncoder and a FileStream to save it to disk. I'd also draw a circle where the click happened or add the keyboard action somewhere to help understand

RE: Capture User Interaction within Flex App

2013-11-29 Thread Maurice Amsellem
Just out of curiosity, why would you want to record user interaction from WITHIN Flex ? -Message d'origine- De : Dhananjay D [mailto:dhanan...@ramco.com] Envoyé : vendredi 29 novembre 2013 14:05 À : users@flex.apache.org Objet : Capture User Interaction within Flex App Hi, Is there a

Re: Capture User Interaction within Flex App

2013-11-29 Thread Dhananjay D
Thanks. I guess this will serve the purpose. The solution is simple and light unlike video capture. The idea is to understand client issues for a web application. Regards Dhananjay Sent from my Handheld. - Original Message - From: Mihai Chira mihai.ch...@gmail.com To:

Re: Capture User Interaction within Flex App

2013-11-29 Thread Dhananjay D
The plan was to simulate client issues and post to the server where the admin can view the simulation sequence. The capture itself will be triggered by the client. Along with it, some client env details will also be posted by the application. Regards Dhananjay Sent from my Handheld. -

Re: Capture User Interaction within Flex App

2013-11-29 Thread Marcus Fritze
I also think it would be a really nice feature! Since FP 11.5 or 11.5 (I am not sure) there is the possibility to get the stack trace, when your app is crashing. So I developed a function that all my app crashes will be submitted to me. But I tried to implement the possibility submitting

RE: Capture User Interaction within Flex App

2013-11-29 Thread Maurice Amsellem
The idea is to understand client issues for a web application. Be careful about memory and CPU requirements. Common video/screen capture software will use advanced video memory compression and streaming techniques to keep the recorded video at a decent size. Typical 60s full screen video

Re: Capture User Interaction within Flex App

2013-11-29 Thread Dhananjay D
Thanks for the advice. I will consider your inputs and see how it comes out. Regards Dhananjay Sent from my Handheld. - Original Message - From: Maurice Amsellem maurice.amsel...@systar.com To: users@flex.apache.org users@flex.apache.org Sent: Fri Nov 29 20:14:01 2013 Subject: RE:

Unable to format milliseconds with DateTimeFormatter

2013-11-29 Thread piotr.zarzycki
Hi guys! Does anyone have a problem with format milliseconds using DateTimeFormatter ? Similar situation - http://stackoverflow.com/questions/8038179/not-able-to-format-milliseconds-with-datetimeformatter Piotr - Flex/Air developer open to new job offers and challenges.

Re: printing

2013-11-29 Thread stephane lajanie
Hi, i use Alive PDF and it’s work fine, but i can’t open pdf file to print on iOS terminal. if you have an idea ? Steph. Le 29 nov. 2013 à 14:34, Angelo Lazzari angelo.lazz...@redtulp.com a écrit : Hi, we use Alive PDF to create PDF in our Flex Mobile Web apps. It's really powerful and

RE: Unable to format milliseconds with DateTimeFormatter

2013-11-29 Thread Maurice Amsellem
It does not work for me either! This for sure a bug in flash.globalization.DateTimeFormatter ( FP native final class). Did you check Adobe bugbase ? Maurice -Message d'origine- De : piotr.zarzycki [mailto:piotrzarzyck...@gmail.com] Envoyé : vendredi 29 novembre 2013 14:56 À :

Re: printing

2013-11-29 Thread Paul Hastings
On 11/29/2013 8:27 PM, Frank Dahmen wrote: what is the state of the art for printing (or pdf generating) in a Flex Application (web)? for us, where all our flex apps have server backends, we use iText w/coldfusion or java.

Re: Ant build and SDK 4.11

2013-11-29 Thread mark goldin
Yes, I will make sure I an using it correctly. Another question. Where am I getting swz libraries from? It used to be Adobe sites. On Wed, Nov 27, 2013 at 6:53 PM, David Coleman david_coleman_...@hotmail.com wrote: is your ant instance using the new flex tasks jar from the 4.11 sdk? Date:

Re: Ant build and SDK 4.11

2013-11-29 Thread mark goldin
I have placed new flex tasks jar into ...Apache Software Foundation\apache-ant-1.8.2\lib where I am running my Ant builds from. Is that the correct place? On Fri, Nov 29, 2013 at 12:41 PM, mark goldin markzolo...@gmail.com wrote: Yes, I will make sure I an using it correctly. Another question.

RE: Ant build and SDK 4.11

2013-11-29 Thread David Coleman
swz files are not available afaik. They are/were signed by adobe. I believe (please correct me if i am wrong) that apache releases use swf's only. and yes, that is the correct location for your flex-tasks.jar. If you are using flash builder, then you can simply add it to your libs in your

RE: Ant build and SDK 4.11

2013-11-29 Thread David Coleman
presently I am building with ant1.9.1 and it works great with flex 4.5.1.28A To build modules, disable incremental builds. I had an issue with that last week and it turns out that it is a known flaw. The module's embedded assets won't work right. From: david_coleman_...@hotmail.com To:

Re: printing

2013-11-29 Thread Thiago Maia
I'm using Flex+Java Applet+Javascript to can print directly on the printer without the screen asking to print, and also be able to print on Matrix Printers. On 11/29/2013 5:27 AM, Frank Dahmen wrote: Hi, what is the state of the art for printing (or pdf generating) in a Flex Application

Re: printing

2013-11-29 Thread Javier Guerrero García
If you just need to print, and leaving PDF generation on the user side just like most software do, why not using Flex native printing capabilities? I've not used them in a while, but in 2009 they were good enough for proffesional formatting a dinamic 20 page document, and quite simple to use.

RE: Unable to format milliseconds with DateTimeFormatter

2013-11-29 Thread piotr.zarzycki
Hi Maurice. Yes definately. I've just checked bugbase.adobe and have not found anything. I should add this bug in Adobe Flash Player section or Adobe Bugbase? What do you think ? Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this

Re: Unable to format milliseconds with DateTimeFormatter

2013-11-29 Thread Justin Mclean
Hi, Works fine for me: var df:DateFormatter = new DateFormatter() df.formatString=-MM-DD HH:NN:SS.#; trace(df.format(new Date())); Can you provide a code sample that doesn't work. Thanks, Justin

RE:Unable to format milliseconds with DateTimeFormatter

2013-11-29 Thread Maurice Amsellem
Justin, this is the mx DateFomatter. The bug is in DateTimeFormatter De : Justin Mclean [jus...@classsoftware.com] Envoyé : vendredi 29 novembre 2013 23:37 À : users@flex.apache.org Objet : Re: Unable to format milliseconds with DateTimeFormatter Hi,

RE:Unable to format milliseconds with DateTimeFormatter

2013-11-29 Thread Maurice Amsellem
What's the difference? Adobe bug base would fine IMO ___ De : piotr.zarzycki [piotrzarzyck...@gmail.com] Envoyé : vendredi 29 novembre 2013 17:54 À : users@flex.apache.org Objet : RE: Unable to format milliseconds with DateTimeFormatter Hi Maurice. Yes

Re: Unable to format milliseconds with DateTimeFormatter

2013-11-29 Thread Justin Mclean
Hi, The bug is in DateTimeFormatter And it use native flash player class to format the date, so the bug is actually a flash player bug - not much we can do about it. My advice is to just use mx:DateFormatter as that does what you need. Thanks, Justin

Re: IE 9 issue

2013-11-29 Thread Alex Harui
I would dump out the resulting HTML. IE 9 has a debugger mode that I think shows you the DOM. You can compare to the working HTML version. -Alex On 11/29/13 4:13 AM, jfb j.ballada...@verizon.net wrote: Alex, If I use the same file with extension HTML, it works. Something doesn't apply when I

Re: Capture User Interaction within Flex App

2013-11-29 Thread Alex Harui
Note that the automated testing subsystem used by QTP and other automated testing tools essentially records and plays back interactions as a sequence of important events. That should be minimal data and might be sufficient. -Alex On 11/29/13 7:04 AM, Dhananjay D dhanan...@ramco.com wrote:

Re: printing

2013-11-29 Thread Frank Dahmen
thanks, you are right i was wondering if flex-printing can handle large print outs (i will have to print not too small dynamic data tables) generating a css-html file with php sounds good too (using html templates) what do you mean with new css3 print media? @media print was in css2(css1?) too?