<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Livecodebeginner Q&amp;A - Recent questions</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=questions</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to parse Xml Data in Live code</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=75/how-to-parse-xml-data-in-live-code</link>
<description>&lt;p&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family: courier new,courier,monospace;&quot;&gt;on mouseUp&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;loadPreferences &amp;nbsp;&lt;br&gt;
	end mouseUp&lt;br&gt;
	&lt;br&gt;
	command loadPreferences&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;local tTree&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;put readPreferencesToXMLTree() into tTree&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;if tTree is empty then&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;exit loadPreferences&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;end if&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;processPreferencesTree tTree&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;revDeleteXMLTree tTree&lt;br&gt;
	end loadPreferences&lt;br&gt;
	&lt;br&gt;
	private function readPreferencesToXMLTree&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;set the itemDelimiter to slash&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;local tPreferencesFile&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;put the URL&quot;&lt;a href=&quot;http://htp2.hitecpoint.in:98/api/blackbox/live/45&quot;&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://htp2.hitecpoint.in:98/api/blackbox/live/45&quot;&lt;/a&gt; into tPreferencesFile&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;local tPreferencesData, tResult&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;put tPreferencesFile into tPreferencesData&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;put the result into tResult&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;if tResult is not empty then&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;answer error &quot;Failed to read preferences file at location: &quot; &amp;amp; tPreferencesFile&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return empty&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;end if&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;local tTree&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;put revCreateXMLTree(tPreferencesData, false, true, false) into tTree &amp;nbsp;&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;if tTree is not an integer then&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;answer error &quot;Failed to process preferences file with error: &quot; &amp;amp; tTree&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return empty&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;end if&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;return tTree&lt;br&gt;
	end readPreferencesToXMLTree&lt;br&gt;
	&lt;br&gt;
	private command processPreferencesTree pTree &amp;nbsp;&lt;br&gt;
	&amp;nbsp;&amp;nbsp;local tPosts&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;put revXMLChildNames(pTree, &quot;ArrayOfLiveStatus/LiveStatus&quot;, return, &quot;Location&quot;, true) into tPosts &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;local tListOfNames&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;repeat for each line tName in tPosts&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;put revXMLNodeContents(pTree, &quot;ArrayOfLiveStatus/LiveStatus&quot; &amp;amp; tName) &amp;amp; return after tListOfNames&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;end repeat&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;delete the last char of tListOfNames &amp;nbsp;&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;local tOutput&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;put tListOfNames after tOutput&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;set the text of field &quot;NameList&quot; to tOutput&lt;br&gt;
	end processPreferencesTree&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
	&lt;br&gt;
	I am using Livecode software.I am accessing web api &quot;&lt;a href=&quot;http://htp2.hitecpoint.in:98/api/blackbox/live/45&quot;&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://htp2.hitecpoint.in:98/api/blackbox/live/45&quot;&lt;/a&gt; which return a xml data.I want to parse location node but I always get a error&quot;xmlerr, can't find element&quot;.What I am doing wrong please help.&lt;/p&gt;</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=75/how-to-parse-xml-data-in-live-code</guid>
