[flexcoders] Print text

2015-03-13 Thread Jairo França ja...@tgi.inf.br [flexcoders]
Hello, I need to print some text to a dot matrix printer. After print the text I don´t want the printer to move to next page (in fact, the papper is continuous). How can I do this? PrintJob class let me change the paper size, but I can´t see a custom one. Thanks.

[flexcoders] Digital Signing

2014-11-08 Thread Jairo França ja...@tgi.inf.br [flexcoders]
Does anyone uses digital signing in Flex? I need to use a certificate do sign documents like PDF, DOC, XLS. Thanks. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] Problem with Flash 13

2014-05-16 Thread Jairo França ja...@tgi.inf.br [flexcoders]
After updating to Flash player 13 I'm receiving the following error: SecurityError: Error #3769: Security sandbox violation: Cannot send HTTP headers when using navigateToUrl(). Any idea? Thanks --- Este email está limpo de vírus e malwares porque a proteção do avast! Antivírus está ativa.

Re: [flexcoders] Retrieve current item on a DataGroup

2013-11-07 Thread Jairo França
As a previous mail already said: Thanks Alex!. Em 07/11/2013 05:11, Alex Harui escreveu: If you need selection, why not use List? From: Jairo França ja...@tgi.inf.br mailto:ja...@tgi.inf.br Reply-To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.com

[flexcoders] Retrieve current item on a DataGroup

2013-11-05 Thread Jairo França
I have a question that seems easy, but i can't solve. I have a DataGroup with a custom ItemRenderer. How can I retrieve the current item that was selected with a double click (something like a SelectedItem on a DataGrid)? Can I retrieve the itemRenderer instance of the element? Thansk My code