Follow Us on…
Tag Cloud
Accessibility Adobe Android BlazeDS Burrito Desire HD Eclipse Example faults Fetch That Number Flash Builder Flex Flex 4 Flex 4.5 funny Greens Party Hero HTC HTC Desire HD idiocy internet filter itemrenderer java linux music scalping software mxml Number Picker oracle politics Potomac profiteer programming PS3 Real Estates Rental Reverse Lookup sabayon software Sony Sony Xperia X1 SourceMate spark Stephen Conroy Toast virtualbox-
Recent Posts
Blogroll
Recommended Businesses
Websites by Asgard Designs
Categories
I am reading

960 / 960 PagesPeter the Great
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
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
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
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 Adobe, Eclipse, Flash Builder, Flex 4, Potomac, SourceMate
Leave a comment