<pubDate>Mon, 25 Nov 2013 16:39:35 +0000</pubDate>
</item>
<item>
<title>Where in the US can I order Programming LiveCode for the Real Beginner?</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=72/where-the-order-programming-livecode-for-the-real-beginner</link>
<description>Where in the US can I order Programming LiveCode for the Real Beginner?</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=72/where-the-order-programming-livecode-for-the-real-beginner</guid>
<pubDate>Tue, 12 Nov 2013 12:16:05 +0000</pubDate>
</item>
<item>
<title>function Spaces doesn't work</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=53/function-spaces-doesnt-work</link>
<description>p 225, bottom:&lt;br /&gt;
&lt;br /&gt;
as it is, the function doesn't work, because the repeat argument tries to divide a number by a string&lt;br /&gt;
&lt;br /&gt;
it could be corrected by:&lt;br /&gt;
&lt;br /&gt;
put &amp;quot; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot; into mySpace&lt;br /&gt;
&lt;br /&gt;
put the length of mySpace into mySpaceLength&lt;br /&gt;
&lt;br /&gt;
repeat max(1,trunc(theAmount/mySpaceLength) + 1) -- I would use &amp;quot;trunc&amp;quot; rather than &amp;quot;round&amp;quot; here&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
repeat max(1,(theAmount div mySpaceLength) + 1)&lt;br /&gt;
&lt;br /&gt;
PS: according to my test, this function is about 20 times faster than the second one, top of p. 226</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=53/function-spaces-doesnt-work</guid>
<pubDate>Thu, 13 Jun 2013 00:40:11 +0000</pubDate>
</item>
<item>
<title>File signatures for Mac</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=51/file-signatures-for-mac</link>
<description>p. 201, second paragraph: (Mac OS 10 standalones) The document type can be any code you like [...]&lt;br /&gt;
&lt;br /&gt;
If you want a really unique signature (creator code) for your application's files, see indirections at:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://developer.apple.com/support/mac/creator-code-registration.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://developer.apple.com/support/mac/creator-code-registration.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
(the URL given in the dictionary for fileType doesn't work any more)</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=51/file-signatures-for-mac</guid>
<pubDate>Tue, 11 Jun 2013 19:31:17 +0000</pubDate>
</item>
<item>
<title>stack's password (p. 200)</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=50/stacks-password-p-200</link>
<description>p. 200, first paragraph:&lt;br /&gt;
&lt;br /&gt;
a footnote indicating that it is neither possible to set password for stacks, nor to use password protected stacks, with the community edition of LC, would be useful in the next edition.</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=50/stacks-password-p-200</guid>
<pubDate>Tue, 11 Jun 2013 18:21:10 +0000</pubDate>
</item>
<item>
<title>Replacing crlf by cr when importing from URL</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=48/replacing-crlf-by-cr-when-importing-from-url</link>
<description>p. 177&lt;br /&gt;
&lt;br /&gt;
You suggest to replace crlf with cr after reading a textfile from an URL. However, in the dictionary, a note specifies:&lt;br /&gt;
&lt;br /&gt;
Likewise, if you put data into a fileURL or get data from it, end-of-line translation is performed, but not if you put data into or get data from a binfileURL.&lt;br /&gt;
&lt;br /&gt;
Is this automatic translation really limited to local files ? Or is your replace statement just a precaution ?</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=48/replacing-crlf-by-cr-when-importing-from-url</guid>
<pubDate>Mon, 10 Jun 2013 22:32:21 +0000</pubDate>
</item>
<item>
<title>Are scripts available for download?</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=45/are-scripts-available-for-download</link>
<description>Are the scripts in the book available for download?</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=45/are-scripts-available-for-download</guid>
<pubDate>Fri, 07 Jun 2013 14:49:36 +0000</pubDate>
</item>
<item>
<title>answer file: how to get the arabic name of a file</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=41/answer-file-how-to-get-the-arabic-name-of-a-file</link>
<description>p. 157&lt;br /&gt;
&lt;br /&gt;
(Mac OS 10.8) I have an UTF8 file created with TextEdit called &amp;quot;ثسسشه.txt&amp;quot; in the answer file dialog (it's actually &amp;quot;txt.ثسسشه&amp;quot; on the desktop).&lt;br /&gt;
&lt;br /&gt;
Answer file returns &amp;quot;/Users/jhausser/Desktop/?????.txt&amp;quot; and of course my script doesn't find the file to read it.&lt;br /&gt;
&lt;br /&gt;
Except changing the file name manually to something more occidental on the desktop, I didn't find a simple way to deal with this problem. Should I use embedded applescript instead of answer file ?&lt;br /&gt;
&lt;br /&gt;
It's probably an important question for people not using latin characters.</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=41/answer-file-how-to-get-the-arabic-name-of-a-file</guid>
<pubDate>Tue, 04 Jun 2013 18:08:46 +0000</pubDate>
</item>
<item>
<title>realizable window ?</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=39/realizable-window</link>
<description>p 151, lines 2 and 3&lt;br /&gt;
&lt;br /&gt;
&amp;quot;realizable&amp;quot;... I guess it should have been &amp;quot;resizable&amp;quot;. Damned automatic &amp;nbsp;spell checker !</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=39/realizable-window</guid>
<pubDate>Mon, 03 Jun 2013 20:07:51 +0000</pubDate>
</item>
<item>
<title>replace &quot;finally&quot; by &quot;default&quot; in the switch statements</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=38/replace-finally-by-default-in-the-switch-statements</link>
<description>p. 144, example:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;finally&amp;quot; cannot be used in a switch statement, it is reserved for the &amp;quot;try&amp;quot; procedure. Use &amp;quot;default&amp;quot; (without quotes) instead, or you'll get the error:&lt;br /&gt;
&lt;br /&gt;
compilation error at line nn (switch: bad 'case' condition) near &amp;quot;finally&amp;quot;, char 1</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=38/replace-finally-by-default-in-the-switch-statements</guid>
<pubDate>Mon, 03 Jun 2013 19:12:14 +0000</pubDate>
</item>
<item>
<title>Not necessary to round the value returned by scrollbarDrag</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=37/not-necessary-to-round-the-value-returned-by-scrollbardrag</link>
<description>p. 124, bottom:&lt;br /&gt;
&lt;br /&gt;
It seems that the rounding is not necessary, because scrollbarDrag transmits an integer as long as you don't define a numberformat (or value format depending of how you did set the preferences) in the slider's inspector. To check it, just create a slider with 0 as startValue and 1 as endValue. Don't fill the numberFormat (or, for an equivalent result, set it to 0). You can made the slider as long as you want. Set the handler:&lt;br /&gt;
&lt;br /&gt;
on scrollbarDrag theValue&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;put theValue into fld 1&lt;br /&gt;
&lt;br /&gt;
end scrollbarDrag&lt;br /&gt;
&lt;br /&gt;
When you drag the slider &amp;quot;thumb&amp;quot;, field 1 will contain 0 for any position above (or left) to the middle point of the slider, 1 for any position below or right to this point.&lt;br /&gt;
&lt;br /&gt;
Now, if you go back to the inspector and set the numberformat to, say, &amp;quot;0.000&amp;quot;, the field will show any value between 0.000 and 1.000, depending on the slider thumb position.&lt;br /&gt;
&lt;br /&gt;
I checked it with LC 5.5.4 and 6 - but if I remember well, the introduction of the numberFormat for scrollbars is relatively recent, this part of the book was probably written with an earlier version (I didn't keep older versions and cannot check it).</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=37/not-necessary-to-round-the-value-returned-by-scrollbardrag</guid>
<pubDate>Mon, 03 Jun 2013 13:21:15 +0000</pubDate>
</item>
<item>
<title>when to change the name of the stack to revSelected Object</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=36/when-to-change-the-name-of-the-stack-to-revselected-object</link>
<description>page 106&lt;br /&gt;
&lt;br /&gt;
If one change the name of a new stack to anything starting with &amp;quot;rev&amp;quot;, this stack will be considered as a plugin... and most of the items of the object menu will be desactived - e.g. it would be impossible to open the card script or the card inspector.&lt;br /&gt;
&lt;br /&gt;
So in the example given it is advisable to set ALL the scripts of the stack and its components, including the card script, BEFORE setting the name of the stack to &amp;quot;revSelected Object&amp;quot;.</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=36/when-to-change-the-name-of-the-stack-to-revselected-object</guid>
<pubDate>Sat, 01 Jun 2013 12:19:18 +0000</pubDate>
</item>
<item>
<title>button's mouseUp default handler</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=32/buttons-mouseup-default-handler</link>
<description>p. 99, end of first paragraph about backgrounds. &amp;quot;If the script of a button is empty, the group won't receive a mouseUp message&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Not exactly true: Buttons are created with an empty mouseUp handler:&lt;br /&gt;
&lt;br /&gt;
on mouseUp&lt;br /&gt;
&lt;br /&gt;
end mouseUp&lt;br /&gt;
&lt;br /&gt;
which actually blocks the message. But if you remove this script and click &amp;quot;apply&amp;quot;, or create a new script without a mouseUp handler, the mouseUp message will be passed along the message path normally.&lt;br /&gt;
&lt;br /&gt;
But be careful! if you re-open the script of a button with an empty script, the empty mouseUp handler will be recreated ! To be sure that your button remains functionally &amp;quot;scriptless&amp;quot; (what can be useful in some circumstances) you have either to correct the default script with a &amp;quot;pass mouseUp&amp;quot; statement or to create a dummy scipt like&lt;br /&gt;
&lt;br /&gt;
command doAbsolutelyNothing&lt;br /&gt;
&lt;br /&gt;
end doAbsolutelyNothing</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=32/buttons-mouseup-default-handler</guid>
<pubDate>Fri, 31 May 2013 12:29:00 +0000</pubDate>
</item>
<item>
<title>the visible is the inverse of the invisible</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=31/the-visible-is-the-inverse-of-the-invisible</link>
<description>p 93, under the example&lt;br /&gt;
&lt;br /&gt;
instead of &amp;quot;then you will see true,true,false,false&amp;quot;&lt;br /&gt;
&lt;br /&gt;
read &amp;quot;then you will see true,false,false,true&amp;quot;</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=31/the-visible-is-the-inverse-of-the-invisible</guid>
<pubDate>Fri, 31 May 2013 11:39:01 +0000</pubDate>
</item>
<item>
<title>Put and get URL</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=30/put-and-get-url</link>
<description>p. 73, table 10, MS Windows' column&lt;br /&gt;
&lt;br /&gt;
replace:&lt;br /&gt;
&lt;br /&gt;
put myText into url\&lt;br /&gt;
&lt;br /&gt;
&amp;quot;file:C:/test.txt&amp;quot;&lt;br /&gt;
&lt;br /&gt;
with:&lt;br /&gt;
&lt;br /&gt;
put URL &amp;quot;file:C/test.txt\&lt;br /&gt;
&lt;br /&gt;
into myText</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=30/put-and-get-url</guid>
<pubDate>Wed, 29 May 2013 11:50:08 +0000</pubDate>
</item>
<item>
<title>Location and Availability of Declared Variables</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=29/location-and-availability-of-declared-variables</link>
<description>p. 61, next to last paragraph. &amp;quot;When x contains x, function foo() puts 1 into x, but...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
should be &amp;quot;When x contains 1, function foo() puts 2 into x, but...&amp;quot;</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=29/location-and-availability-of-declared-variables</guid>
<pubDate>Tue, 28 May 2013 19:18:16 +0000</pubDate>
</item>
<item>
<title>selectedChunk example</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=28/selectedchunk-example</link>
<description>p. 55, example 2: Replace &amp;quot;Put the selectedChunk the selectedChunk into fld Position&amp;quot; by &amp;quot;Put the selectedChunk into fld Position&amp;quot;</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=28/selectedchunk-example</guid>
<pubDate>Tue, 28 May 2013 14:01:59 +0000</pubDate>
</item>
<item>
<title>firstFunction parentheses forgotten</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=27/firstfunction-parentheses-forgotten</link>
<description>p 47, 3rd example, second line: &amp;quot;put &amp;nbsp;firstFunction into fld i&amp;quot; should be &amp;quot;put firstFunction() into fld i&amp;quot;. If the parentheses are absent, firstFunction is interpreted as a string.</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=27/firstfunction-parentheses-forgotten</guid>
<pubDate>Tue, 28 May 2013 11:19:09 +0000</pubDate>
</item>
<item>
<title>&quot;on&quot; versus &quot;command&quot;</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=26/on-versus-command</link>
<description>p. 44, paragraph 2: Replace &amp;quot;A openStack handler woulde be preceded by the &amp;quot;command&amp;quot; keyword&amp;quot; by &amp;quot;A openStack handler woulde be preceded by the &amp;quot;on&amp;quot; keyword&amp;quot;.</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=26/on-versus-command</guid>
<pubDate>Tue, 28 May 2013 10:49:16 +0000</pubDate>
</item>
<item>
<title>the second line of the message box</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=25/the-second-line-of-the-message-box</link>
<description>p 25, paragraph 5: I would suggest to replace &amp;quot;the second line of the message box&amp;quot; and &amp;quot;the bottom line of the message box&amp;quot; by &amp;quot;the bottom part of the message box&amp;quot;, because it actually has more than one line (e.g. when you type something like &amp;quot;put the script of btn &amp;quot;Bx&amp;quot;)</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=25/the-second-line-of-the-message-box</guid>
<pubDate>Tue, 28 May 2013 10:44:56 +0000</pubDate>
</item>
<item>
<title>the min function</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=24/the-min-function</link>
<description>p. 33, table 1, first line: put min(1,2,3,4) returns 1, not 0</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=24/the-min-function</guid>
<pubDate>Tue, 28 May 2013 10:33:45 +0000</pubDate>
</item>
<item>
<title>how to send corrections (plural)</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=22/how-to-send-corrections-plural</link>
<description>After a quick general browsing (congrats! the book is clearly written and seems very useful not only for real beginners but for old LC users as well !) I just started a more detailed reading - and, as everybody who published books could confirm, it is strictly impossible to publish a book without some bugs and typos. So I found some of them. And as I'm sure you'll have a second edition soon (14 copies left, you told us), it's worthwile to report them.&lt;br /&gt;
&lt;br /&gt;
My question: do you prefer a list of what I found when I'll be through the entire book or a case-by-case notification ? And if you prefer the list, how and where to send it ?</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=22/how-to-send-corrections-plural</guid>
<pubDate>Mon, 27 May 2013 19:40:19 +0000</pubDate>
</item>
<item>
<title>I have a comment, which you should know about.</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=20/i-have-a-comment-which-you-should-know-about</link>
<description>I have found a mistake in the text of the book. I might also have some general remarks.</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=20/i-have-a-comment-which-you-should-know-about</guid>
<pubDate>Sun, 26 May 2013 14:46:51 +0000</pubDate>
</item>
<item>
<title>Will there be a Spanish/French/German transation?</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=18/will-there-be-a-spanish-french-german-transation</link>
<description>I'm sure that this book would be a big sucess if it were translated into [enter your language here]! Can you provide a translation?</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=18/will-there-be-a-spanish-french-german-transation</guid>
<pubDate>Sun, 26 May 2013 14:43:00 +0000</pubDate>
</item>
<item>
<title>Can I get a discount?</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=16/can-i-get-a-discount</link>
<description>Can I get a discount?</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=16/can-i-get-a-discount</guid>
<pubDate>Sun, 26 May 2013 02:52:43 +0000</pubDate>
</item>
<item>
<title>Does the book apply to LiveCode 6.0 and later?</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=14/does-the-book-apply-to-livecode-6-0-and-later</link>
<description>I have LiveCode 4.6. I guess your book is only for LiveCode 6 and later?</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=14/does-the-book-apply-to-livecode-6-0-and-later</guid>
<pubDate>Sun, 26 May 2013 02:51:15 +0000</pubDate>
</item>
<item>
<title>What if the book doesn't arrive?</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=12/what-if-the-book-doesnt-arrive</link>
<description>I ordered my book 6 weeks ago and it hasn't arrived yet. What should I do?</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=12/what-if-the-book-doesnt-arrive</guid>
<pubDate>Sun, 26 May 2013 02:49:50 +0000</pubDate>
</item>
<item>
<title>Can I reserve a copy of the book?</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=10/can-i-reserve-a-copy-of-the-book</link>
<description>I'd like to buy the book but not just yet. Can I order or reserve a copy now and pay for it later?</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=10/can-i-reserve-a-copy-of-the-book</guid>
<pubDate>Sun, 26 May 2013 00:45:20 +0000</pubDate>
</item>
<item>
<title>Can you please ship it after I come back from holidays?</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=8/can-you-please-ship-it-after-i-come-back-from-holidays</link>
<description>I may not be at home when the book arrives and I have no neighbours who check the mail for me. Can you send the book another time if I buy it now?</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=8/can-you-please-ship-it-after-i-come-back-from-holidays</guid>
<pubDate>Sun, 26 May 2013 00:35:19 +0000</pubDate>
</item>
<item>
<title>Can you please, please, please ship it more quickly?</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=6/can-you-please-please-please-ship-it-more-quickly</link>
<description>I have ordered the book and I need it when I go for holidays/go hiking/give a class to students/have an exam/have a deadline/do something else. You wrote on the website and in your e-mails that delivery can take up to 4 weeks. Can you pretty please send it more quickly?</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=6/can-you-please-please-please-ship-it-more-quickly</guid>
<pubDate>Sat, 25 May 2013 22:12:02 +0000</pubDate>
</item>
<item>
<title>When will I receive the book?</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=4/when-will-i-receive-the-book</link>
<description>I have purchased the book a few days ago. When will I get it? Can you give an ETA?</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=4/when-will-i-receive-the-book</guid>
<pubDate>Sat, 25 May 2013 22:08:33 +0000</pubDate>
</item>
<item>
<title>Will an electronic book be made available?</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=2/will-an-electronic-book-be-made-available</link>
<description>Will Programming LiveCode for the Real Beginner become available as an e-book?</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=2/will-an-electronic-book-be-made-available</guid>
<pubDate>Sat, 25 May 2013 22:06:37 +0000</pubDate>
</item>
<item>
<title>Have you read the book Programming LiveCode for the Real Beginner?</title>
<link>http://livecodebeginner.economy-x-talk.com/qa/?qa=1/have-you-read-the-book-programming-livecode-for-real-beginner</link>
<description>To make sure that this site works correctly and also out of curiosity, I ask you this questions.</description>
<guid isPermaLink="true">http://livecodebeginner.economy-x-talk.com/qa/?qa=1/have-you-read-the-book-programming-livecode-for-real-beginner</guid>
<pubDate>Tue, 07 May 2013 17:35:09 +0000</pubDate>
</item>
</channel>
</rss>