Phil 11.3.2010

8:00 – 5:30 VISIBILITY

  • Working with getting XML to produce an ImageScreen. Getting images now, need to work with organizing next.
  • It turns out that the Math.Random() method is not seedable. Had to write a new random class that uses the BitmapData.noise() method, which you *can* seed. The class creates a bitmap and then reads the pixel values as the random numbers. It returns a uint, int, or Number. Put it up on fgmdev.com

10:00 – 12:00 Physical.

Tom 11.2.10

  • Images on website restored.  Tested script runner to restore from back-up.
  • Changed script runner to use post instead of get
  • Wrote a guide for the installer
  • Started a sandbox for communicating with database

Dong Shin 11.02.2010

  • PPM enahancements
    • Create/Modify/Edit project now has multiple contact entries using ComboBox
      • saves single entry into projects table, more than 1 goes into separate relational tables – this is done to preserve the existing data
    • Project Management uses ComboBox ItemRenderers for the multiple contacts, single contact shows up as a label
    • added ItemRenderer for Total Budget
    • working on Project Mgmt event handling (Create, Edit, Copy, Delete, Refresh)
    • Added TabNavigator for Search and Filter

Phil 11.2.2010

8:00 – 4:30 VISIBILITY

  • Talked to Dong storing retrieving multiple users and meshing with the current DB.
  • Weather sealed the giant’ leaky windows
  • Working on Air app
    • Added static data dictionary for moving data beween components. I just don’t like passing data with events.
    • This doesn’t work. Not sure why: ChangeWatcher.watch(this, “xmlDataProvider”, handleXmlChange);
    • Looping over XML for loading into SequenceScreens

Dong Shin 11.01.2010

  • PPM enhancement
    • search functioning on Project Mgmt Panel
      • disables filter on search
      • still need to tie the buttons to other panels
    • added multiple contacts for Project Manager, Finance POC, Portfolio Mgr, Portfolio Admin
      • duplicates will be ignored
      • contacts in project table cannot be NULL! set it to ”
      • save works….

Phil 11.1.2010

7:30 – 5:30 VISIBILITY

  • Working on putting together a reference AIR App
    • Login Screen
    • Read/write to a local file (xml)
    • Pull images from local and remote sources
    • Remote object interaction?
    • Charting
    • Config file, with autologin (anything else?)
    • Skins
    • packaged assets?
  • Air application is not being properly created with maven.
    • Need to change the <dependency><groupId>com.adobe.flex.framework</groupId><artifactId>flex-framework</artifactId></dependency> to <dependency><groupId>com.adobe.flex.framework</groupId><artifactId>air-framework</artifactId></dependency>
    • Have to update MvnAssist a bit. Also, flexmojos standin is still being called.
  • Going to work the initial version in Flashbuilder
    • Some trouble creating an Air app that would work in design vew. No reason, it seems. Deleting and doing the same thing worked (After closing and restarting Eclipse)
    • Got states working
    • Navigating the file system
    • opening files and reading XML

Phil 10.29.2010

8:00 – VISIBILITY

Phil 10.28.2010

7:30 – 9:30 VISIBILITY

  • Meeting with Christie R.
    • There is some problem with the budget summing rollup in the project summary. I’ve printed screenshots and handed to Dong
    • We should change the panels that are used to select projects to DynamicPanel. Things need to be resizable, and we should add the search.
    • Search fields
      • Project ID
      • Project Name
      • People
      • Service

9:30 – 3:30 FP

  • Building more fingers
  • Actually, one of these fingers is a bit skewed. I think I need to face the posts.

Phil 10.27.2010

7:30 – 2:00 VISIBILITY

  • Fixed the table that was misbehaving for Anne. It turns out that you can’t have a ‘/’ in a column header and still expect Google SQL to handle it. Need to add that to the substitutions in the ingestors
  • Working out a fancier password system. Done. To test, I’ve put Tom’s Dong’s and my accounts into the system. If it’s working tomorrow, we’ll transfer more of the accounts over

2:00 – 3:00 FP

  • Demo for Mike F. and Scott G.

Phil 10.26.2010

8:00 – 5:00VISIBILITY

  • Well, the server is mostly back up
    • Wrote up a description of what happened for Laurie
  • Got additional req’s from Christina for PPM. Went over them with Dong.
    • Open multiple projects for editing or modifying
    • A “back” button that re-launches the previous panel. The best way to do this may be to extend the LayoutManager to store the panel with an associated data object? Unsure about this
    • All personnel fields should be able to handle multiple entries. I’m thinking that a variant on the “Add New” combobox might work here.
    • The Portfolio Manager in a funding request also needs to handle multiple entries
    • Look for duplicate projects. The thought is that if the budget values and the service match, then an alert could be shown that warns of the potential match
  • Flex in a week
    • Day 5, Episode 2
    • Day 5, Episode 3
    • Day 5, Episode 4
  • Anne had some problems with a query not showing up in the data visualizer. Will try and see what’s up tomorrow.