Tag Archives: Adobe

Swipe Gestures using Flex 4.5 Hero/Burrito on Android

I’ve been playing a little with the pre-release of Flex 4.5 Hero and checking out what it’s mobile support is like. I ended up mocking up a simple swiping example – swiping in both vertical and horizontal directions – and … Continue reading

Posted in Android 2.0, Flex | Tagged , , , , , , , | 1 Comment

Flex Itemrenderer content overflow

There seems to be a problem with MXItemRenderer derivative classes resizing percentage-based widths. datagrid:- <mx:DataGrid id=”dataGrid” dataProvider=”{dataProvider}” includeIn=”data” sortableColumns=”false” resizableColumns=”false” draggableColumns=”false” verticalScrollPolicy=”on” wordWrap=”true” variableRowHeight=”true” rowCount=”10″ maxHeight=”500″ width=”100%”> <mx:columns> <mx:DataGridColumn headerText=”new data” itemRenderer=”com.test.NewItemRenderer”/> </mx:columns> </mx:DataGrid> newItemRenderer.mxml:- <s:MXDataGridItemRenderer xmlns:fx=”http://ns.adobe.com/mxml/2009″ xmlns:s=”library://ns.adobe.com/flex/spark” xmlns:mx=”library://ns.adobe.com/flex/mx”  focusEnabled=”true” … Continue reading

Posted in Flex | Tagged , , , , | Leave a comment

BlazeDS and Dynamic Remote Endpoints

make sure you are sitting down, you might fall over -  I’m about to make a tech post! I’ve been working on setting dynamic endpoints for our Flex Remoting server BlazeDS for the last day or two and it hasn’t … Continue reading

Posted in Flex, Programming | Tagged , , , | Leave a comment

Thoughts on Flex 4

I have been working on a Flex 4 project for the past 3 or so months using the Potomac Framework (an OSGi-like framework for flash). We started off with the Flex 4 Beta 2 framework and have now moved to … Continue reading

Posted in Flex, Programming | Tagged , , , , , | Leave a comment