First of all you should download library hereAnd then short play with script below<?xml version="1.0" encoding="utf-8"?><mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"><mx:Script> <![CDATA[ import mx.controls.Alert; import nochump.util.zip.ZipEntry; import mx.events.ListEvent; import nochump.util.zip.ZipFile; [Bindable]private var _zipFile:ZipFile; [Bindable]private var _file:File; private function browseFile():void{...
Anti Distorted resolution picture when resizing


If you resize picture by defining new width or height from normal size, you will get the picture resolution's distorted or broken quality. There's a method how to make the picture keeps soft and smooth.Create a utility classpackage com.jackBite.utils{ import mx.controls.Image; import flash.display.Bitmap; public class CleanImage extends Image { /*public function CleanImage() { }*/ override protected function updateDisplayList(unscaledWidth:Number,unscaledHeight:Number):void ...

How To add image into any Textinput


You maybe want to add image or icon like magnifiying icon in textInput of your flex, Here i have some method how you can do that :Create AS Componentpackage nebula.utils{ import mx.controls.Image; import mx.controls.TextInput; public class SearchTextInput extends TextInput { public function SearchTextInput() { } override protected function createChildren():void { super.createChildren(); var searchImg:Image = new Image(); searchImg.source = Images.search_icon;...

Hacking Zindus (ThunderBird Add-On)


Zindus is a thunderbird add-on to import your google contact to thunderbird. The problem of zindus is not shown the first_name and last_name, address and organization if you use google data V.3Let's see how it works:1. Download Zindus from your ThunderBird. 2. Open the xpi file using winRar/7zip and extract the file.3. Go to folder 'chrome' and then extract zindus.jar using WinRar/7zip4. After you extract the JAR, go to folder content/zindus/ 5. Open const.js and find 'const GD_API_VERSION ' and...

Import contact information in Google Spreadsheet To Google Contact Using Rake


This March, I had a sexy task to import all employees and departments contacts information which were stored in Google Spreadsheet into Google contact.A dummy people will think to pay data entry for entering them through google contact form. Whoa.. if i were a data entry, i would have had broken fingers after entering all data. Any way, I found a shortcut to import all data in only seconds or minutes, that is; make a robot to enter all data when we have a lunch.Now, let's prepare the tools :1. Installed...

Subscribe to:
Posts (Atom)