From: Andriy K. <an...@po...> - 2006-09-27 10:04:43
|
Hi people, Dan! I was using DynAPI a years ago, when it was hosted on www.dansteinman.com. I'm glad DynAPI project still alive :) Thanks to all developers! Recently we need a tool for nagios hostextinfo.cfg visual configuration. There is script in the net (cheops-ng2nagios) for this purpose using gnome-libs and a lot of other stuff... Due to installation problem I made a new one based on DynAPI 3.0.0 beta2. If anybody interested, contact me... Well, the subject: Looks like there should be removeLine method in dynapi.gui.Graphics object, like this: Graphics.prototype.removeLine = function(shape) { if (Graphics.useVML) this._dlyr.elm.removeChild(shape.elm); else this._dlyr.removeChild(shape); return ; }; ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |