Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

aravindakumarth
aravindakumarth
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by aravindakumarth
Customize the badges you want to showcase on your profile
create dynamic column from xml file - Adobe LiveCycle 24-04-2009
Hi All, DataGrid { alternatingItemColors: #a1a1a1,#8bb8e6; borderColor:#050505; borderStyle:outset; color:#ffffff; editable:false; fontSize:11; fontWeight:bold; fontFamily:Tahoma; horizontalGridLines:false; headerStyleName:myHeaderStyles; headerSeparatorSkin:ClassReference("mx.skins.ProgrammaticSkin"); rollOverColor:#5CC2F7; selectionColor:#E8C76D; sortableColumns:true; textAlign:center; textRollOverColor:#FD0606; textSelectedColor:#1301FF; variableRowHeight:true; verticalAlign:middle; verticalGridLines:false; verticalGridLineColor:#050505; wordWrap: false; } .myHeaderStyles { color: #ffffff; fontWeight: bold; fontFamily:Arial; fontSize:13; } import mx.collections.ArrayCollection; import mx.charts.renderers.CircleItemRenderer; import mx.charts.series.ColumnSeries; [Bindable] public var myData:ArrayCollection; private var now:Date=new Date(); private var str:String; private var st:String; public function onload():void { str=String(now.getDate())+' '+String(now.getMonth())+' '+String(now.getFullYear())+' '+String(now.getHours())+' '+String(now.getMinutes()+' '+String(now.getSeconds())); trace(str); st=srv.url="Data/NumberChart.xml?rand="+str; trace(st); srv.send(); } public function onresult():void { myData=ArrayCollection(srv.lastResult.Document.Record) trace(myData); } and my xml code is... K Sangakkara 200.00 50 KXIP Vs DC R Sharma 185.19 KXIP Vs DC 50 W Jaffer 151.52 BRC Vs CSK 50 G Gambhir 135.14 CSK Vs DD 50 M Boucher 125.00 KKR Vs BRC 50 A Gilchrist 119.05 KXIP Vs DC 50 S Asnodkar 113.64 RR Vs BRC 50 it's working but i want to crete dynamic datagrid column how to do it any idea?

Views

1.1K

Likes

0

Replies

3