<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> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=11552613&amp;blogName=MonoUML&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;searchRoot=http://monouml.blogspot.com/search&amp;blogLocale=en_US&amp;homepageUrl=http://monouml.blogspot.com/&amp;vt=-3921709432221718498" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger Navigation and Search"></iframe> <div></div>

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