- wrapping up SQLEditor for VSS
- added getSavedSQLs to retrieve save queries
- added SQL error window to FGMFlexUtils45
- double click on sqlResultsDG shows selected row details
- fgmdev.com was down….
Advertisements
Dimension reduction, State, Alignment, and Velocity.
8:00 – 4:00
10:00 – 12:00 ESSO
12:00 – 2:00 FP
8:00 – 4:00 ESSO
private function init():void{ var hsb:HsbObject = new HsbObject(0x0000AA); var lsa:Array = new Array(); lsa.push(createLineSeries("Profit", "Profit", hsb)); hsb.rotateHue(40); lsa.push(createLineSeries("Expenses", "Expenses", hsb)); hsb.rotateHue(40); lsa.push(createLineSeries("Amount", "Amount", hsb)); _linechart.series = lsa; } private function createLineSeries(yf:String, dn:String, hsb:HsbObject):LineSeries{ var scs:SolidColorStroke = new SolidColorStroke(hsb.getHexColor()); scs.weight = 3; var ls:LineSeries = new LineSeries(); ls.yField = yf; ls.displayName = dn; ls.setStyle("lineStroke", scs); return ls; }
The project files are here. There are two projects. The EdgeUtils project contains the HsbObject class.
8:00 – 4:00 ESSO
8:00 – 2:00 ESSO
[C:autobuild3.xframeworksprojectsframeworksrcmxcollectionsListCollectionView.as:529]
at mx.collections::ListCollectionView/addAll()[C:autobuild3.xframeworksprojectsframeworksrcmxcollectionsListCollectionView.as:512]
at com.edgeti::WidgetBase/listColumnsHandler()[C:PhilProject WorkspacesHelios_3.6 FB4.5_32_bit_Aug_2012GenericQueryWidgetsrcmainflexcomedgetiWidgetBase.as:236]
8:00 – 4:00 ESSO
protected function setColumnSeriesColor(element:ChartItem, index:Number):IFill { var yFieldName:String = "_unset_"; var o:Object = element.element; // check if the yFieldName is in an array. if it is, then get the index. if not, add and get the index. if(o.hasOwnProperty("yField")){ yFieldName = o.yField; if(_yfieldNameArray.lastIndexOf(yFieldName) == -1){ _yfieldNameArray.push(yFieldName); } index = _yfieldNameArray.lastIndexOf(yFieldName); } return ColorUtil.setSeriesColor(element, index); }
8:00 – 2:00 ESSO
8:00 – 9:45 ESSO
9:45 – 12:15 FP
12:15 – 4:00 – ESSO