- PPM enhancements
- added ComboBox renderer to people fields in Project Mgmt panel
- reworked Project Mgmt Panel’s filter and search to work with people ComboBox
- added separate reset/filter for filtering projects
- working on Comments for projects
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
- Create/Modify/Edit project now has multiple contact entries using ComboBox
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….
- search functioning on Project Mgmt Panel
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
Dong Shin 10.29.2010
- continue working on ProjectMgmtPanel
- Filter ComboBoxes – Project ID, Project Name, People, Services
Phil 10.29.2010
8:00 – VISIBILITY
- Helped Mike C. Get some OCR technology
- Worked through how to have multiple people in the project creation with Dong
- Found a nice checklist for server hardening that I’m passing off to Tom: http://security.utexas.edu/admin/redhat-linux.html
- More stuff on computer-mediated telepathy: http://www.nih.gov/news/health/oct2010/ninds-27.htm
- public static var umapProvider:String = “https://127.0.0.1/NE2_modis3/ImageProperties.xml“
- Flex in a week. Let’s finish this!
- Day 5, Exercise 5
- Day 5, Exercise 6
- Day 5, Exercise 7
- Day 5, Exercise 8
- Day 5, Exercise 9
- Day 5, Exercise 10
- Day 5, Exercise 11 – Good tutorial on setting up a simple AIR app, with installer, self-signed certs, etc.
Dong Shin 10.28.2010
- chased down incorrect funding amount display….
- resized the form item to show
- changed all int to Number – int has the max of 2147483647…..
- working on ProjectMgmtPanel
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
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.
Dong Shin 10.27.2010
- noticed that XAMPP’s MySQL runs on port 8889 – not using XAMPP anymore
- configured MAMPP to use port 80 and HTTPS
- PPM
- allows incomplete project save
- incomplete projects marked red in project selection and INCOMPLETE
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.
Dong Shin 10.26.2010
- fgmdev.com is up and running
- http://www.fgmdev.com/blogs
- svn credentials have been changed
- http://www.fgmdev.com:8081/nexus/
- Tomcat now integrated into httpd


You must be logged in to post a comment.