Category Archives: Projects

Phil 12.8.2010

7:30 – 11:30VISIBILITY

  • PPM db continues to grow. Forgot to bring in the new version today though.
  • Talked to John W. about hosting PPM on his servers. He had some (potentially show-stopping) issues that we’ll need to work through
  • Gave Christine some guidance on Mavenizing AirFileImageApp.
  • Got the DataClass2 working. looks like having a dynamic class gives pretty much everything that we need. There will be a public method to get type information for table construction

1:30 – 5:30 FP

  • Pulled apart the old control code and set it up to work with the new setup

Dong Shin 12.07.2010

  • PPM changes
    • added tooltips to Funding/Budget datagrid in Create Project and Financial Data Editor
    • Save before open/close of already opened and changed Projects capability added
    • Budget Centers in Projects compared throughly for changes
  • Smart Editor
    • Found autoComplete component, but in Flex 3
    • trying to implement the autoComplete in Flex 4

Phil 12.7.2010

7:30 – 4:30 VISIBILITY

  • An infamous day
  • More than 2k of data added to PPM yesterday. They are a busy bunch. No complaints, either.
  • Working on the DataObject class. After beating on Proxy, realized that I might be able to do everything I want with a dynamic object. Trying that now
  • Spent some time doing QC on PPM with dong. There is a new version for me to bring in.

Dong Shin 12.06.2010

  • PPM Changes
    • poking through Layout Manager and Dynamic Panel to set the height of the Create Project Panel properly
    • made some changes to Edge Utils to allow explicit height set
    • Vertical Layout animations go too fast, some get cancelled on timing conflict?
    • more resize components….
    • Windows and Mac Firefox show some discrepancy on panel sizing….

Phil 12.6.2010

7:30 – 1:00 VISIBILITY

  • No new data today on the backups
  • Talked to John W. He’s still working on getting a meeting set up for this week
  • Did my security awareness training
  • Discovered a bug in the AirFileImageApp that had to do with bad sequencing of events. Fixed.
  • Working on the Dynamic object. Got it so that the object can watch any declared variable. Working on rolling in the dynamic part.
  • Call with Anne to discuss CMM meeting and getting some additional data for the data visualizer

Dong Shin 12.03.2010

  • PPM Changes
    • DynamicPanel now keeps _maxSetHeight for reference
    • VerticalScrollLayoutManager uses masSetHeight or maxHeight whichever is bigger
    • Create Project Panel height increases/decreases depending on number of years
  • Smart Editor
    • load external stylesheet and dictionary
    • default stylesheet and dictionary added
    • fixed regex highlighting problem
    • set line numbers visible/invisible on a Bindable variable, lineVisible

Dong Shin 12.02.2010

  • Smart Editor
    • got rid of top spacing issues on TextArea
    • removed non-used methods and clean up codes
  • PPM
    • swapped Portfolio Mgr and Portfolio Admin in Project Mgmt Panel
    • increased height of TabNavigator for Financial Data so that the datagrids doesn’t show vertical scroll bars
    • working on fixed size Dynamic Panels

Phil 12.2.2010

8:00 – 4:00 VISIBILITY

  • Found the following bugs in PPM
    • In the Project Management Panel, the Portfolio Manager and the Portfolio Admin column contents are switched
    • There are still scroll bar problems with the following screens
      • Project Editor (even with 3FY budgets)
      • Financial activity summary and data entry grids. The charts are OK
  • Working on DataManager
    • Seeing how to get ObjectProxy to do what I want it to do
  • Lunch at G&M

 

FP

  • Talked to Agnes at Permabond about strain gauge glues. Her number is 201-343-2268

Dong Shin 12.01.2010

  • Smart Editor
    • fixed styling problem
    • created type attribute to specify if word is string or regex type
    • string and regex work!
  • Maven Assist
    • found the plugin crashing on Activator
    • Manifest had reference to com.edgeti.mvnassist.Activator
    • took several attempts to get Eclipse to recognize the new plugin???????
  • DC Flex User’s Group Meeting
    • Letting the Data Tell the Story  by Andrew Trice
    • http://insideria.com/2010/09/360flex-letting-the-data-tell.html
    • Layered Chart to emphasize the data
      • Cartesian ChartBase with AreaChart and LineChart
      • complex chart by dynamic bindable data providers
    • Use of FXG and Adobe Illustrator to create icons for data points
      • useful on Maps by specifying direction, color, rotation, speed, etc.
    • Bit Map based charting for large amount of data
      • performance issues?

Phil 12.1.2010

8:00 – 4:30 VISIBILITY

  • Added Mike and Christine as users to fgmdev. Passwords on request.
  • Burning a copy of PPM to bring in prior to CMM meeting
  • CMM Meeting with Anne at 1:30. – not sure how that went. Maybe well?
  • Turned out that MavenAssist was pointing at the wrong activator. Worked with Dong for a while to get that fixed.
  • Started on DataManager. Built a library and test project.

FP

  • Got glue. Tom is testing the mounting of the SGs. He’s working on the wiring harness while the glue sets.

Dong Shin 11.30.2010

  • PPM changes
    • got rid of Horizontal Scroll bars from most of the panels and Financial Data Datagrid to make it look better
    • heights of the Financial Data Viewer and its sub components set to show entire datagrid and its associated data
    • expanded width of the charts in Financial Data Viewer
    • fixed a bug Financial Analyst (NSA) not showing added user on Create Project Panel
    • added ToolTips to filter ComboBoxes on Project Mgmt Panel
    • reduced the widths of the Filter ComboBoxes
    • set default font to Arial 12pt
  • SmartEditor
    • successfully load and map dictionary and stylesheet
    • syntax highlight not behaving right

Phil 11.30.2010

8:00 – 4:30 VISIBILITY

  • Backups are working smoothly, and the size of the backup is growing more slowly. Most of the data must be in the DB by now
  • Testing Dong’s PPM code
    • Narrower clamp on comboboxes in Project Management
    • Tooltips in project management comboboxes
  • Looooooooong discussion with Mike about data architecture for Vis4
  • Meeting with Anne? Yep – showed all of the VISIBILITY suite. Not sure what happens next

FP –

  • Brought in wire for Tom

Dong Shin 11.29.2010

  • fixed App size for PPM and enable Browser scrolling
    • set Application’s width, height, minWidth, minHeight
    • changed html templates to enable browser scrolling
      • body { margin:0; padding:0; overflow:auto; text-align:center; background-color: ${bgcolor}; }
    • disable horizontalScroll on panelsCanvas
    • continue working on SmartEditor
      • load external CSS file
      • load external dictionary in XML