7:30 – 4:30 VISIBILITY
- Multi-factor, within subject widget today – done
- Adding roles to whitepaper – done
- Tried to log into the new server. No luck. Brian did too, and couldn’t get in. It may have been that our accounts had not been activated?
7:30 – 4:30 VISIBILITY
7:30 – 4:30 VISIBILITY
Obviously after people are able to view reports they are going to want to edit them so I started working on an editor strategy. Too keep in line with architecture, report sections are going to be individually editable. So when constructing a report, the user starts by creating the outline and inserting sections (as you should when creating any document), then fill it in one section at a time. Mousing over a section turns on an ‘edit’ button. Clicking the edit button will bring up the appropriate UI for the component. The first one will be a very simple HTML editor for editing text. Others will be needed for changing image source / size as well as constructing tables and inserting data.
8:00 – 5:00 VISIBILITY
Resolved my desktop import / export issue. It was basically a race condition problem when reading in the configuration. The desktop would start building itself before the entire configuration file was read in causing null pointer exceptions. So if I read the configuration in backwards it works just fine.
Spoke with Brian a little about talking about thinking about speaking about setting up a meeting to talk about a possible meeting about showing a demo to someone, again. Went back to check on my stand alone demo that doesn’t require a server to run. Fixed a few broken issues:
Demo should be good to go.
Tone Generation:
7:30 – 3:00 VISIBILITY
7:30 – 4:30VISIBILITY
7:30 – 5:30 VISIBILITY
Have a desktop loading architecture working for the most part. I can add a new instance of an application to the existing desktop by requesting one through the DesktopManager. I then track changes (position, size, etc.) of that window and save the changes as they happen. I can then output that information in an xml format that is I can later read back in to desktop objects… mostly. I’m currently stuck on a kink of parsing embedded objects. They both get created but the reference from the parent to the child is set to null so instead of having embedded objects I have something more like a flat array. Once that is sorted out I should be able to load back in old desktops by copying / pasting XML. The next logical step would be saving that information to a database.
7:30 – 5:30 VISIBILITY
8:00 – 4:30 VISIBILITY
You must be logged in to post a comment.