<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/11552613?origin\x3dhttp://monouml.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Wednesday, May 25, 2005

Rodolfo Campero

Huge steps towards the first release

As today, May 25, is a non-working day in Argentina, I thought it was a nice day to update ExpertCoder's documentation. However, I thought it was a cool idea to hack a bit on MonoUML first.

Needless to say, I spent the whole day coding and fixing bugs, which is a good thing because we're soon releasing a first alpha version. MonoUML is so addictive!

I fixed bugs #7 and #11, and maybe others. But the best is that now we're able to delete an element from the model and also from the diagram only - and yes, the diagram reflect those changes ;).

0 Comments:

Post a Comment

<< Home