NiDiN
18p14 comments posted · 1 followers · following 2
15 years ago @ IGI - blog - How to Make a Efficien... · 0 replies · +1 points
15 years ago @ IGI - blog - How to Make a Efficien... · 0 replies · +1 points
15 years ago @ IGI - blog - How to Make a Efficien... · 0 replies · +1 points
15 years ago @ IGI - blog - How to Make a Efficien... · 0 replies · +1 points
restart Flash IDE
and drag and drop the component in to the library then tick replace component and ok
the error may be your library contains old date picker components even if you replace the swc you need to manually update the library files by drag and drop the components to library then it will ask for replace
this will be fine
post your comments in forum http://www.infogroupindia.com/forum/viewforum.php...
thanks
15 years ago @ IGI - blog - How to Make a Efficien... · 0 replies · +1 points
15 years ago @ IGI - blog - How to Make a Efficien... · 0 replies · +1 points
i updated date picker to v 4.3
and added
1) dateFormat
datePicker.dateFormat = "D/M/Y"; you can use any D,M,Y combination
also included in flash IDE property panel
download the new DatePicker-v4.3.swc from google code http://code.google.com/p/as3-date-picker/download...
Thanks
15 years ago @ IGI - blog - How to Make a Efficien... · 2 replies · +1 points
download new files check the example file
New Features
1) icon placement (left or right)
2) calendar placement (left or right)
what you mean by opaque Box, calendar box is already opaque!
15 years ago @ IGI - blog - How to Make a Efficien... · 2 replies · +1 points
Thanks for using my date picker
I added new files for Flash IDE component check out the download page http://code.google.com/p/as3-date-picker/download...
ping my if you need any help
Thanks
15 years ago @ IGI - blog - How to Make a Efficien... · 0 replies · +1 points
download http://as3-date-picker.googlecode.com/files/AS3-D...
and check the Main.as this is an example file and there is a change in package name in v 4.1.0
its is import nid.ui.controls.dateChooser.DateChooser, not import nid.components.DateChooser
if you need any help ping me
thanks
15 years ago @ IGI - blog - jpeg encoder in Flash ... · 0 replies · +1 points
step1: create a sprite
step2: create bitmap of movieclip and add to sprite
step3 : add your logo to sprite
step4: create bitmap of sprite which created at step1
step5 : add bitmap to alive pdf
done