NiDiN

NiDiN

18p

14 comments posted · 1 followers · following 2

49 weeks ago @ IGI - blog - How to Make a Efficien... · 0 replies · +1 points

can you post the code you using or the fla , only date picker component and related code is required in the fla

49 weeks ago @ IGI - blog - How to Make a Efficien... · 0 replies · +1 points

i will added the top and bottom placement of calender and you can resize the calendar skin but it will not automatically resize date cells , but i will add auto alignment and resize of calendar items with width and height property

49 weeks ago @ IGI - blog - How to Make a Efficien... · 0 replies · +1 points

can you post the code you using or the fla , only date picker component and related code is required in the fla

50 weeks ago @ IGI - blog - How to Make a Efficien... · 0 replies · +1 points

rename DatePicker-v4.3.swc to DatePicker.swc and replace old DatePicker.swc (delete old swc)
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

50 weeks ago @ IGI - blog - How to Make a Efficien... · 0 replies · +1 points

Thanks for the donation

50 weeks ago @ IGI - blog - How to Make a Efficien... · 0 replies · +1 points

Hii cheyennemtnman,

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

51 weeks ago @ IGI - blog - How to Make a Efficien... · 2 replies · +1 points

You can create multiple instance of date picker also i updated date picker to v 4.2 http://code.google.com/p/as3-date-picker/
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!

51 weeks ago @ IGI - blog - How to Make a Efficien... · 2 replies · +1 points

Hi,
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

52 weeks ago @ IGI - blog - How to Make a Efficien... · 0 replies · +1 points

Hi Bart,
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

52 weeks ago @ IGI - blog - jpeg encoder in Flash ... · 0 replies · +1 points

yes, you can
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