- Working on run-time reconfiguring on widgets starting with the RichTextWidget
- If a user has edit rights, they can mouse over a widget and click on the edit button, it looks very similar to editing a wiki article except the buttons show/hide dynamically
- The configuration page for that widget is brought up (with a nice animation) and the user can make changes then hit finish
- The new configuration is loaded by the widget
- I’ve had to put in a few hacks since I don’t have a data model yet, especially in how I had widget data providers around
- Looking around at cool flex stuff and found this debug util which you build in to your application : http://lab.kapit.fr/display/kapinspect/Kap+Inspect
Monthly Archives: January 2011
Dong Shin 01.03.2011
- PPM Changes
- fixed a bug not updating Summary Data for Year 2, 3, so on when editing Financial Data
- added formatter for invoice amounts
- InvoiceSelectWindow
- InvoiceFormWindow
- allow negative values for invoice amounts
- red for negative amounts
- bigger comments area for invoices
- added comments indicator – number of comments and last updated (tooltip)
Phil 1.3.2011
7:30 – 4:00 VISIBILITY
- Testing Dong’s code.
- Found som odd behavior, so Dong gave me a newer version. Also, had some trouble getting the MySql Query Browser to take multiple lines on input. Worked in the command line though. Burned a disk to bring in tomorrow.
- Building a sandbox binary data network client in Java
- application/octet-stream is the MIME type we want to work with…
- Java file upload and download – http://msdn.microsoft.com/en-us/library/aa478985.aspx
- Sending and receiving text/html data
- HttpUrlConnection POST: http://www.xyzws.com/Javafaq/how-to-use-httpurlconnection-post-data-to-web-server/139
- Example of servlet and client communicating
