<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DELPHI AREA &#187; Real-Time Marquee Component</title>
	<atom:link href="http://www.delphiarea.com/articles/tag/product-marquee/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.delphiarea.com</link>
	<description>DELPHI AREA is a Delphi resource website offering freeware and open source Delphi components, packages, and applications.  DELPHI AREA has also a forum to discuss and answer the questions about Delphi programming.</description>
	<lastBuildDate>Tue, 28 Jun 2011 17:34:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Real-Time Marquee v3.2 Released</title>
		<link>http://www.delphiarea.com/articles/marquee-v3_2/</link>
		<comments>http://www.delphiarea.com/articles/marquee-v3_2/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 11:52:57 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Real-Time Marquee Component]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=196</guid>
		<description><![CDATA[The Real-Time Marquee Component v3.2 has been released. [feature] Before, each marquee item had its own image cache for HTML images. Now, all marquee items use a single image cache to prevent creating/loading images more than once. [bugfix] Fixed bug in EncodeHTMLEntities function of SimpleHTML unit. The function was encoding only one special character and [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/marquee/">Real-Time Marquee Component</a> v3.2 has been released.<span id="more-196"></span></p>
<ul>
<li>[feature] Before, each marquee item had its own image cache for HTML images. Now, all marquee items use a single image cache to prevent creating/loading images more than once.</li>
<li>[bugfix] Fixed bug in <code>EncodeHTMLEntities</code> function of <code>SimpleHTML</code> unit. The function was encoding only one special character and ignoring the rest.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/marquee-v3_2/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Real-Time Marquee v3.1 Released</title>
		<link>http://www.delphiarea.com/articles/marquee-3_1/</link>
		<comments>http://www.delphiarea.com/articles/marquee-3_1/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 09:58:40 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Real-Time Marquee Component]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=174</guid>
		<description><![CDATA[The Real-Time Marquee Component v3.1 has been released. [feature] Added Alignment property to the marquee item class. Using this property you can define the alignment of each marquee item within the control&#8217;s client area. For vertical marquee, the text can be centered, left-aligned, or right-aligned. For horizontal marquee, the text can be vertically centered or [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/marquee/">Real-Time Marquee Component</a> v3.1 has been released.<span id="more-174"></span></p>
<ul>
<li>[feature] Added <code>Alignment</code> property to the marquee item class. Using this property you can define the alignment of each marquee item within the control&#8217;s client area. For vertical marquee, the text can be centered, left-aligned, or right-aligned. For horizontal marquee, the text can be vertically centered or appeared at the top or along the bottom of the control.</li>
<li>[bugfix] Fixed the compatibility issue with Delphi 4 and 5.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/marquee-3_1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real-Time Marquee v3.0 Released</title>
		<link>http://www.delphiarea.com/articles/marquee-v3_0/</link>
		<comments>http://www.delphiarea.com/articles/marquee-v3_0/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 12:04:02 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Real-Time Marquee Component]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=170</guid>
		<description><![CDATA[The Real-Time Marquee Component v3.0 has been released. This is an upgrade release [feature] Added LoopSpacing property to specify spacing between two consequent loops. [feature] Added Orientation property to define the direction of marquee either horizontally or vertically. [feature] Added Items.LoadFromStrings and Items.SaveToStrings methods to load/save marquee items from/to a TStrings object. [change] Removed BeginUpdate [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/marquee/">Real-Time Marquee Component</a> v3.0 has been released. This is an upgrade release<span id="more-170"></span></p>
<ul>
<li>[feature] Added <code>LoopSpacing</code> property to specify spacing between two consequent loops.</li>
<li>[feature] Added <code>Orientation</code> property to define the direction of marquee either horizontally or vertically.</li>
<li>[feature] Added <code>Items.LoadFromStrings</code> and <code>Items.SaveToStrings</code> methods to load/save marquee items from/to a TStrings object.</li>
<li>[change] Removed <code>BeginUpdate</code> and <code>EndUpdate</code> methods. Instead you can use <code>Items.BeginUpdate</code> and <code>Items.EndUpdate</code> methods.</li>
<li>[change] Now the <code>OnWrap</code> event raises in the main VCL thread.</li>
<li>[change] Codes related to parsing and displaying HTML text has been moved to the separate unit SimpleHTML.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/marquee-v3_0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real-Time Marquee v2.4 Released</title>
		<link>http://www.delphiarea.com/articles/marquee-v2_4/</link>
		<comments>http://www.delphiarea.com/articles/marquee-v2_4/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 16:26:35 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Real-Time Marquee Component]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=158</guid>
		<description><![CDATA[The Real-Time Marquee Component v2.4 has been released. [feature] Added OnMouseEnter and OnMouseLeave events. [bugfix] Resolved the compatibility issue with Delphi 5 and earlier.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/marquee/">Real-Time Marquee Component</a> v2.4 has been released.<span id="more-158"></span></p>
<ul>
<li>[feature] Added <code>OnMouseEnter</code> and <code>OnMouseLeave</code> events.</li>
<li>[bugfix] Resolved the compatibility issue with Delphi 5 and earlier.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/marquee-v2_4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real-Time Marquee v2.3 Released</title>
		<link>http://www.delphiarea.com/articles/marquee-v2_3/</link>
		<comments>http://www.delphiarea.com/articles/marquee-v2_3/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 18:49:17 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Real-Time Marquee Component]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=153</guid>
		<description><![CDATA[The Real-Time Marquee Component v2.3 has been released. This is a bug fix release. [bugfix] The problem in vertical alignment of IMG tag with non-square image is fixed.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/marquee/">Real-Time Marquee Component</a> v2.3 has been released. This is a bug fix release.<span id="more-153"></span></p>
<ul>
<li>[bugfix] The problem in vertical alignment of IMG tag with non-square image is fixed.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/marquee-v2_3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Real-Time Marquee v2.2 Released</title>
		<link>http://www.delphiarea.com/articles/marquee-v2_2/</link>
		<comments>http://www.delphiarea.com/articles/marquee-v2_2/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 15:24:30 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Real-Time Marquee Component]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=152</guid>
		<description><![CDATA[The Real-Time Marquee Component v2.2 has been released. This is a bug fix release. [bugfix] The AV exception caused by removing the component from the form has been resolved.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/marquee/">Real-Time Marquee Component</a> v2.2 has been released. This is a bug fix release.<span id="more-152"></span></p>
<ul>
<li>[bugfix] The AV exception caused by removing the component from the form has been resolved.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/marquee-v2_2/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Real-Time Marquee v2.1 Released</title>
		<link>http://www.delphiarea.com/articles/marquee-v2_1/</link>
		<comments>http://www.delphiarea.com/articles/marquee-v2_1/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 12:23:33 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Real-Time Marquee Component]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=151</guid>
		<description><![CDATA[The Real-Time Marquee Component v2.1 has been released. This is a bug fix release. [bugfix] By mistake, plain text marquee was always drawing in right to left direction.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/marquee/">Real-Time Marquee Component</a> v2.1 has been released. This is a bug fix release.<span id="more-151"></span></p>
<ul>
<li>[bugfix] By mistake, plain text marquee was always drawing in right to left direction.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/marquee-v2_1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real-Time Marquee v2.0 Released</title>
		<link>http://www.delphiarea.com/articles/marquee-v2_0/</link>
		<comments>http://www.delphiarea.com/articles/marquee-v2_0/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 15:18:30 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Real-Time Marquee Component]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=150</guid>
		<description><![CDATA[The Real-Time Marquee Component v2.0 has been released. This is a major upgrade release. [change] The component has been redesigned and because of that some properties and events has been removed or replaced with the new ones. [feature] Now items are maintained as collection of marquee items. Each item can be plain text, HTML formatted [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/marquee/">Real-Time Marquee Component</a> v2.0 has been released. This is a major upgrade release.<span id="more-150"></span></p>
<ul>
<li>[change] The component has been redesigned and because of that some properties and events has been removed or replaced with the new ones.</li>
<li>[feature] Now items are maintained as collection of marquee items. Each item can be plain text, HTML formatted text, or owner draw. The <code>OnDrawItem</code> event occurs when an owner draw item needs to be rendered.</li>
<li>[feature] In the first release of the component, at each time only one marquee text was visible. But now a new text may appear on the control while other items are still scrolling. The <code>Spacing</code> property determines the distance between two consequent items, and <code>VisibleCount</code> property indicates how many items are currently visible on the control.</li>
<li>[feature] The control supports IMG tags in the HTML formatted text. The <code>OnImage</code> event occurs when an image needs to be loaded.</li>
<li>[bugfix] Rendering order of HTML elements in the right to left direction is corrected.</li>
<li>[change] Because of optimizations done for run-time, the marquee may flicker at design-time. You need the control during run-time, right?</li>
</ul>
<p>Before replacing your old copy of the component with the new release, please read the documentation carefully.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/marquee-v2_0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real-Time Marquee Released</title>
		<link>http://www.delphiarea.com/articles/marquee-v1_0/</link>
		<comments>http://www.delphiarea.com/articles/marquee-v1_0/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 20:06:13 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Real-Time Marquee Component]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=138</guid>
		<description><![CDATA[The Real-Time Marquee Component has bean released. This is a threaded scrolling marquee control with HTML and hyper link support. This control uses Windows multimedia timer to provide a smooth scrolling, even when the main VCL thread is busy. It accepts HTML for text formatting, supports hyper link, and is ready for bi-directional languages.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/marquee/">Real-Time Marquee Component</a> has bean released. This is a threaded scrolling marquee control with HTML and hyper link support.<span id="more-138"></span></p>
<p>This control uses Windows multimedia timer to provide a smooth scrolling, even when the main VCL thread is busy. It accepts HTML for text formatting, supports hyper link, and is ready for bi-directional languages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/marquee-v1_0/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.784 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-05 17:48:09 -->
<!-- Compression = gzip -->
