Adobe Flex

Flash Island Communication – Flight Routes

Posted in Adobe Flex, SAP WebDynpro on August 15th, 2009 by asabau – Be the first to comment

Two way communication between a flash island and its webdynpro container is possible and you can achieve it in more than one way.
read more »

Google Maps in Flex – Flight Routes

Posted in Adobe Flex, SAP WebDynpro on August 9th, 2009 by asabau – 2 Comments

Main application mxml is ZSAB_ISL_SPFLIGHT following an ABAP like naming convention. Everything is built on two variables shared between flex and webdynpro: flightList and currentFlight. Every time they get updated, the map overlays get updated as well.
read more »

WebDynpro Flash Island via Google Maps – Flight Routes

Posted in Adobe Flex, SAP WebDynpro, Showcase on August 8th, 2009 by asabau – Be the first to comment
WebDynpro Flash Island via Google Maps - Flight Routes

read more »

PDFDriver Library

Posted in Adobe Flex on March 5th, 2009 by asabau – 4 Comments

Flex is not that great when you want to print multiple pages combined content. Things like multiple datagrids intercalated with textfields for example. Add the requirement for a header and a footer and things start getting really complicated. Maybe you also need to have an identification element like a watermark on each page beneath the actual page content…

PDFDriver can handle all of the above. It makes use of two open source libraries (alivepdf and flexreport) and adds a little magic of its own.
read more »