From: <wak...@ea...> - 2005-04-21 01:37:25
|
While testing token overlaying in the same space, I found a bug in getPublicCompany(): It doesn't handle strings with ampersands (e.g. "B&O"), and throws a Null Pointer Exception instead. Also, we need to figure out a way to broaden our support for colors. java.awt.Color only has a few predefined colors. So, do we want to allow RGB values, or hex values in the XML? My stringToColor() method is only going to scale so far. ;-) ---Brett. -----Original Message----- From: wak...@ea... Sent: Apr 20, 2005 5:39 PM To: rai...@li... Subject: [Rails-devel] Initial working stock tokens I've committed the inital set of code for displaying tokens on the stock chart. There's still quite a bit of kinks that need working out, but the basic token displaying works. ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |