Re: Flex mobile application Accessibility

2014-06-19 Thread Tonic
Anybody has implemented accessibility in mobile application ? Thanks for your responses. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-mobile-application-Accessibility-tp6889p6899.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: [Flexjs] ERROR File not found: flash.events.MouseEvent

2014-06-19 Thread jcvfc
Hi Alex. I already changed that and now it seems to work fine. How can i upload the code? Can you give me the steps to doing that. Thank you for the help. -- View this message in context:

Re: [Flexjs] ERROR File not found: flash.events.MouseEvent

2014-06-19 Thread Peter Ent
I've taken care of this - UIBase now has the clickKiller code. Please get a new copy from the next nightly build. Peter Ent Adobe Systems. On 6/19/14 12:57 PM, jcvfc joao.carlos.corr...@cgi.com wrote: Hi Alex. I already changed that and now it seems to work fine. How can i upload the code?

Re: [Flexjs] ERROR File not found: flash.events.MouseEvent

2014-06-19 Thread Alex Harui
Thanks Peter. @joao. For future reference, we prefer you generate a patch or diff and attach it to a JIRA issue. And we look forward to the possibility you will do that for some other issue in the future. Thanks, -Alex On 6/19/14 10:21 AM, Peter Ent p...@adobe.com wrote: I've taken care of

Re: mouse cursor changes from arrow to text selection intermittently

2014-06-19 Thread Nemi
Yes, I did. This example is tested using SDK 4.6.0 and here is how to reproduce it always: 1. type in something 2. move mouse pointer over cursor in TextInput (sometimes also if you move mouse pointer left of text cursor, over typed text) 3. hide TextInput (tab to 'hide' or press Enter) 4. move

(Copy/) Paste to DataGrid

2014-06-19 Thread Oleg Konovalov
Hi, I am trying to implement Import from Excel functionality. Since formats of CSV, Excel 2003 and 2007 are very different, I am thinking of allowing to copy data from open Excel file (any of those) and then pasting it in Flex DataGrid. However, so far I haven't seen anybody doing that. Why? Is

Re: (Copy/) Paste to DataGrid

2014-06-19 Thread Fred Brunton
I do that. Here's an example: http://hansmuller-flex.blogspot.com/2011/10/datagrid-support-for-copy-and-paste.html On Fri, Jun 20, 2014 at 11:35 AM, Oleg Konovalov oleg...@gmail.com wrote: Hi, I am trying to implement Import from Excel functionality. Since formats of CSV, Excel 2003 and