Tuesday, October 9, 2012

Bar code, QR code in Flex

I hope my code snippet will help you to reduce your tension from Barcode development in flex.

All the barcodes mainly for QRCodes development in flex 3. Here you can checkout the code. This code has all different types of bar code developments like code25, Code39, EAN13, EAN8, UPCA, ITF25 and QRCode.
http://code.google.com/p/flexbars/source/checkout

Now the QRcode can easily be scanned by your mobile. Even though some flex developers may not having like this facility, those guys can scan the barcodes online from this link
http://www.onlinebarcodereader.com/

Specially for QRCode in flex 3. The library and demo is here
http://jbpin.wordpress.com/2010/08/07/as3-qr-code-encoder-library/



Still have doubts? contact info@rhobase.com. We are doing all type of Adobe Flex projects in Rhobase.

External interface and javascript. Two way event handling

I believe the following links will help you to develop a very good flex application with external interface.

As you know the javascript will be handled in flex using ExternalInterface class. But in flex we have different ways to handle events between two. 


If you don't want a separate javascript file for flex, you can write the javascript file as .as file. I will give you the code snippet.
you can write the javascript as xml datatype like this

private var javascript:XML = <javascript><![CDATA[
        function ()
        {

            //Todo
        }

    ]]></javascript>;

And call the javascript using   ExternalInterface.call(this.javascript); 





Still have doubts? contact info@rhobase.com. We are doing all type of Adobe Flex projects in Rhobase.







Flip book in flex 3 and 4.x

I believe the following links will help you to develop you own customized flex flip books.

Small basics of flex flip book in flex 3
http://www.rubenswieringa.com/code/as3/flex/Book/simple/

Very good flip book example in flex 3. This demo has page transparency, bi fold page like functions.
 http://www.rubenswieringa.com/code/as3/flex/Book/ 


It is a demo but you can get an idea by the following downloads
http://lv3d.googlecode.com/files/FlipBook.zip
http://lv3d.googlecode.com/files/flippingDoubleImage.zip
http://lv3d.googlecode.com/files/My3DRoomResources.zip




Still have doubts? contact info@rhobase.com. We are doing all type of Adobe Flex projects in Rhobase.

Monday, October 8, 2012

yfiles and Data visualization tools

Hey all, you know the yfiles is the very good library to show the  set of data. User can find, pan and zoom the data very faster. This library is much useful to display thousands of thousand data in same screen and find a one easier than other visual tools.

Good example for yfiles and yworks here

http://live.yworks.com/yfiles-flex/demo/domtree/

For yfile documentation and other visual tools go here
http://www.yworks.com/en/products_yfilesflex_about.html
http://www.yworks.com/products/yfilesflex/doc/dguide/styles.html





Still have doubts? contact info@rhobase.com. We are doing all type of Adobe Flex projects in Rhobase.

Dashboards and Reporting tool in Adobe Flex


Hey All, I hope my code snippet will help you to reduce your tension from the development. 
I am giving you the codes and links which are all together surf and enjoy!!!!.

The best examples for dashboard view are here. You can download the source code and better dashboard reporting tools at first sight.

http://www.comtaste.com/DashboardExample/DashboardExample.html
http://www.pxldesigns.com/adobecrm/

Demo for few adjustable panels. ( Action close, drag and resize)
http://www.wietseveenstra.nl/files/flex/SuperPanel/v1_5/MainView.html

If you just want an idea about drag panel find this link
http://blogs.adobe.com/flexdoc/2007/03/creating_resizable_and_draggab.html

You can start bubble chart report from this link
http://robsondesign.com/demo/labeled_bubble/

A Good bubble chart report with drill down bubble here
http://merhl.com/flex3_samples/bubbleDrillDown/srcview/index.html










Still have doubts? contact info@rhobase.com. We are doing all type of Adobe Flex projects in Rhobase.














IBM Ilog calendar

Hey All, I hope the code snippet will help you to reduce your tension from the development. 
I am giving you the codes and links which are all together surf here !!!!.

You can download the sample IBM Ilog calendar for flex 4 from following links
http://www.keepcore.com/images/ressources/kccalendar/srcview/index.html (yearly view also is here)
http://www.keepcore.com/images/ressources/kccalendar/KCCalendarComponent.html 





Still have doubts? contact info@rhobase.com. We are doing all type of Adobe Flex projects in Rhobase.