- working from home
- working on SmartEditor (?) – need to rename this
- created xml for SQL reserved words
- XML data and TextFlow working together, but cursor works weird
- found AS3SyntaxColoring and TextAreaLineNumbersSkin
- combined both and works well together
- added new keywords and styles
- need to load XML and styles on load
Author Archives: pgfeldman
Christine 11.26.2010
- Completed Unit 5 training and related exercises
Phil 11.26.2010
7:00 – 4:30 – VISIBILITY
- Deployed my new copy, which works fine, though it has one diagnostic print statement in it. Need to fix that
- Fixed the bugs, and added move capability. The executable looks at the name it was called when executed and adjusts its behavior. If the file is called cpPlusDate, it will copy. If it’s called mvPlusDate, it will move. Uploaded the files to my ftp site (since we still need CDs!), to deploy on Monday. Also committed to subversion.
- Looking at ways to have a user build a form online and then use it.
- Read the xml on the server side and have it compiled (http://livedocs.adobe.com/flex/3/html/help.html?content=apache_3.html). This doesn’t allow for graphical creation of the component though.
- Serialize as xml:
- Serialize the top level object using the ByteArray class (http://www.kylehayes.info/2008/01/06/Persisting-an-ActionScript-Data-Model/). This would need the following:
- A container class that knows how to read and write a serialized object to the server
- That the app exist entirely inside the above container.
- The question is – will this store the entire hierarchy under that object in a way that will work later?
- I like this better because it has the ability to graphically lay out the form. There would be two fundamental types of containers – an Authoring container and a Player container. The authoring container would have the code to lay out the form (and set up the tables on the server?). The player would simply load and show. Aaaaaaaaaaand it doesn’t work. Turns out not all the data for a display object gets stored this way. Seems to only work for value objects.
- Trying out FlexXB. Changed the compiler options to preserve meta data
- Set up my path so that the mxmlc compiler can be reached from the command line
Christine 11.25.2010
- Continuing with Flex in a Week training:
- Unit 5, Ep 1-6 and related exercises
Happy Turkey Day!
Tom.DeVito 11.24.2010
- Changed the windows installer to be able to tell if the localhost is secure or not and change the type of amf it uses. Posted it on the website.
- Realized that the visibility documentation wasn’t being properly pointed to in the demo. Fixed this so it now opens the appropriate page.
- Added a link to the Visibility Documentation to the website
Current Status of Projects:
- Assembly of the new prototype for the Feldman Project is about 70% complete. Still needs strain gauges and the associated wiring. Waiting for multi-conductor wire and glue to come in
- Multi-platform version of the webapp installer is nearly complete. The benefit of this one over the windows version, is that it will also allow you to set-up the initial database from a script as long as the database doesn’t already exist. Also I am looking into self-extracting scripts so that the final product, after someone configures it to their application, will be a standard executable that automatically brings up the configuration interface for the user.
- In order to determine the next step for the Visibility documentation, I really need to have someone who has never used the tool to walk through my current tutorial and give me feedback. I will try to get my mom(or even better my dad, lol) to walk through it over the holiday. In the meantime, I will create tutorials for the features that were not covered in the Basic features tutorial.
Dong Shin 11.23.2010
- set width of ComboBoxes in Project Mgmt to fixed with maxWidth
- still trying to get the panels restore behave right……
- very inconsistent panel restore using fromXml, forceFromXml
- tried to fix using force, etc….
- working MySQLBrowser in Flash Builder 4
- looking at creating a smart editor for SQL
Phil 11.23.2010
8:00 – 4:30 VISIBILITY
- Deployed new version of PPM. The comboboxes are still getting too big on the filter section in the Project Navigator
- Backed up PPM db – it’s growing about 5k/day
- Looking into writing a copy utility in C++. Done, all 8k of it.
- Discussions with Brian and Mike about forecasting and how to tie it in with the Visibility4 baseline
- The idea is to have a framework that can load SWF ‘apps’ that communicate through a singleton mediator (DataDictionary?).
- Mike’s going to see how the basics of swf loading and management work
Christine 11.22.2010
- Completed Day 4 video and related exercises
Dong Shin 11.22.2010
- swapped Portfolio Manager (NSA) and Finance Analyst (NSA) labels
- maximize/minimize panels on TitleBar double click
- modified SaveStatePanel to support it
- enableTitleBarMaximize=true to set
- allow cents on Budgets in Create Project Panel
- fixed a bug on duplicate project find
- added search for budget amount with >, >=, <, <=, and = in Project Mgmt Panel
- restore panels not very smooth, need to find a better way
Phil 11.22.2010
8:00 – 3:30 VISIBILITY
- Working on automating backups, but can’t find a good way of appending date information to the file name using windows. Maybe just make a little executable?
- Meeting with Christie about PPM
- The financial POC and PM POC labels (or combo boxes) are switched.
- Need to add a search that looks at project budgets – e.e. > $1,000,000,000, or < 0
- Add double click to maximize window if easy
- Add ability to enter cents in a budget or financial data? (Optional – Trish had this explicitly not be a requirements. It could lead to more errors?)
- More commenting. Might finish today- done!
- ImageScreen.mxml
- TimedImage.as
- TimedImageItemRenderer. Added capability to change bg color programatically.
- Time to get Flash4.5?
Christine 11.19.2010
- Completed the rest of Day 3 Flex in a Week training and its associated exercises
Dong Shin 11.19.2010
- fixed a bug not saving contracts data correctly
- negative numbers in Funding/Budget?
- supported
- format?
- wrong change at Project Editor…. should be on Financial Data Entry
- commented out the wrong codes – future use?
- negative values allowed on Financial Data Entry
- ItemEditor – allow ‘-‘ as the first
- Added label function to mask negative values
Phil 11.19.2010
7:30 – 6:30VISIBILITY
- “go visibility” works!
- Some changes from Christie. Cursorily went through this with Dong
- 10:00 meeting with Anne, then 10:30 meeting
- Commenting
Christine 11.18.2010
- Flex in a week training continues:
- Completed Day 2 videos and exercises
- Completed Episodes 1-3 (and associated exercises) for Day 3
Dong Shin 11.18.2010
- fixed a bug showing filter comboboxes larger than the screen – used % values for widths
- Continue on history mgmt
- ContractMgmt and ApproprirationsMgmt force maximize on finishing of data retrieval and removed old maximize method
- save history on panel close
- weird behavior on restore panels – added setTimeout (setPanelsToXml, 500) – half a second delay

You must be logged in to post a comment.