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.



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Dynapi-Dev mailing list
Dynapi-Dev@lists.sourceforge.net
http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/

Reply via email to