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
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
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
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
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
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
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: