Re: AIR on Android x86 based devices

2014-01-27 Thread mspecht
I only tested our app packaged with the runtime on the Samsung Galaxy Tab 3 and it worked. But the performance was very slow. A view transition felt like it took some seconds. I would not recommend it to our users. -- View this message in context: http://apache-flex-users.246.n4.nabble.co

AIR on Android x86 based devices

2014-01-24 Thread mspecht
I know there is already a post on the Apache Flex Development forum, but I think that this issue also might effect a lot of users of Apache Flex which develop mobile apps for Android. (http://apache-flex-development.247.n4.nabble.com/AIR-on-Android-x86-based-devices-td31724.html#a34150) Short

Re: Version 4.12 of Apache Flex

2013-12-03 Thread mspecht
Hi, we make heavy use of DataGrids. That why I want to vote for fixing drag and drop handling on the spark DataGrid. (https://issues.apache.org/jira/browse/FLEX-33866) Currently we still use Alex's proposed solution: http://blogs.adobe.com/aharui/2011/03/spark-checkbox-datagrid-with-drag-and-drop

DataGrid Drag and Drop on empty grid

2013-10-29 Thread mspecht
I found a problem while dragging an item from one grid to another grid which has no items: "RangeError: Index '1' specified is out of bounds. at mx.collections::ListCollectionView/addItemAt()[/Users/justinmclean/Documents/ApacheFlex4.11.0/frameworks/projects/framework/src/mx/collections/Li

AW: DataGrid with itemRenderer Drag and Drop error

2013-09-05 Thread mspecht
a being in a cell. > > Thank You, > Stephen C > -All of my email addresses go to the same place > -Save Paper, think before you print > -PGP Public Key< > https://docs.google.com/file/d/0B0JeFeQj5XjkZC0talFuRExyc0E/edit?usp=sharing > > > > > On Thu, Sep 5, 2013 at 7:28 AM

DataGrid with itemRenderer Drag and Drop error

2013-09-05 Thread mspecht
Hi, I tried to use the drag and drop functionality of the DataGrid. One column contains a special itemrenderer. As soon as I try to drag one item I get a null pointer exception for the coulmn in the itemRenderer. A simple example is attached. I didn't find a related bug in JIRA. May I open a ti

Migrating to apache Flex 4.10 DataGridSkin issue

2013-09-05 Thread mspecht
Hello, we are migrating an AIR App from Flex 4.6 to Flex 4.10. One issue we had was that some datagrids did not show the headers and cells with data. The issue was related to the custom datagridskins that we used: old: