<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/solid/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/solid/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 08 Jun 2001 11:10:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/solid/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>disabling / enabling Objects</title><link>https://sourceforge.net/p/solid/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It could be very handy to be able to temporary disable&lt;br /&gt;
or enable all the computing and callbacks associated&lt;br /&gt;
with an object.&lt;/p&gt;
&lt;p&gt;This would be much more handy than deleting the object&lt;br /&gt;
and having to recreate it from scratch afterward (with&lt;br /&gt;
a complex shape and numerous callbacks).&lt;/p&gt;
&lt;p&gt;This could be implemented the following way:&lt;/p&gt;
&lt;p&gt;dtDisableObject(object); // disable all the computing&lt;br /&gt;
and associated callbacks for this object&lt;br /&gt;
// do some computations&lt;br /&gt;
dtTest(); // without the object&lt;br /&gt;
dtEnableObject(object); // restore the computing and&lt;br /&gt;
associated callbacks for this object&lt;br /&gt;
dtTest(); // with the object&lt;/p&gt;
&lt;p&gt;Of course, these functions also need to be inserted in&lt;br /&gt;
the API documentation of solid.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olivier Michel</dc:creator><pubDate>Fri, 08 Jun 2001 11:10:25 -0000</pubDate><guid>https://sourceforge.netae43a50606b385b817306986817555310ae68e45</guid></item></channel></rss>