<?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>EntwicklerForum.org &#187; RealBasic</title>
	<atom:link href="http://www.entwicklerforum.org/tag/realbasic/feed" rel="self" type="application/rss+xml" />
	<link>http://www.entwicklerforum.org</link>
	<description>Tipps und Tricks für Entwickler</description>
	<lastBuildDate>Fri, 09 Dec 2011 17:54:27 +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>Macintosh Entwicklung &#8211; Linkliste</title>
		<link>http://www.entwicklerforum.org/cocoa-linksammlung</link>
		<comments>http://www.entwicklerforum.org/cocoa-linksammlung#comments</comments>
		<pubDate>Mon, 20 Aug 2007 15:25:39 +0000</pubDate>
		<dc:creator>Dennis Müller</dc:creator>
				<category><![CDATA[Allgemein / Web 2.0]]></category>
		<category><![CDATA[OS - Betriebssysteme]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[RealBasic]]></category>

		<guid isPermaLink="false">http://www.entwicklerforum.org/?p=54</guid>
		<description><![CDATA[Hier eine &#220;bersicht von guten Mac Development Communitys,Blogs,Maillinglisten… http://www.osxentwicklerforum.de/ Erste Anlaufstelle f&#252;r Deutschsprachige Mac Entwickler http://cocoadevcentral.com/ Super einstiegstutorials auf Englisch http://cocoablogs.com/ Zusammengefasster Feed mehrerer Entwicklerblogs http://cf.adiumx.com/ Englisches Forum rund um die OpenSource Projekte Adium, Growl, Cyberduck, Vienna und viele mehr http://www.cocoabuilder.com Super Mailingliste http://developer.apple.com ADC &#8211; Die erste Anlaufstelle f&#252;r Offizielle Dokumentation von Apple Man [...]]]></description>
			<content:encoded><![CDATA[<p>Hier eine &#220;bersicht von guten Mac Development Communitys,Blogs,Maillinglisten…<br />
<a href="http://www.osxentwicklerforum.de/"></p>
<p>http://www.osxentwicklerforum.de/</a></p>
<p>Erste Anlaufstelle f&#252;r Deutschsprachige Mac Entwickler</p>
<p><a href="http://cocoadevcentral.com/"><span id="more-54"></span>http://cocoadevcentral.com/</a><br />
Super einstiegstutorials auf Englisch</p>
<p><a href="http://cocoablogs.com/">http://cocoablogs.com/</a><br />
Zusammengefasster Feed mehrerer Entwicklerblogs</p>
<p><a href="http://cf.adiumx.com/">http://cf.adiumx.com/</a><br />
Englisches Forum rund um die OpenSource Projekte Adium, Growl, Cyberduck, Vienna und viele mehr</p>
<p><a href="http://www.cocoabuilder.com">http://www.cocoabuilder.com</a><br />
Super Mailingliste<br />
<a href="http://developer.apple.com"></p>
<p>http://developer.apple.com</a></p>
<p>ADC &#8211; Die erste Anlaufstelle f&#252;r Offizielle Dokumentation von Apple</p>
<p>Man sollte sich bei fast allen Seiten auf Englisch einstellen. Was aber gar nicht so schlimm ist.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.entwicklerforum.org/cocoa-linksammlung/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wie man einen String splittet</title>
		<link>http://www.entwicklerforum.org/wie-man-einen-string-splittet</link>
		<comments>http://www.entwicklerforum.org/wie-man-einen-string-splittet#comments</comments>
		<pubDate>Fri, 25 May 2007 12:35:54 +0000</pubDate>
		<dc:creator>Hannes Bischoff</dc:creator>
				<category><![CDATA[Allgemein / Web 2.0]]></category>
		<category><![CDATA[RealBasic]]></category>

		<guid isPermaLink="false">http://www.entwicklerforum.org/wordpress/?p=31</guid>
		<description><![CDATA[Dim arrString(-1) As String Dim strQuelle,strZiel1,strZiel2 As String //strQuelle = &#34;Hello World&#34; arrString=Split(strQuelle,&#34; &#34;) strZiel1=arrString(0) //strZiel1 = &#34;Hello&#34; strZiel2=arrString(1) //strZiel2 = &#34;World&#34;]]></description>
			<content:encoded><![CDATA[<p><code> </code></p>

<div class="wp_syntax"><div class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #151B8D; font-weight: bold;">Dim</span> arrString(-1) <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">String</span>
<span style="color: #151B8D; font-weight: bold;">Dim</span> strQuelle,strZiel1,strZiel2 <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">String</span> //strQuelle = <span style="color: #800000;">&quot;Hello World&quot;</span>
arrString=Split(strQuelle,<span style="color: #800000;">&quot; &quot;</span>)
strZiel1=arrString(0) //strZiel1 = <span style="color: #800000;">&quot;Hello&quot;</span>
strZiel2=arrString(1) //strZiel2 = <span style="color: #800000;">&quot;World&quot;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.entwicklerforum.org/wie-man-einen-string-splittet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dictionary f&#252;llen</title>
		<link>http://www.entwicklerforum.org/dictionary-fullen</link>
		<comments>http://www.entwicklerforum.org/dictionary-fullen#comments</comments>
		<pubDate>Fri, 25 May 2007 12:23:26 +0000</pubDate>
		<dc:creator>Hannes Bischoff</dc:creator>
				<category><![CDATA[Allgemein / Web 2.0]]></category>
		<category><![CDATA[RealBasic]]></category>

		<guid isPermaLink="false">http://www.entwicklerforum.org/wordpress/?p=30</guid>
		<description><![CDATA[Im folgenden Codebeispiel wird beschrieben, wie ein Dictionary (dicTest) gef&#252;llt wird. Dim dicTest(10,6) As String dicTest(0,0) = EditField1.Text dicTest(0,1) = EditField2.Text dicTest(0,2) = String dicTest(0,3) = String . . .]]></description>
			<content:encoded><![CDATA[<p>Im folgenden Codebeispiel wird beschrieben, wie ein Dictionary (dicTest) gef&#252;llt wird.</p>
<p><code> </code></p>

<div class="wp_syntax"><div class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #151B8D; font-weight: bold;">Dim</span> dicTest(10,6) <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">String</span>
dicTest(0,0) = EditField1.Text
dicTest(0,1) = EditField2.Text
dicTest(0,2) = <span style="color: #F660AB; font-weight: bold;">String</span>
dicTest(0,3) = <span style="color: #F660AB; font-weight: bold;">String</span>
.
.
.</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.entwicklerforum.org/dictionary-fullen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Datentypen konvertieren</title>
		<link>http://www.entwicklerforum.org/datentypen-konvertieren</link>
		<comments>http://www.entwicklerforum.org/datentypen-konvertieren#comments</comments>
		<pubDate>Fri, 25 May 2007 12:04:23 +0000</pubDate>
		<dc:creator>Hannes Bischoff</dc:creator>
				<category><![CDATA[Allgemein / Web 2.0]]></category>
		<category><![CDATA[RealBasic]]></category>

		<guid isPermaLink="false">http://www.entwicklerforum.org/wordpress/?p=29</guid>
		<description><![CDATA[String nach Double double = CDbl(string) String nach Integer (Wert nach dem Komma wird abgeschnitten) double = Val(string) Double/Integer nach String string = Str(double)]]></description>
			<content:encoded><![CDATA[<p>String nach Double<br />
 <code> </code></p>

<div class="wp_syntax"><div class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #F660AB; font-weight: bold;">double</span> = CDbl(<span style="color: #F660AB; font-weight: bold;">string</span>)</pre></div></div>

<p>String nach Integer (Wert nach dem Komma wird abgeschnitten)<br />
 <code> </code></p>

<div class="wp_syntax"><div class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #F660AB; font-weight: bold;">double</span> = Val(<span style="color: #F660AB; font-weight: bold;">string</span>)</pre></div></div>

<p>Double/Integer nach String<br />
 <code> </code></p>

<div class="wp_syntax"><div class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #F660AB; font-weight: bold;">string</span> = Str(<span style="color: #F660AB; font-weight: bold;">double</span>)</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.entwicklerforum.org/datentypen-konvertieren/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aus Listbox heraus drucken</title>
		<link>http://www.entwicklerforum.org/aus-listbox-heraus-drucken</link>
		<comments>http://www.entwicklerforum.org/aus-listbox-heraus-drucken#comments</comments>
		<pubDate>Fri, 25 May 2007 11:58:34 +0000</pubDate>
		<dc:creator>Hannes Bischoff</dc:creator>
				<category><![CDATA[Allgemein / Web 2.0]]></category>
		<category><![CDATA[RealBasic]]></category>

		<guid isPermaLink="false">http://www.entwicklerforum.org/wordpress/?p=28</guid>
		<description><![CDATA[Im folgenden Codebeispiel wird der Inhalt der Listbox &#8220;lstTest&#8221; ausgedruckt. dim g as Graphics dim page as PrinterSetup dim h,w,x,z,mw,mh as Integer page = new PrinterSetup g = OpenPrinterDialog(page) if g = Nil then return end if g.TextFont = &#34;Arial&#34; g.TextSize = 12 w = g.Width/lstDruck.columnCount h = g.textHeight for x = 0 to lstTest.ListCount-1 [...]]]></description>
			<content:encoded><![CDATA[<p>Im folgenden Codebeispiel wird der Inhalt der Listbox &#8220;lstTest&#8221; ausgedruckt.</p>
<p><code> </code></p>

<div class="wp_syntax"><div class="code"><pre class="vb" style="font-family:monospace;">  <span style="color: #151B8D; font-weight: bold;">dim</span> g <span style="color: #151B8D; font-weight: bold;">as</span> Graphics
  <span style="color: #151B8D; font-weight: bold;">dim</span> page <span style="color: #151B8D; font-weight: bold;">as</span> PrinterSetup
  <span style="color: #151B8D; font-weight: bold;">dim</span> h,w,x,z,mw,mh <span style="color: #151B8D; font-weight: bold;">as</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>
  page = <span style="color: #E56717; font-weight: bold;">new</span> PrinterSetup
  g = OpenPrinterDialog(page)
  <span style="color: #8D38C9; font-weight: bold;">if</span> g = Nil <span style="color: #8D38C9; font-weight: bold;">then</span>
    return
  <span style="color: #8D38C9; font-weight: bold;">end</span> <span style="color: #8D38C9; font-weight: bold;">if</span>
  g.TextFont = <span style="color: #800000;">&quot;Arial&quot;</span>
  g.TextSize = 12
  w = g.Width/lstDruck.columnCount
  h = g.textHeight
  <span style="color: #8D38C9; font-weight: bold;">for</span> x = 0 <span style="color: #8D38C9; font-weight: bold;">to</span> lstTest.ListCount-1
    <span style="color: #8D38C9; font-weight: bold;">for</span> z = 0 <span style="color: #8D38C9; font-weight: bold;">to</span> lstTest.columnCount-1
      g.DrawString lstTest.cell(x,z), (z*w), (x*h)+h
    <span style="color: #8D38C9; font-weight: bold;">next</span>
  <span style="color: #8D38C9; font-weight: bold;">next</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.entwicklerforum.org/aus-listbox-heraus-drucken/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>F&#252;llen einer Listbox aus einem Dictionary heraus</title>
		<link>http://www.entwicklerforum.org/fullen-einer-listbox-aus-einem-dictionary-heraus</link>
		<comments>http://www.entwicklerforum.org/fullen-einer-listbox-aus-einem-dictionary-heraus#comments</comments>
		<pubDate>Fri, 25 May 2007 11:00:50 +0000</pubDate>
		<dc:creator>Hannes Bischoff</dc:creator>
				<category><![CDATA[Allgemein / Web 2.0]]></category>
		<category><![CDATA[RealBasic]]></category>

		<guid isPermaLink="false">http://www.entwicklerforum.org/wordpress/?p=25</guid>
		<description><![CDATA[Im folgenden Codebeispiel wird eine Listbox, welche 2 Spalten hat, mit dem Inhalt eines mehrdimensionalen Dictionarys gef&#252;llt. &#60;span id=&#34;more-25&#34;&#62;&#60;/span&#62;lstTest.DeleteAllRows Dim intZaehler As Integer Dim b As Integer Dim a As Integer Dim i,y,x As Integer b = intZaehler // Anzahl der Zeilen des Dictionarys x = 0 lstTest.columnCount=2 lstTest.columnWidths=&#34;66%,34%&#34; lstTest.AddRow &#34;&#34; lstTest.Cell(x,0) = &#34;Equitania Weight&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>Im folgenden Codebeispiel wird eine Listbox, welche 2 Spalten hat, mit dem Inhalt eines mehrdimensionalen Dictionarys gef&#252;llt.</p>
<p><code> </code></p>

<div class="wp_syntax"><div class="code"><pre class="vb" style="font-family:monospace;">&lt;span id=<span style="color: #800000;">&quot;more-25&quot;</span>&gt;&lt;/span&gt;lstTest.DeleteAllRows
<span style="color: #151B8D; font-weight: bold;">Dim</span> intZaehler <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>
<span style="color: #151B8D; font-weight: bold;">Dim</span> b <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>
<span style="color: #151B8D; font-weight: bold;">Dim</span> a <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>
<span style="color: #151B8D; font-weight: bold;">Dim</span> i,y,x <span style="color: #151B8D; font-weight: bold;">As</span> <span style="color: #F660AB; font-weight: bold;">Integer</span>
b = intZaehler // Anzahl der Zeilen des Dictionarys
x = 0
lstTest.columnCount=2
lstTest.columnWidths=<span style="color: #800000;">&quot;66%,34%&quot;</span>
lstTest.AddRow <span style="color: #800000;">&quot;&quot;</span>
lstTest.Cell(x,0) = <span style="color: #800000;">&quot;Equitania Weight&quot;</span>
lstTest.CellBold(x,0) = <span style="color: #00C2FF; font-weight: bold;">true</span>
lstTest.Cell(x,1) = <span style="color: #800000;">&quot;Überschrift&quot;</span>
x = x+1
lstTest.AddRow <span style="color: #800000;">&quot;&quot;</span>
lstTest.CellBorderBottom(x,0)=ListBox.BorderThinSolid //Fügt eine Trennlinie zwischen der Überschrift
lstTest.CellBorderBottom(x,1)=ListBox.BorderThinSolid //und dem 1. Eintrag ein.
x = x+1
lstTest.AddRow <span style="color: #800000;">&quot;&quot;</span>
x = x+1
<span style="color: #8D38C9; font-weight: bold;">do</span> <span style="color: #8D38C9; font-weight: bold;">until</span> a &amp;gt; b
    lstTest.AddRow <span style="color: #800000;">&quot;&quot;</span>
    lstTest.Cell(x,0) = dicTest(a,0)
    lstTest.Cell(x,1) = dicTest(a,7)
    x = x+1
    lstTest.AddRow <span style="color: #800000;">&quot;&quot;</span>
    x = x+1
    lstTest.AddRow <span style="color: #800000;">&quot;&quot;</span>
    lstTest.Cell(x,0) = <span style="color: #800000;">&quot;Beschreibung:&quot;</span>
    lstTest.Cell(x,1) = dicTest(a,1)
    x = x+1
    lstTest.AddRow <span style="color: #800000;">&quot;&quot;</span>
    lstTest.Cell(x,0) = <span style="color: #800000;">&quot;Größe:&quot;</span>
    lstTest.Cell(x,1) = dicTest(a,2)
    x = x+1
    lstTest.AddRow <span style="color: #800000;">&quot;&quot;</span>
    lstTest.Cell(x,0) = <span style="color: #800000;">&quot;Gewicht&quot;</span>
    lstTest.Cell(x,1) = dicTest(ia,3)
    x = x+1
    lstTest.AddRow <span style="color: #800000;">&quot;&quot;</span>
    lstTest.CellBorderBottom(x,0) = ListBox.BorderThinSolid //Fügt eine Trennlinie zwischen der Überschrift
    lstTest.CellBorderBottom(x,1) = ListBox.BorderThinSolid//und dem nächsten Eintrag ein.
    x = x+1
    lstTest.AddRow <span style="color: #800000;">&quot;&quot;</span>
    x = x+1
    a = a+1
  <span style="color: #8D38C9; font-weight: bold;">Loop</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.entwicklerforum.org/fullen-einer-listbox-aus-einem-dictionary-heraus/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neuen Ordner erstellen</title>
		<link>http://www.entwicklerforum.org/neuen-ordner-erstellen</link>
		<comments>http://www.entwicklerforum.org/neuen-ordner-erstellen#comments</comments>
		<pubDate>Fri, 25 May 2007 10:34:16 +0000</pubDate>
		<dc:creator>Hannes Bischoff</dc:creator>
				<category><![CDATA[Allgemein / Web 2.0]]></category>
		<category><![CDATA[RealBasic]]></category>

		<guid isPermaLink="false">http://www.entwicklerforum.org/wordpress/?p=24</guid>
		<description><![CDATA[Im nachstehenden Codebeispiel wird gepr&#252;ft, ob der Ordner &#8220;Neuer Ordner&#8221; auf dem Desktop existiert und wenn dies nicht der Fall ist, wird er neu erstellt. Dim folTest As FolderItem folTest = DesktopFolder.Child(&#34;Neuer Ordner&#34;) if folTest &#38;lt;&#38;gt; nil if not folTest.Exists then folTest.CreateAsFolder end if end if]]></description>
			<content:encoded><![CDATA[<p>Im nachstehenden Codebeispiel wird gepr&#252;ft, ob der Ordner &#8220;Neuer Ordner&#8221; auf dem Desktop existiert und wenn dies nicht der Fall ist, wird er neu erstellt.</p>
<p><code> </code></p>

<div class="wp_syntax"><div class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #151B8D; font-weight: bold;">Dim</span> folTest <span style="color: #151B8D; font-weight: bold;">As</span> FolderItem
folTest = DesktopFolder.Child(<span style="color: #800000;">&quot;Neuer Ordner&quot;</span>)
<span style="color: #8D38C9; font-weight: bold;">if</span> folTest &amp;lt;&amp;gt; nil
  <span style="color: #8D38C9; font-weight: bold;">if</span> <span style="color: #8D38C9; font-weight: bold;">not</span> folTest.Exists <span style="color: #8D38C9; font-weight: bold;">then</span>
    folTest.CreateAsFolder
  <span style="color: #8D38C9; font-weight: bold;">end</span> <span style="color: #8D38C9; font-weight: bold;">if</span>
<span style="color: #8D38C9; font-weight: bold;">end</span> <span style="color: #8D38C9; font-weight: bold;">if</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.entwicklerforum.org/neuen-ordner-erstellen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webservice ansprechen mit Realbasic</title>
		<link>http://www.entwicklerforum.org/webservice-ansprechen-mit-realbasic</link>
		<comments>http://www.entwicklerforum.org/webservice-ansprechen-mit-realbasic#comments</comments>
		<pubDate>Tue, 24 Apr 2007 16:49:20 +0000</pubDate>
		<dc:creator>Dennis Müller</dc:creator>
				<category><![CDATA[Allgemein / Web 2.0]]></category>
		<category><![CDATA[RealBasic]]></category>
		<category><![CDATA[Webservice]]></category>

		<guid isPermaLink="false">http://www.entwicklerforum.org/wordpress/?p=11</guid>
		<description><![CDATA[Ich hab mich auf die suche gemacht nach einem echt einfachen Webservice um mal zu test wie man in Realbasic Webservices anspricht. Hier ein kleiner beispielcode: Dim sm as SOAPMethod &#160; Dim sr as SoapResultProgressWheel1.Visible = true &#160; sm = New SOAPMethod &#160; sm.url = &#34;http://webservices.iter.dk/calculator.asmx?WSDL&#34; &#160; sm.methodNamespace = &#34;http://www.iter.dk/webservices/calculator.asmx&#34; &#160; sm.action =&#34;http://www.iter.dk/webservices/calculator.asmx/Add&#34; &#160; sm.parameter(&#34;intA&#34;) [...]]]></description>
			<content:encoded><![CDATA[<p>Ich hab mich auf die suche gemacht nach einem echt einfachen Webservice um mal zu test wie man in Realbasic Webservices anspricht.<br />
Hier ein kleiner beispielcode:<br />
<code><span id="more-11"></span><br />
</code></p>

<div class="wp_syntax"><div class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #151B8D; font-weight: bold;">Dim</span> sm <span style="color: #151B8D; font-weight: bold;">as</span> SOAPMethod
&nbsp;
<span style="color: #151B8D; font-weight: bold;">Dim</span> sr <span style="color: #151B8D; font-weight: bold;">as</span> SoapResultProgressWheel1.Visible = <span style="color: #00C2FF; font-weight: bold;">true</span>
&nbsp;
sm = <span style="color: #E56717; font-weight: bold;">New</span> SOAPMethod
&nbsp;
sm.url = <span style="color: #800000;">&quot;http://webservices.iter.dk/calculator.asmx?WSDL&quot;</span>
&nbsp;
sm.methodNamespace = <span style="color: #800000;">&quot;http://www.iter.dk/webservices/calculator.asmx&quot;</span>
&nbsp;
sm.action =<span style="color: #800000;">&quot;http://www.iter.dk/webservices/calculator.asmx/Add&quot;</span>
&nbsp;
sm.parameter(<span style="color: #800000;">&quot;intA&quot;</span>) = EditField2.Text
&nbsp;
sm.parameter(<span style="color: #800000;">&quot;intB&quot;</span>) = EditField1.Text
&nbsp;
sr= sm.invoke(<span style="color: #800000;">&quot;Add&quot;</span>)
&nbsp;
<span style="color: #8D38C9; font-weight: bold;">if</span> sr &amp;lt;&amp;gt; Nil <span style="color: #8D38C9; font-weight: bold;">then</span>
&nbsp;
StaticText1.Text = <span style="color: #800000;">&quot;=&quot;</span> + sr.Result(<span style="color: #800000;">&quot;AddResult&quot;</span>)
&nbsp;
ProgressWheel1.Visible = <span style="color: #00C2FF; font-weight: bold;">false</span>
&nbsp;
<span style="color: #8D38C9; font-weight: bold;">end</span> <span style="color: #8D38C9; font-weight: bold;">if</span>
&nbsp;
Exception err
&nbsp;
ProgressWheel1.Visible = <span style="color: #00C2FF; font-weight: bold;">false</span>
&nbsp;
MsgBox <span style="color: #800000;">&quot;Exception: &quot;</span> + err.message</pre></div></div>

<p>Mehr &#252;ber den einfachen Webservice gibts hier:<br />
<a href="http://webservices.iter.dk/calculator.asmx?op=Add"> http://webservices.iter.dk/calculator.asmx?op=Add</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.entwicklerforum.org/webservice-ansprechen-mit-realbasic/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

