<?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>REALbasic City &#187; control</title>
	<atom:link href="http://realbasic.tutspolis.com/tag/control/feed/" rel="self" type="application/rss+xml" />
	<link>http://realbasic.tutspolis.com</link>
	<description>Tutorials - Tutspolis.com</description>
	<lastBuildDate>Sat, 29 May 2010 23:10:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PM: Creating search control in REALbasic</title>
		<link>http://realbasic.tutspolis.com/tutorials/pm-creating-search-control-in-realbasic/</link>
		<comments>http://realbasic.tutspolis.com/tutorials/pm-creating-search-control-in-realbasic/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 22:03:02 +0000</pubDate>
		<dc:creator>Jakub Pawlak</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[realbasic]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[textedit]]></category>

		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=205</guid>
		<description><![CDATA[<!-- isPostPurchased ,postID 205, userID 0, combination 1 -->
			
				
			
		
This tutorial (for Premium Members) will show you how to create in REALbasic a round search control with focus option when it&#8217;s active. To get this effect we won&#8217;t use any declaration and this way we will have a crossplatform search field that looks cool not only on Mac OS. Watch it, learn it, enjoy [...]]]></description>
			<content:encoded><![CDATA[<!-- isPostPurchased ,postID 205, userID 0, combination 1 --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frealbasic.tutspolis.com%2Ftutorials%2Fpm-creating-search-control-in-realbasic%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frealbasic.tutspolis.com%2Ftutorials%2Fpm-creating-search-control-in-realbasic%2F&amp;source=REALbasicCity&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>This tutorial (for Premium Members) will show you how to create in REALbasic a round search control with focus option when it&#8217;s active. To get this effect we won&#8217;t use any declaration and this way we will have a crossplatform search field that looks cool not only on Mac OS. Watch it, learn it, enjoy it!</p>
<p><span id="more-205"></span></p>
<div style="margin-left:19px;float:left">
<h2>Mac OS X Search Field</h2>
<p>Before we start this tutorial I like to show you a Class named Mac OS X Search Field. The Rounded Search field is a very standard user interface element in Mac OS X. This class brings the true HISearchField to REALbasic. Mac OS X Search Field Class supports the full range of search field features, such as live search, search menu, and cancel button, but there is one problem&#8230; it&#8217;s using Cocoa declarations and it&#8217;s only available for Mac users. If you like to try it you can visit <a href="http://www.thezaz.com/opensource/realbasic/macosx/searchfield/">The ZAZ Studios</a> website. </p>
<h2>Creating search control in REALbasic</h2>
<p>	<div class='ArePayPalContent'>
	<p class='ArePayPalTextToShowIfNotLogedIn'>If you see this message you probably want access special material for Premium Members (Source Files, Bonus Tutorials, free Classes and More). You can do this by subscribing REALbasic City site for 10 USD (access for 3 months). There is also a option to buy access only to this material. Login or register to get option to buy and support REALbasic City.</p>
	<a class='ArePayPalLoginButton' href='http://tutspolis.com/wp-login.php'>Log in</a>
	</div></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://realbasic.tutspolis.com/tutorials/pm-creating-search-control-in-realbasic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating custom progressbar in REALbasic</title>
		<link>http://realbasic.tutspolis.com/tutorials/creating-custom-progressbar-in-realbasic/</link>
		<comments>http://realbasic.tutspolis.com/tutorials/creating-custom-progressbar-in-realbasic/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 20:55:56 +0000</pubDate>
		<dc:creator>Jakub Pawlak</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[progressbar]]></category>
		<category><![CDATA[realbasic]]></category>

		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=197</guid>
		<description><![CDATA[<!-- isPostPurchased ,postID 197, userID 0, combination 1 -->
			
				
			
		
This tutorial will show you how can you create a custom Progressbar Control for REAlbasic application using Canvas Control. Watch it, learn it, enjoy it!


Creating ProgressBar for REALbasic
We will start this tutorial with adding to Window1 Class a Canvas Control. Now in it Sub Paint () event enter the code below. This will draw a [...]]]></description>
			<content:encoded><![CDATA[<!-- isPostPurchased ,postID 197, userID 0, combination 1 --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frealbasic.tutspolis.com%2Ftutorials%2Fcreating-custom-progressbar-in-realbasic%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frealbasic.tutspolis.com%2Ftutorials%2Fcreating-custom-progressbar-in-realbasic%2F&amp;source=REALbasicCity&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>This tutorial will show you how can you create a custom Progressbar Control for REAlbasic application using Canvas Control. Watch it, learn it, enjoy it!</p>
<p><span id="more-197"></span></p>
<div style="margin-left:19px;float:left">
<h2>Creating ProgressBar for REALbasic</h2>
<p>We will start this tutorial with adding to Window1 Class a Canvas Control. Now in it Sub Paint () event enter the code below. This will draw a frame of our rectangle when the application will start.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;">g.ForeColor = RGB(135,136,162) //<span style="color: #000080;">set</span> the color
g.DrawRect (0,0,me.Width,me.Height) //draw the frame</pre></td></tr></table></div>

<h2>Displaying the progress in our ProgressBar Control</h2>
<p>This is the most important part of Creating custom progressbar in REALbasic tutorial. We will display visually the progress in our progress bar control. Copy and paste this code for example to the Canvas1 Sub Open ().</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #000080;">Dim</span> i, v, progressvalue <span style="color: #000080;">As</span> <span style="color: #000080;">Integer</span>
<span style="color: #000080;">Dim</span> steep <span style="color: #000080;">As</span> <span style="color: #000080;">Double</span>
<span style="color: #000080;">Dim</span> g <span style="color: #000080;">As</span> Graphics
&nbsp;
v = 2000 //the final value of progress
steep = Canvas1.Width / v //getting the size of one steep
&nbsp;
<span style="color: #000080;">for</span> i = 0 <span style="color: #000080;">to</span> v //<span style="color: #000080;">get</span> the actual progress value
&nbsp;
    App.DoEvents(2) //pause <span style="color: #000080;">for</span> 2 ms
&nbsp;
    Canvas1.Graphics.ForeColor = RGB(237,237,237) // fixing a bug <span style="color: #000080;">with</span> wrong drawing <span style="color: #000080;">string</span>
    Canvas1.Graphics.FillRect (Canvas1.Width /2 - 10,1, 30, Canvas1.Height) //draw a fill rectangle <span style="color: #000080;">for</span> progress text
&nbsp;
    Canvas1.Graphics.ForeColor = RGB(231,121,23) //<span style="color: #000080;">set</span> the color
    Canvas1.Graphics.FillRect (0,2, (steep * i), Canvas1.Height-4)  //draw the progress
&nbsp;
    progressvalue = i * 100 / v //<span style="color: #000080;">get</span> the progress value <span style="color: #000080;">for</span> text display
    Canvas1.Graphics.ForeColor = RGB(50,50,50) //<span style="color: #000080;">set</span> the color
    Canvas1.Graphics.DrawString (Str(progressvalue) + <span style="color: #800000;">&quot; %&quot;</span>, Canvas1.Width /2 - 10,16) // drawing the progress <span style="color: #000080;">string</span> <span style="color: #000080;">in</span> center of ProgressBra <span style="color: #000080;">Control</span>
&nbsp;
    Canvas1.Graphics.ForeColor = RGB(135,136,162) //<span style="color: #000080;">set</span> the color
    Canvas1.Graphics.DrawRect (0,0,Canvas1.Width,Canvas1.Height) //draw the frame 
&nbsp;
<span style="color: #000080;">next</span></pre></td></tr></table></div>

<h3>Download</h3>
<p>	<div class='ArePayPalContent'>
	<p class='ArePayPalTextToShowIfNotLogedIn'>If you see this message you probably want access special material for Premium Members (Source Files, Bonus Tutorials, free Classes and More). You can do this by subscribing REALbasic City site for 10 USD (access for 3 months). There is also a option to buy access only to this material. Login or register to get option to buy and support REALbasic City.</p>
	<a class='ArePayPalLoginButton' href='http://tutspolis.com/wp-login.php'>Log in</a>
	</div></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://realbasic.tutspolis.com/tutorials/creating-custom-progressbar-in-realbasic/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>REALbasic &#8211; ProgressBar Control</title>
		<link>http://realbasic.tutspolis.com/classes/realbasic-progressbar-control/</link>
		<comments>http://realbasic.tutspolis.com/classes/realbasic-progressbar-control/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 20:54:03 +0000</pubDate>
		<dc:creator>Jakub Pawlak</dc:creator>
				<category><![CDATA[Classes & Controls]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[progressbar]]></category>
		<category><![CDATA[realbasic]]></category>

		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=124</guid>
		<description><![CDATA[<!-- isPostPurchased ,postID 124, userID 0, combination 1 -->
			
				
			
		
ProgressBar Control available in REALbasic is a great tool to show a progress of some action in visual way. You can see this control for example in browsers on loading page, when you are coping a file in your system or extracting a document etc.


Changing ProgressBar value
If we like change a ProgressBar Control value to [...]]]></description>
			<content:encoded><![CDATA[<!-- isPostPurchased ,postID 124, userID 0, combination 1 --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frealbasic.tutspolis.com%2Fclasses%2Frealbasic-progressbar-control%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frealbasic.tutspolis.com%2Fclasses%2Frealbasic-progressbar-control%2F&amp;source=REALbasicCity&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>ProgressBar Control available in REALbasic is a great tool to show a progress of some action in visual way. You can see this control for example in browsers on loading page, when you are coping a file in your system or extracting a document etc.</p>
<p><span id="more-124"></span></p>
<div style="margin-left:19px;float:left">
<h2>Changing ProgressBar value</h2>
<p>If we like change a ProgressBar Control value to 50% we simply use this code. The default ProgressBar.Maximum is 100 so a half from this is 50.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;">ProgressBar1.Value = 50</pre></td></tr></table></div>

<h2>HTMLViewer page load progress</h2>
<p>More practical example for using ProgressBar Control is displaying a page load progress from HTMLViewer control. To do this go to code editor and in HTMLViewer Sub DocumentProgressChanged (URL As String, percentageComplete As Integer) enter:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;">ProgressBar1.Value = percentageComplete</pre></td></tr></table></div>

<h2>Barber pole</h2>
<p>To display a barber pole set the maximum property to 0.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;">ProgressBar1.Maximum = 0</pre></td></tr></table></div>

</div>
]]></content:encoded>
			<wfw:commentRss>http://realbasic.tutspolis.com/classes/realbasic-progressbar-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Formatted Text Control for REALbasic</title>
		<link>http://realbasic.tutspolis.com/plugins/formatted-text-control-for-realbasic/</link>
		<comments>http://realbasic.tutspolis.com/plugins/formatted-text-control-for-realbasic/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 19:10:01 +0000</pubDate>
		<dc:creator>Jakub Pawlak</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[formated text control]]></category>
		<category><![CDATA[ftc]]></category>
		<category><![CDATA[realbasic]]></category>

		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=122</guid>
		<description><![CDATA[<!-- isPostPurchased ,postID 122, userID 0, combination 1 -->
			
				
			
		
The Formatted Text Control (FTC) is a canvas based control for REALbasic that implements word processor capabilities similar to Apple Pages or Microsoft Word. FTC is useful for implementing reports or general word processing capabilities within your applications.


The FTC supports Mac OS X and Microsoft Windows. It also compiles and runs under Linux, but has [...]]]></description>
			<content:encoded><![CDATA[<!-- isPostPurchased ,postID 122, userID 0, combination 1 --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frealbasic.tutspolis.com%2Fplugins%2Fformatted-text-control-for-realbasic%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frealbasic.tutspolis.com%2Fplugins%2Fformatted-text-control-for-realbasic%2F&amp;source=REALbasicCity&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>The Formatted Text Control (FTC) is a canvas based control for REALbasic that implements word processor capabilities similar to Apple Pages or Microsoft Word. FTC is useful for implementing reports or general word processing capabilities within your applications.</p>
<p><span id="more-122"></span></p>
<div style="margin-left:19px;float:left">
The FTC supports Mac OS X and Microsoft Windows. It also compiles and runs under Linux, but has not been thoroughly regression tested for Linux. The FTC is completely written in REALbasic. Formatted Text Control is supported for latest REALbasic release and one release back. It will work on earlier releases back to 2008R2, but there is no guarantee going forward as new language features are added to REALbasic and are utilized in the FTC. The FTC is officially supported for OS X and Windows. The FTC compiles and runs under Linux but has not been fully regression tested.</p>
<h2>FTC Features</h2>
<ul>
    * Four display modes including page, normal, edit, and single<br />
    * RTF support including picture support<br />
    * A full range of paragraph and character styles<br />
    * Picture support<br />
    * Custom object support for adding application specific items<br />
    * Built in undo management<br />
    * Many customization options to adapt the FTC to your application<br />
    * Highly optimized code written in REALbasic for maximum flexibility
</ul>
<h3>More informations</h3>
<ul>
<a href="http://www.truenorthsoftware.com/formattedtextcontrol/">Formatted Text Control for REALbasic home page</a><br />
<a href="http://www.truenorthsoftware.com/resources/FTC-Demo.zip">Download Formatted Text Control Demo</a>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://realbasic.tutspolis.com/plugins/formatted-text-control-for-realbasic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AppleListbox a iTunes like control for REALbasic</title>
		<link>http://realbasic.tutspolis.com/plugins/applelistbox-a-itunes-like-control-for-realbasic/</link>
		<comments>http://realbasic.tutspolis.com/plugins/applelistbox-a-itunes-like-control-for-realbasic/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 09:09:18 +0000</pubDate>
		<dc:creator>Jakub Pawlak</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[applelistbox]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[listbox]]></category>
		<category><![CDATA[realbasic]]></category>

		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=106</guid>
		<description><![CDATA[<!-- isPostPurchased ,postID 106, userID 0, combination 1 -->
			
				
			
		
AppleListbox is a great and easy to use iTunes like control for REALbasic. Figa Software creating this tool delivered the REALbasic community a powerful control with lot of options. See some of AppleListbox features and get a stand-alone demo.


The AppleListbox control has been designed from the ground-up to be easy to use. It is based [...]]]></description>
			<content:encoded><![CDATA[<!-- isPostPurchased ,postID 106, userID 0, combination 1 --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frealbasic.tutspolis.com%2Fplugins%2Fapplelistbox-a-itunes-like-control-for-realbasic%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frealbasic.tutspolis.com%2Fplugins%2Fapplelistbox-a-itunes-like-control-for-realbasic%2F&amp;source=REALbasicCity&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>AppleListbox is a great and easy to use iTunes like control for REALbasic. Figa Software creating this tool delivered the REALbasic community a powerful control with lot of options. See some of AppleListbox features and get a stand-alone demo.</p>
<p><span id="more-106"></span></p>
<div style="margin-left:19px;float:left">
The AppleListbox control has been designed from the ground-up to be easy to use. It is based on the in-built REALbasic Listbox class to facilitate its easy addition to your projects. AppleListbox is comprised of just two classes, requires no third-party plugins and it works on Mac, Windows and Linux applications. You can use it with the either the standard or professional version of REALbasic.</p>
<p>The standard license is priced at $30 and the professional license at $150 (prices in US dollars).</p>
<p><img src="http://realbasic.tutspolis.com/files/software/applelistbox-realbasic.png" alt="AppleListbox a iTunes like control for REALbasic" /></p>
<h2>List of  AppleListbox control features</h2>
<ul><strong>Hierarchical structure.</strong> Use the AppleListbox to manage tree structures with nodes that remember their state when collapsed.</p>
<p><strong>New items.</strong> Do you like the way that Apple Mail tells you how many new items are in your inbox? If so, AppleListbox can provide this functionality.</p>
<p><strong>Eject buttons.</strong> Add an eject button to a node in the listbox and the AppleListbox provides events to tell you when it is clicked and when the mouse hovers over it.</p>
<p><strong>Additonal button support.</strong> As well as providing an eject button, the AppleListbox provides the iTunes &#8216;iMix&#8217; button and the Apple Mail &#8217;show in inbox&#8217; button &#8211; all with full event support.<br />
<strong><br />
Drag reordering.</strong> Want to rearrange items in the listbox? No worries. AppleListbox handles the reordering of items for you and provides ways for you to restrain what can and cannot be reordered.
</ul>
<h3>More informations</h3>
<ul><a href="http://www.madebyfiga.com/applelistbox/index.html">Figa Software: AppleListbox</a><br />
<a href="http://www.madebyfiga.com/applelistbox/download.html">A stand-alone demo version of the AppleListbox</a></ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://realbasic.tutspolis.com/plugins/applelistbox-a-itunes-like-control-for-realbasic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drawing a picture in REALbasic ListBox control</title>
		<link>http://realbasic.tutspolis.com/tutorials/drawing-a-picture-in-realbasic-listbox-control/</link>
		<comments>http://realbasic.tutspolis.com/tutorials/drawing-a-picture-in-realbasic-listbox-control/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 21:11:58 +0000</pubDate>
		<dc:creator>Jakub Pawlak</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[listbox]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[realbasic]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=96</guid>
		<description><![CDATA[<!-- isPostPurchased ,postID 96, userID 0, combination 1 -->
			
				
			
		
In this tutorial we will learn how can we easy draw a picture in REALbasic ListBox control and how can we get the text from double clicked row or column in this control. So run REALbasic and start reading. Watch it, learn it, enjoy it!


ListBox Control Setup
Add to your Window ListBox Control and set the [...]]]></description>
			<content:encoded><![CDATA[<!-- isPostPurchased ,postID 96, userID 0, combination 1 --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frealbasic.tutspolis.com%2Ftutorials%2Fdrawing-a-picture-in-realbasic-listbox-control%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frealbasic.tutspolis.com%2Ftutorials%2Fdrawing-a-picture-in-realbasic-listbox-control%2F&amp;source=REALbasicCity&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>In this tutorial we will learn how can we easy draw a picture in REALbasic ListBox control and how can we get the text from double clicked row or column in this control. So run REALbasic and start reading. Watch it, learn it, enjoy it!</p>
<p><span id="more-96"></span></p>
<div style="margin-left:19px;float:left">
<h2>ListBox Control Setup</h2>
<p>Add to your Window ListBox Control and set the DefaultRowHeight property value to 32. Next prepare a 32&#215;32 picture (called tutspolis) and drag it to your Project Tab. </p>
<p><img src="http://realbasic.tutspolis.com/files/tutorials/listboxpicture/pictureinlistbox1.png" alt="Add a picture to REALbasic Project Tab" /></p>
<h2>Adding text to ListBox control</h2>
<p>In code editor go to ListBox Sub Open () and insert this code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #000080;">Dim</span> i <span style="color: #000080;">As</span> <span style="color: #000080;">Integer</span>
&nbsp;
<span style="color: #000080;">for</span> i = 1 <span style="color: #000080;">to</span> 5
  ListBox1.AddFolder <span style="color: #800000;">&quot;REALbasic City&quot;</span>
  ListBox1.Cell(Me.LastIndex, 1) = <span style="color: #800000;">&quot;F&quot;</span>
  ListBox1.AddFolder <span style="color: #800000;">&quot;REALbasic City 2&quot;</span>
  ListBox1.Cell(Me.LastIndex, 1) = <span style="color: #800000;">&quot;F&quot;</span>
<span style="color: #000080;">next</span>
&nbsp;
 Me.ColumnAlignmentOffset(0)= 35</pre></td></tr></table></div>

<h2>Drawing a graphic in ListBox</h2>
<p>In REALbasic code editor go to ListBox Function CellTextPaint () and use this code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #000080;">if</span> column = 0 <span style="color: #000080;">then</span>
  <span style="color: #000080;">if</span> Me.cell(row,1) = <span style="color: #800000;">&quot;F&quot;</span> <span style="color: #000080;">then</span>
     g.DrawPicture(tutspolis,2,2)
  <span style="color: #000080;">else</span>
     g.DrawString <span style="color: #800000;">&quot;Fake Line&quot;</span>, 29,9
   <span style="color: #000080;">end</span> <span style="color: #000080;">if</span>
<span style="color: #000080;">end</span> <span style="color: #000080;">if</span></pre></td></tr></table></div>

<h2>ListBox DoubleClick event</h2>
<p>Using this code in the ListBox Sub DoubleClick () event you can get the string, number of the cell, row that was double-clicked.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #000080;">Dim</span> row, column <span style="color: #000080;">As</span> <span style="color: #000080;">Integer</span>
&nbsp;
row=Me.RowFromXY(System.MouseX - Me.Left - Self.Left, System.MouseY - Me.Top - Self.Top)
column=Me.ColumnFromXY(System.MouseX - Me.Left - Self.Left, System.MouseY - Me.Top - Self.Top)
&nbsp;
MsgBox <span style="color: #800000;">&quot;You double-clicked on &quot;</span>+ Me.list(row)</pre></td></tr></table></div>

<p><img src="http://realbasic.tutspolis.com/files/tutorials/listboxpicture/pictureinlistbox.png" alt="draw a picture in realbasic list box" /></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://realbasic.tutspolis.com/tutorials/drawing-a-picture-in-realbasic-listbox-control/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HTMLViewer Control in REALbasic</title>
		<link>http://realbasic.tutspolis.com/classes/htmlviewer-control-in-realbasic/</link>
		<comments>http://realbasic.tutspolis.com/classes/htmlviewer-control-in-realbasic/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 19:02:47 +0000</pubDate>
		<dc:creator>Jakub Pawlak</dc:creator>
				<category><![CDATA[Classes & Controls]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[htmlviewer]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[realbasic]]></category>
		<category><![CDATA[web browser]]></category>
		<category><![CDATA[webkit]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=90</guid>
		<description><![CDATA[<!-- isPostPurchased ,postID 90, userID 0, combination 1 -->
			
				
			
		
HTMLViewer available in REALbasic is a great control to render HTML files and web pages. It can be used for example for building a simple web browser, HTML editor or file browser. Learn how can you get the best from HTMLViewer Control!


HTMLViewer with WebKit engine on Linux
HTMLViewer use default libgtkhtml library to render HTML on [...]]]></description>
			<content:encoded><![CDATA[<!-- isPostPurchased ,postID 90, userID 0, combination 1 --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frealbasic.tutspolis.com%2Fclasses%2Fhtmlviewer-control-in-realbasic%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frealbasic.tutspolis.com%2Fclasses%2Fhtmlviewer-control-in-realbasic%2F&amp;source=REALbasicCity&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>HTMLViewer available in REALbasic is a great control to render HTML files and web pages. It can be used for example for building a simple web browser, HTML editor or file browser. Learn how can you get the best from HTMLViewer Control!</p>
<p><span id="more-90"></span></p>
<div style="margin-left:19px;float:left">
<h2>HTMLViewer with WebKit engine on Linux</h2>
<p>HTMLViewer use default libgtkhtml library to render HTML on Linux&#8230; but there is a option to use WebKit. To do this simply install on your system libwebkit-1.0-1. If you like you can make a class that will install this library automatically.</p>
<h2>Creating one line browser in REALbasic</h2>
<p>To create a our web browser add to the Window HTMLViewer control. Set its LockLeft, LockTop, LockRight, and LockBottom properties so that it resizes as the user resizes the window. Now add a PushButton control and insert the code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;">HTMLViewer1.LoadURL(http://tutspolis.com)</pre></td></tr></table></div>

<h2>Opening link in new Window</h2>
<p>If you like to have a option to open a link in new window add to HTMLViewer Function NewWindow() in code editor this code.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;"> <span style="color: #000080;">Dim</span> w <span style="color: #000080;">as</span> <span style="color: #000080;">New</span> Window1 //name of Window where <span style="color: #000080;">is</span> our HTMLViewer <span style="color: #000080;">control</span>
&nbsp;
 Title = <span style="color: #800000;">&quot;new Window&quot;</span> //title <span style="color: #000080;">property</span> of <span style="color: #000080;">new</span> window
 w.Show //show the window
 Return w.HTMLViewer1 //render html</pre></td></tr></table></div>

<h2>Page load progress in ProgresBar control</h2>
<p>HTMLViewer can easy display the progress of page loading in ProgresBar control. You can make this using few lines of code in HTMLViewer Sub DocumentProgressChanged.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #000080;">if</span> percentageComplete = -1 <span style="color: #000080;">then</span> //<span style="color: #000080;">if</span> it cannot be determined
ProgressBar1.Maximum = 0 //display indeterminate progress
<span style="color: #000080;">else</span>
ProgressBar1.Maximum = 100
<span style="color: #000080;">end</span> <span style="color: #000080;">if</span>
ProgressBar1.Value = percentageComplete</pre></td></tr></table></div>

</div>
]]></content:encoded>
			<wfw:commentRss>http://realbasic.tutspolis.com/classes/htmlviewer-control-in-realbasic/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>REALbasic – TextArea Control</title>
		<link>http://realbasic.tutspolis.com/classes/realbasic-textarea-control/</link>
		<comments>http://realbasic.tutspolis.com/classes/realbasic-textarea-control/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 08:51:14 +0000</pubDate>
		<dc:creator>Jakub Pawlak</dc:creator>
				<category><![CDATA[Classes & Controls]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[realbasic]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[textarea]]></category>

		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=68</guid>
		<description><![CDATA[<!-- isPostPurchased ,postID 68, userID 0, combination 1 -->
			
				
			
		
TextArea control is a editable text area that you are using in text editors (notepad, word, openoffice, pages etc.) or IM. It can contain multiple lines of text and can display mixed fonts, font styles and sizes. Learn how can you use it!


Adding text to a TextArea
Add to the Window PushButton Control and double click [...]]]></description>
			<content:encoded><![CDATA[<!-- isPostPurchased ,postID 68, userID 0, combination 1 --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frealbasic.tutspolis.com%2Fclasses%2Frealbasic-textarea-control%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frealbasic.tutspolis.com%2Fclasses%2Frealbasic-textarea-control%2F&amp;source=REALbasicCity&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>TextArea control is a editable text area that you are using in text editors (notepad, word, openoffice, pages etc.) or IM. It can contain multiple lines of text and can display mixed fonts, font styles and sizes. Learn how can you use it!</p>
<p><span id="more-68"></span></p>
<div style="margin-left:19px;float:left">
<h2>Adding text to a TextArea</h2>
<p>Add to the Window PushButton Control and double click on it. Then enter there the code below. It&#8217;s simply like in TextField.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;">TextArea.Text = <span style="color: #800000;">&quot;REALbasic City sample text&quot;</span></pre></td></tr></table></div>

<h2>Reading text from a TextArea</h2>
<p>Reading the content from TextArea is extreme easy like this s = TextArea.Text. Here you got a example that shows Message Box:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #000080;">Dim</span> s <span style="color: #000080;">As</span> <span style="color: #000080;">String</span>
<span style="color: #000080;">Dim</span> d <span style="color: #000080;">as</span> <span style="color: #000080;">New</span> MessageDialog //<span style="color: #000080;">declare</span> the MessageDialog <span style="color: #000080;">object</span>
<span style="color: #000080;">Dim</span> b <span style="color: #000080;">as</span> MessageDialogButton //handling the result
&nbsp;
s = TextArea.Text
d.Message = s
b = d.ShowModal</pre></td></tr></table></div>

<h3>Changing selected text in TextArea</h3>
<p>Every text editor has a option to change the style of the text. Here you can look how you can simple change the selected text in TextArea control to new color and new font with bold style. Add the code to PushButton Sub Action()</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #000080;">Dim</span> Black <span style="color: #000080;">As</span> Color
&nbsp;
Black = RGB(0,0,0)
&nbsp;
TextArea.SelTextFont = <span style="color: #800000;">&quot;Arial&quot;</span>
TextArea.SelBold = <span style="color: #000080;">true</span>
TextArea.SelTextColor = Black</pre></td></tr></table></div>

<h2>Changing string with TextArea</h2>
<p>We can also change the text in string ex. by finding the word or by putting the cursor on indicated line. We will change the word &#8220;my&#8221; form text string by putting the cursor on 8 position and changing the next 2 letters to bold and red color.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #000080;">Dim</span> text <span style="color: #000080;">As</span> <span style="color: #000080;">String</span>
&nbsp;
text = <span style="color: #800000;">&quot;This is my string&quot;</span>
&nbsp;
TextArea.StyledText.Text = text
&nbsp;
TextArea.StyledText.Bold( 8, 2 ) = <span style="color: #000080;">true</span>
TextArea.StyledText.TextColor( 8, 2 ) = &amp;amp;cFF0020</pre></td></tr></table></div>

<h2>Using Mask</h2>
<p>Simply select TextArea in GUI builder Tab and then in Property and Value find Behavior -&gt; Mask and place there ex. ###-##-####. You can also add a code in TextArea Sub Open(). Go to Window1 code editor Controls -&gt; TextArea -&gt; Open.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;">TextArea.Mask = <span style="color: #800000;">&quot;###-##-####&quot;</span> //US Social Security number
TextArea.Mask = <span style="color: #800000;">&quot;(###) ###-####&quot;</span> //US Phone number, <span style="color: #000080;">with</span> area code</pre></td></tr></table></div>

<h2>Mask Character in TextArea</h2>
<ul>
<b>#</b> &#8211; The single digit placeholder. Entry optional. If this position is left blank in the mask, it will be rendered as a space. Plus and minus signs are allowed. The user can type only a digit character in this position.<br />
<b>.</b> &#8211; Decimal placeholder. The decimal placeholder that is actually used is specified in the user&#8217;s International settings. The character is treated as a literal (formatting) character for masking purposes.<br />
<b>,</b> &#8211; Thousands separator. The thousands separator that is actually used is specified in the user&#8217;s International settings. The character is treated as a literal (formatting) character for masking purposes.<br />
<b>:</b> &#8211; Time separator. The time separator that is actually used is specified in the user&#8217;s International settings. The character is treated as a literal (formatting) character for masking purposes.<br />
<b>/</b> &#8211; Date separator. The date separator that is actually used is specified in the user&#8217;s International settings. The character is treated as a literal (formatting) character for masking purposes.<br />
<b>\</b> &#8211; Mask escape character. Treat the next character in the mask as a literal. The escape character enables you to use the &#8216;#&#8217;, &#8216;&amp;&#8217;, &#8216;A&#8217;, &#8216;?&#8217; (and so on) characters in the mask. The escapted character is treated as a literal (formatting) character.<br />
<b>&amp;</b> Character or space placeholder. Valid values are the ASCII characters 32-126 and the non-ASCII characters 128-255.<br />
<b>C</b> &#8211; Character or space placeholder, where entry is optional. It operates like the &#8216;&amp;&#8217; placeholder.<br />
<b>&gt;</b> &#8211; Convert all the characters that follow to uppercase. Uppercasing works beyond the ASCII range where appropriate, e.g., ü becomes Ü.<br />
<b>&lt;</b> &#8211; Convert all the characters that follow to lowercase. Lowercasing works beyond the ASCII range where appropriate, e.g., Ü becomes ü.<br />
<b>A</b> &#8211; Alphanumeric character placeholder, where entry is mandatory.<br />
For example, the spec &#8220;AAA&#8221; specifies three alphanumeric characters.<br />
<b>a</b> -Alphanumeric character placeholder, where entry is optional.<br />
<b>0</b> &#8211; Any single digit between 0 and 9. Entry is required.<br />
<b>9</b> &#8211; Digit or space where entry is optional.<br />
<b>?</b> &#8211; Alphabetic placeholder. Entry is optional.<br />
<b>L</b> &#8211; Alphabetic placeholder. Entry is required. Any literal. All other symbols are displayed as literals for formatting purposes.<br />
<b>~</b> &#8211; Reserved for future use. If you use &#8220;~&#8221; it will trigger an exception error. Use \~ instead.
</ul>
<h2>Using TextArea Property and Value</h2>
<p>When you select TextArea in GUI builder you can change some Property and Value for this control. We have got there position properties (width, height), appearance (text color, border), font (text size, text font), initial state (default text), behaviors (mask, read only) or database binding. Please play with them for a wile to understand what is happening when you change the values.
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://realbasic.tutspolis.com/classes/realbasic-textarea-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REALbasic – TextField Control</title>
		<link>http://realbasic.tutspolis.com/classes/realbasic-textfield-control/</link>
		<comments>http://realbasic.tutspolis.com/classes/realbasic-textfield-control/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 13:28:30 +0000</pubDate>
		<dc:creator>Jakub Pawlak</dc:creator>
				<category><![CDATA[Classes & Controls]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[realbasic]]></category>
		<category><![CDATA[textfield]]></category>

		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=64</guid>
		<description><![CDATA[<!-- isPostPurchased ,postID 64, userID 0, combination 1 -->
			
				
			
		
TextField control is a standard editable text field that you are using in fast every available application (browsers, preference panels, IM&#8217;s, e-mail clients etc.). It can contain only one line of text, with one font, font size and style. Learn how can you use it!


Adding text to a TextField
For example add to the Window PushButton [...]]]></description>
			<content:encoded><![CDATA[<!-- isPostPurchased ,postID 64, userID 0, combination 1 --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frealbasic.tutspolis.com%2Fclasses%2Frealbasic-textfield-control%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frealbasic.tutspolis.com%2Fclasses%2Frealbasic-textfield-control%2F&amp;source=REALbasicCity&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>TextField control is a standard editable text field that you are using in fast every available application (browsers, preference panels, IM&#8217;s, e-mail clients etc.). It can contain only one line of text, with one font, font size and style. Learn how can you use it!</p>
<p><span id="more-64"></span></p>
<div style="margin-left:19px;float:left">
<h2>Adding text to a TextField</h2>
<p>For example add to the Window PushButton Control and double click on it  (at a glance PushButton Sub Action()). Then enter there the code below:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;">TextField.Text = <span style="color: #800000;">&quot;REALbasic City sample text&quot;</span></pre></td></tr></table></div>

<h2>Reading text from a TextField</h2>
<p>Reading the content from TextField is extreme easy like this s = TextField1.Text. Here you got a example that shows Message Box:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #000080;">Dim</span> s <span style="color: #000080;">As</span> <span style="color: #000080;">String</span>
<span style="color: #000080;">Dim</span> d <span style="color: #000080;">as</span> <span style="color: #000080;">New</span> MessageDialog //<span style="color: #000080;">declare</span> the MessageDialog <span style="color: #000080;">object</span>
<span style="color: #000080;">Dim</span> b <span style="color: #000080;">as</span> MessageDialogButton //handling the result
&nbsp;
s = TextField1.Text
d.Message=s
b=d.ShowModal</pre></td></tr></table></div>

<h3>Using Mask</h3>
<p>Simply select TextField in GUI builder Tab and then in Property and Value find Behavior -&gt; Mask and place there ex. ###-##-####. You can also add a code in TextField Sub Open(). Go to Window1 code editor Controls -&gt; TextField -&gt; Open.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="vb" style="font-family:monospace;">TextField.Mask = <span style="color: #800000;">&quot;###-##-####&quot;</span> //US Social Security number
TextField.Mask = <span style="color: #800000;">&quot;(###) ###-####&quot;</span> //US Phone number, <span style="color: #000080;">with</span> area code</pre></td></tr></table></div>

<h2>Mask Character in TextField</h2>
<ul>
<b>#</b> &#8211; The single digit placeholder. Entry optional. If this position is left blank in the mask, it will be rendered as a space. Plus and minus signs are allowed. The user can type only a digit character in this position.<br />
<b>.</b> &#8211; Decimal placeholder. The decimal placeholder that is actually used is specified in the user&#8217;s International settings. The character is treated as a literal (formatting) character for masking purposes.<br />
<b>,</b> &#8211; Thousands separator. The thousands separator that is actually used is specified in the user&#8217;s International settings. The character is treated as a literal (formatting) character for masking purposes.<br />
<b>:</b> &#8211; Time separator. The time separator that is actually used is specified in the user&#8217;s International settings. The character is treated as a literal (formatting) character for masking purposes.<br />
<b>/</b> &#8211; Date separator. The date separator that is actually used is specified in the user&#8217;s International settings. The character is treated as a literal (formatting) character for masking purposes.<br />
<b>\</b> &#8211; Mask escape character. Treat the next character in the mask as a literal. The escape character enables you to use the &#8216;#&#8217;, &#8216;&amp;&#8217;, &#8216;A&#8217;, &#8216;?&#8217; (and so on) characters in the mask. The escapted character is treated as a literal (formatting) character.<br />
<b>&amp;</b> Character or space placeholder. Valid values are the ASCII characters 32-126 and the non-ASCII characters 128-255.<br />
<b>C</b> &#8211; Character or space placeholder, where entry is optional. It operates like the &#8216;&amp;&#8217; placeholder.<br />
<b>&gt;</b> &#8211; Convert all the characters that follow to uppercase. Uppercasing works beyond the ASCII range where appropriate, e.g., ü becomes Ü.<br />
<b>&lt;</b> &#8211; Convert all the characters that follow to lowercase. Lowercasing works beyond the ASCII range where appropriate, e.g., Ü becomes ü.<br />
<b>A</b> &#8211; Alphanumeric character placeholder, where entry is mandatory.<br />
For example, the spec &#8220;AAA&#8221; specifies three alphanumeric characters.<br />
<b>a</b> -Alphanumeric character placeholder, where entry is optional.<br />
<b>0</b> &#8211; Any single digit between 0 and 9. Entry is required.<br />
<b>9</b> &#8211; Digit or space where entry is optional.<br />
<b>?</b> &#8211; Alphabetic placeholder. Entry is optional.<br />
<b>L</b> &#8211; Alphabetic placeholder. Entry is required. Any literal. All other symbols are displayed as literals for formatting purposes.<br />
<b>~</b> &#8211; Reserved for future use. If you use &#8220;~&#8221; it will trigger an exception error. Use \~ instead.
</ul>
<h2>Using TextField Property and Value</h2>
<p>When you select TextField in GUI builder you can change some Property and Value for this control. We have got there position properties (width, height), appearance (text color, border), font (text size, text font), initial state (default text), behaviors (mask, read only) or database binding. Please play with them for a wile to understand what is happening when you change the values.
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://realbasic.tutspolis.com/classes/realbasic-textfield-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
