﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Coolite Forums / Coolite Toolkit / Release Notes  / Version 0.8.0 - BREAKING CHANGES / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>Coolite Forums</description><link>http://www.coolite.com/forums/</link><webMaster>do-not-reply@coolite.com</webMaster><lastBuildDate>Sat, 13 Mar 2010 05:12:05 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Version 0.8.0 - BREAKING CHANGES</title><link>http://www.coolite.com/forums/Topic11993-12-1.aspx</link><description>The following thread is discussing a few other v0.8 changes, see &lt;a href="http://www.coolite.com/forums/Topic14308-7-1.aspx"&gt;http://www.coolite.com/forums/Topic14308-7-1.aspx&lt;/a&gt;&lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description><pubDate>Thu, 11 Jun 2009 11:44:00 GMT</pubDate><dc:creator>geoffrey.mcgill</dc:creator></item><item><title>Version 0.8.0 - BREAKING CHANGES</title><link>http://www.coolite.com/forums/Topic11993-12-1.aspx</link><description>&lt;ol&gt;&lt;li&gt;Renamed .Load() Method on PanelBase.cs to .LoadContent(). The original .Load() Method had improperly overrode the native ASP.NET WebControl .Load Event/Method. &lt;br&gt;&lt;br&gt;The .loadContent() function was also added to the client-side API. &lt;br&gt;&lt;br&gt;All functionality remains unchanged other than the renaming of the Method.&lt;br&gt;&lt;br&gt;Related: &lt;a href="http://www.coolite.com/forums/Topic11334-16-1.aspx"&gt;http://www.coolite.com/forums/Topic11334-16-1.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;Renamed client-side API function .clearLoadedContent() to .clearContent().&lt;br&gt;&lt;br&gt;&lt;span style="font-weight: bold;"&gt;Example (Old)&lt;/span&gt;&lt;br&gt;&lt;br&gt;[code]Panel1.clearLoadedContent();[/code]&lt;br&gt;&lt;br&gt;&lt;span style="font-weight: bold;"&gt;Example (New)&lt;/span&gt;&lt;br&gt;&lt;br&gt;[code]Panel1.clearContent();[/code]&lt;br&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;Removed the .Disable() and .Enable() Methods from Component.cs, which will affect most controls. The functions were redundant and developers should just continue to set the .Disabled property.&lt;br&gt;&lt;br&gt;&lt;b&gt;Example (Old)&lt;/b&gt;&lt;br&gt;&lt;br&gt;[code]Panel1.Disable();[/code]&lt;br&gt;&lt;br&gt;&lt;b&gt;Example (New)&lt;br&gt;&lt;/b&gt;&lt;br&gt;[code]Panel1.Disabled = true;[/code]&lt;br&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;The ScriptManager.getCurrent() Method has been renamed to ScriptMangaer.getInstance().&lt;br&gt;&lt;br&gt;&lt;b&gt;Example (Old)&lt;/b&gt;&lt;br&gt;&lt;br&gt;[code]ScriptManager.GetCurrent(page);[/code]&lt;br&gt;&lt;br&gt;&lt;b&gt;Example (New)&lt;/b&gt;&lt;br&gt;&lt;br&gt;[code]ScriptManager.GetInstance(page);[/code]&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/li&gt;&lt;/ol&gt;</description><pubDate>Tue, 21 Apr 2009 20:13:51 GMT</pubDate><dc:creator>geoffrey.mcgill</dc:creator></item></channel></rss>