- working at home
- DataObject
- adding dependencies to the DataObject webapp project – lot more than Flex SDK 3.0?
- modular webapp project doesn’t like properties…
- set compiler using ${flexVersion} in SWF project
- war project cannot figure out inherited ${flexVersion} property?
- using 5.1.14 of mysql-connector-java, old 5.1.6 or 5.1.12?
- using log4j 1.2.14, 1.2.15 causing missing artifact error!!!!
- xerces 2.4.0 – org.apache.xml.*
- found JDBC Utility for SQL ResultSet conversion to XML at http://www.developer.com/xml/article.php/10929_3329001_2/Converting-JDBC-Result-Sets-to-XML.htm
- set up the server to post rest results in XML – done
- downloaded the latest BlazeDS libs – 4.0.0.14931
- flex-messaging-common.jar
- flex-messaging-core.jar
- flex-messaging-opt.jar
- flex-messaging-proxy.jar
- flex-messaging-remoting.jar
- uploaded the BlazeDS libs to fgmdev.com repo – com.adobe.blazeds
Category Archives: VISIBILITY
Phil 12.13.2010
8:00 – 4:00 VISIBILITY
- Spent some time with Brian on site this morning working out the details of what our server needs
- Looking at ways to deal with interacting with the shell as a way of dealing with the server. Developers write code as text files that are compiled using whatever tools we integrate. Files are saved as files with some kind of namespacing. The key to all this is to have some kind of workable interface to the OS that is essentially a terminal window. From there we load commands, parse results, use command-line debuggers, etc.
- Found a java telnet server that handles all the issues of sending commands to the OS and getting responses (and errors) back. It’s built around the same Runtime.getRuntime.exec() command that we are using in MavenAssist, just a lot more complete. It’s here: https://sourceforge.net/projects/pwts/. In addition to building a remote object around it, we should refit the version in MavinAssist.
- Talked to Anne about Masha’s data woes. Promised to take a look at it tomorrow
Dong Shin 12.13.2010
- PPM Changes
- Added Save/Don’t Save/Cancel Confirmations to Appropriations Mgmt and User Mgmt
- Contract Management is self managed, no need for the confirmation
- Resized Appropriations DG, added tooltips
- using Maven to generate a project that can deploy a whole app at once
- parent/child pom
- cannot get the html wrapper mojo to work in war packaging
- wrapperArtifact tag to be used, but sonatype documentations, ugh!
- use maven-war-plugin to copy html over to war
- build order is really important!
- resetting project pom files
Dong Shin 12.10.2010
- testing x, y points with SmartEditor
- helped Christine on general Maven stuff and MavenAssist
- went over DataManager with Phil
- updated DataManager requirements with server stuff
Phil 12.10.2010
7:30 – 4:30 VISIBILITY
- Deployed Dong’s latest version. It still needs the following:
- Appropriations Editor:
- Needs Save/Don’t Save/Cancel for panel and appropriations closing
- Columns should be wider. We have the room, and some of the text is falling off the edge. Also, add tooltips for cases wherethe text is too wide
- User Management and Creation
- Save/Don’tS ave/Cancel when panel is closed
- Contract Management
- Save/Don’t Save/Cancel when panel is closed
- Appropriations Editor:
- Backed up PPM
- Talked to Mike about handling tooltips
- Talked to Dong about the web-based IDE. He decided that he’d rather do the DataManager, so I’m writing up the IDE concept.
Dong Shin 12.09.2010
- PPM changes
- Looked for browser height/width information. no native support. requires ExternalInterface between JavaScript and Flash
- set the screen resolution to monitor resolution using systemManager.stage, refreshes on Show event
- added Save, Don’t Save, Cancel to Alerts Create Project Panel and Funding Request Panel
- clean up BudgetCenters buttons in BudgetCenterMgmtWindow
- Smart Editor
- created AutoCompleteList component
- created AutoCompleteListItemRenderer, works different from mx itemRenderers!!!
- AutoComplete pop up highlights and filters dynamically
- still trying to figure out the position of the popup
- got Y from GeometryUtil, X doesn’t look right, though.
Phil 12.9.2010
7:30 – 11:30 VISIBILITY
- Deployed the new PPM. Found a couple of bugs
- The “screen resolution” value is not showing the browser window size, it’s locked on the (fixed) application size. If we can’t figure out how to calculate browser size, we should probably delete this
- The “Save? Dialog” that gets launched needs to match the new “Save/Don’t Save/Cancel” dialog. This should be the same for every save dialog in the application.
- Backed up everything – another 1k of data
- Starting the DataManager class
11:30 – 3:30 FP
- Finished transitioning the code from prototype 2 to prototype 3.
- Put the fingers back on an worked with Tom on getting everything wired up and running. In the process, we probably killed the thumb and ring finger. At this point, the interface has the pinky and L/R palm control working – much fixing to do
- Demo’d for class, which went well.
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
Phil 12.3.2010
7:30 – 3:30 VISIBILITY
- Backups – another 2k of data since yesterday
- Had to fix the fgmdev site. Some pictures dropped out of the DB
- Working on DataObject
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

You must be logged in to post a comment.