<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user">
    <title>gmane.comp.ide.revolution.user</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187293"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187292"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187291"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187290"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187289"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187288"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187287"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187286"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187285"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187284"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187283"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187282"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187281"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187280"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187279"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187278"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187277"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187276"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187275"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187274"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187293">
    <title>Re: Escaping the Filter command's wildcards</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187293</link>
    <description>&lt;pre&gt;Paul,

I read your message three more times, and I think I should note that

put replacetext("xxx?!xxx","\?","")

works too: --&amp;gt; xxx!xxx

in addition to

put replacetext("xxx?!xxx","[\?!]","")
--&amp;gt; xxxxxx

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other 
colour spaces. http://www.color-converter.com

Buy my new book "Programming LiveCode for the Real Beginner" 
http://qery.us/3fi



_______________________________________________
use-livecode mailing list
use-livecode-1W37MKcQCpJ21N0xZs15Ng&amp;lt; at &amp;gt;public.gmane.org
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

&lt;/pre&gt;</description>
    <dc:creator>Mark Schonewille</dc:creator>
    <dc:date>2013-05-22T21:43:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187292">
    <title>Re: Escaping the Filter command's wildcards</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187292</link>
    <description>&lt;pre&gt;Hi Paul,

This works fine for me:

put replacetext("xxx?!xxx","[\?!]","")
--&amp;gt; xxxxxx

What exactly is the problem you're having? Could you post some of the 
code that doesn't work for you?

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other 
colour spaces. http://www.color-converter.com

Buy my new book "Programming LiveCode for the Real Beginner" 
http://qery.us/3fi

On 5/22/2013 23:16, Paul Dupuis wrote:

_______________________________________________
use-livecode mailing list
use-livecode-1W37MKcQCpJ21N0xZs15Ng&amp;lt; at &amp;gt;public.gmane.org
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

&lt;/pre&gt;</description>
    <dc:creator>Mark Schonewille</dc:creator>
    <dc:date>2013-05-22T21:37:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187291">
    <title>Re: randomly order a list</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187291</link>
    <description>&lt;pre&gt;Thanks for the suggestions everyone, but I'm still getting strange results, and I'm beginning to think there's something I'm doing that's affecting use of the random() function. Not really sure what it would be though. Here's my code:

set the itemDel to tab
put "*" &amp;amp; item 3 of sRecSet into tPossibleAnswers -- correct answer
put cr &amp;amp; item 4 of sRecSet after tPossibleAnswers -- distractor 1
put cr &amp;amp; item 5 of sRecSet after tPossibleAnswers -- distractor 2
sort lines of tPossibleAnswers by random(999999) -- randomly re-order the list

This app pulls words from a database and presents three possible answers to choose from. The asterisk above is used to identify the correct answer after the sort takes place. It's removed later on. The sort only works randomly one time. After that, the same sort order is used every time, so the correct answer *always* ends up listed first. It doesn't matter if I use a very high number or if I use 'the number of lines of tPossibleAnswers'. Something is very strange. Just as a quic&lt;/pre&gt;</description>
    <dc:creator>Chris Sheffield</dc:creator>
    <dc:date>2013-05-22T21:34:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187290">
    <title>Re: RandomSeed test (was:randomly order a list)</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187290</link>
    <description>&lt;pre&gt;There is a potential confusion in the term randomSeed.  We might be using it two ways.

There is the randomSeed property, the state of the random number generator.  

And there is the argument to the random function.


And...
Shouldn't the 'get fld 1' be inside the loop?  (Or initialized the same way each time.) You are using the previous sorted 'it' each time.  Perhaps that is what is doing the scrambling.

This is my test:

on mouseUp
   set the cursor to watch
   put 0 into a1
   put 0 into a2
   put 0 into a3
   put "a" &amp;amp; lf &amp;amp; "b" &amp;amp; lf &amp;amp; "c" into x
   repeat 1000000 times
      put x into myVar
      --sort lines of myVar by random(the number of lines of myVar)
      sort lines of myVar by random(999999)
      if line 1 of myVar is "a" then add 1 to a1
      if line 2 of myVar is "a" then add 1 to a2
      if line 3 of myVar is "a" then add 1 to a3
   end repeat
   put a1 &amp;amp;&amp;amp; a2 &amp;amp;&amp;amp; a3 into field 1
end mouseUp

I got different results depending on which line is commented out.

Dar


On May 22, 2013, at 2:4&lt;/pre&gt;</description>
    <dc:creator>Dar Scott</dc:creator>
    <dc:date>2013-05-22T21:24:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187289">
    <title>Escaping the Filter command's wildcards</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187289</link>
    <description>&lt;pre&gt;The filter command in LiveCode appears to accept a regular expression
(using ? for a single character match, * for multiple character match,
[chars] and [char-char]). However, if you want to filter a container to
a string where you pattern contains a question mark, it does not appear
that you can escape the ? with \? in the pattern to have it treated as a
"real" question mark instead of a wild card.

While \? does not cause ? to be treated as a question mark instead of a
wild card, using [?] does appear to treat it as a real character and not
as a wild card.

Does any one have any knowledge of escaping the special characters
listed in the Dictionary? Or whether other regex special characters can
be used beyond those listed?

_______________________________________________
use-livecode mailing list
use-livecode-1W37MKcQCpJ21N0xZs15Ng&amp;lt; at &amp;gt;public.gmane.org
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

&lt;/pre&gt;</description>
    <dc:creator>Paul Dupuis</dc:creator>
    <dc:date>2013-05-22T21:16:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187288">
    <title>Re: randomly order a list</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187288</link>
    <description>&lt;pre&gt;I think you are going to get the first line of the original list (correct answer) about half the time.  Does that seem right to you from what you have seen?  The correct answer will be in the first two about 80% of the time.  

Using the larger argument for random should give you better proportions.  You should get it in the first line a third of the time.  

If you only interested in the first line, there might be some methods that are clearer and more fun.

Dar


On May 22, 2013, at 11:59 AM, Chris Sheffield wrote:



_______________________________________________
use-livecode mailing list
use-livecode-1W37MKcQCpJ21N0xZs15Ng&amp;lt; at &amp;gt;public.gmane.org
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

&lt;/pre&gt;</description>
    <dc:creator>Dar Scott</dc:creator>
    <dc:date>2013-05-22T21:03:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187287">
    <title>RandomSeed test (was:randomly order a list)</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187287</link>
    <description>&lt;pre&gt;Sorting by a randomSeed greater than the number of elements of a sample does not help.


With the following in a fld 1:   aaa,bbb,ccc


and this in a button:




on mouseUp
   get fld 1
   repeat  1000
      sort items of it by random(3)
      put it &amp;amp; return after lowSeed
   end repeat
   
   repeat  1000
      sort items of it  by random(3333)
      put it &amp;amp; return after highSeed
   end repeat
   
   repeat with y = 1 to the number of lines of lowSeed
      add 1 to lowSeedCounter[line y of lowSeed]
   end repeat
   
   repeat with y = 1 to the number of lines of highSeed
      add 1 to highSeedCounter[line y of highSeed]
   end repeat
   
end mouseUp


The distribution of the two groups is about the same. 


Craig Newman




-----Original Message-----
From: Dar Scott &amp;lt;dsc-wZr3mp8H3Gw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
To: How to use LiveCode &amp;lt;use-livecode-1W37MKcQCpJ21N0xZs15Ng&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Sent: Wed, May 22, 2013 3:59 pm
Subject: Re: randomly order a list


Try replacing 'the number of lines of myVar' with some huge&lt;/pre&gt;</description>
    <dc:creator>dunbarx-YDxpq3io04c&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-05-22T20:46:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187286">
    <title>Re: randomly order a list</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187286</link>
    <description>&lt;pre&gt;Try replacing 'the number of lines of myVar' with some huge number you think is allowed for random(), say 999999.

With small numbers you are likely to get the same number for different lines and perhaps sort does not change order in that case. 

Dar


On May 22, 2013, at 11:59 AM, Chris Sheffield wrote:


---------------------------
Dar Scott
dba 
Dar Scott Consulting
8637 Horacio Place NE
Albuquerque, NM 87111

Lab, home, office phone: +1 505 299 9497
For Skype and fax, please contact.
dsc-wZr3mp8H3Gw&amp;lt; at &amp;gt;public.gmane.org

Computer programming and tinkering,
usually in supporting those developing in 
LiveCode--typically by making LiveCode 
controls, libraries and externals, and
sometimes by writing associated
microcontroller firmware.  
---------------------------

We can not force our goodwill on anyone, we can only set good examples and hope people wish to emulate us. --Ron Paul





_______________________________________________
use-livecode mailing list
use-livecode-1W37MKcQCpJ21N0xZs15Ng&amp;lt; at &amp;gt;public.gmane.org&lt;/pre&gt;</description>
    <dc:creator>Dar Scott</dc:creator>
    <dc:date>2013-05-22T19:58:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187285">
    <title>Re: randomly order a list</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187285</link>
    <description>&lt;pre&gt;Chris,

I think your problem is the use of the word "lines"…

These versions will show the difference:
on mouseUp
  local myVar
   put "one,two,three" into myVar
   put myVar
   wait 30
   sort lines of myVar by random(10000)
    put myVar
end mouseUp

on mouseUp
  local myVar
   put "one,two,three" into myVar
   put myVar
   wait 30
   sort items of myVar by random(10000)
   put myVar
end mouseUp

on mouseUp
   local myVar
   put "one" &amp;amp; return &amp;amp; "two" &amp;amp; return &amp;amp; "three" into myVar -- now myVar has lines
   put myVar
   wait 30
   sort lines of myVar by random(10000
   put myVar
end mouseUp
be well,
randy
-----
On May 22, 2013, at 12:59 PM, Chris Sheffield wrote:


_______________________________________________
use-livecode mailing list
use-livecode-1W37MKcQCpJ21N0xZs15Ng&amp;lt; at &amp;gt;public.gmane.org
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

&lt;/pre&gt;</description>
    <dc:creator>Randy Hengst</dc:creator>
    <dc:date>2013-05-22T18:39:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187284">
    <title>Re: Test - Please ignore this message</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187284</link>
    <description>&lt;pre&gt;
The secret of the treasure of the Sierra Madre.

Whoops, so that's what is called a rhetorical question . . .  LOL



_______________________________________________
use-livecode mailing list
use-livecode-1W37MKcQCpJ21N0xZs15Ng&amp;lt; at &amp;gt;public.gmane.org
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

&lt;/pre&gt;</description>
    <dc:creator>Richmond</dc:creator>
    <dc:date>2013-05-22T18:36:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187283">
    <title>Re: Lime green text on new Livecode website</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187283</link>
    <description>&lt;pre&gt;
The common Cabbage-White caterpillar does rather nice dark-green poos 
(often called 'British Racing Green')
which would look rather fine on the website.

My objection to the logo is the lack of sufficient contrast between the 
LC and the icon.

Richmond.

_______________________________________________
use-livecode mailing list
use-livecode-1W37MKcQCpJ21N0xZs15Ng&amp;lt; at &amp;gt;public.gmane.org
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

&lt;/pre&gt;</description>
    <dc:creator>Richmond</dc:creator>
    <dc:date>2013-05-22T18:35:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187282">
    <title>Re: randomly order a list</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187282</link>
    <description>&lt;pre&gt;Chris.


With only three lines, are you sure you are not just seeing possible similar consecutive sorts, since there are not that many options? Try hitting the sort button again. It should work out as advertised.



But with only three, the possibility of keeping the same order, or having one stay in place, is high. If you cannot provide more than three options, maybe it is best to invoke a string of "random" sorts:



1,2,3


3,1,2
2,3,1
3,2,1
1,3,2
2,1,3


and choose one of these at random, or maybe just run through that list, ordering your answers according to the order of the next line in the list.


Craig Newman


-----Original Message-----
From: Chris Sheffield &amp;lt;cmsheffield-mVuRI66OGLPQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
To: How to use LiveCode &amp;lt;use-livecode-1W37MKcQCpJ21N0xZs15Ng&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Sent: Wed, May 22, 2013 2:01 pm
Subject: randomly order a list


I have a list of three words that I need to be randomly sorted. To start with, 
the first word is the correct answer to a question. I want to re-orde&lt;/pre&gt;</description>
    <dc:creator>dunbarx-YDxpq3io04c&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-05-22T18:24:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187281">
    <title>Test - Please ignore this message</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187281</link>
    <description>&lt;pre&gt;Hi there,

What are you looking here for?

I told you to ignore the message!

Thanks,

Rick

P.S.  I had some issues with my mail server
         and I wanted to be sure everything is
         now working correctly.

_______________________________________________
use-livecode mailing list
use-livecode-1W37MKcQCpJ21N0xZs15Ng&amp;lt; at &amp;gt;public.gmane.org
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

&lt;/pre&gt;</description>
    <dc:creator>Rick Harrison</dc:creator>
    <dc:date>2013-05-22T18:24:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187280">
    <title>Re: randomly order a list</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187280</link>
    <description>&lt;pre&gt;If you want random sorts, don't change the randomseed. It's set for you on startup, and only should be set if you want non-random things to happen.

If you sort three lines randomly there's a pretty high chance that a given line remains on the same line for two consecutive times. It's not 'always' but often. Three is just not very random to begin with :)

If you want to make sure a given line is at a given place, you should insert it yourself, and not rely on sort, because that's random, and includes your chosen line. For example:

put "option1" &amp;amp; return &amp;amp; "option2" into theLines
sort theLines by random(the number of lines of theLines)
put "option3" &amp;amp; return before line random(2) of theLines --will never be last line

On 22.05.2013, at 19:59, Chris Sheffield wrote:



&lt;/pre&gt;</description>
    <dc:creator>Björnke von Gierke</dc:creator>
    <dc:date>2013-05-22T18:17:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187279">
    <title>randomly order a list</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187279</link>
    <description>&lt;pre&gt;I have a list of three words that I need to be randomly sorted. To start with, the first word is the correct answer to a question. I want to re-order the list so that the correct answer may be the second or third word, and not necessarily the first. How can I do this successfully every time? The docs give an example like this:

sort lines of myVar by random(the number of lines of myVar)

But this only seems to work successfully one time. After that, the list is always set so the first word is the correct answer. So then I tried randomly setting the randomSeed value, since this value is supposed to affect the random() function and the any keyword, but this didn't seem to make much difference except to change it so either the second or third word is *always* the right answer. I need it to be more mixed up than that.

So does anyone have a good way to do this?

Thanks,
Chris


--
Chris Sheffield
Read Naturally, Inc.
www.readnaturally.com


_______________________________________________
use-livecode mailing li&lt;/pre&gt;</description>
    <dc:creator>Chris Sheffield</dc:creator>
    <dc:date>2013-05-22T17:59:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187278">
    <title>RE: Lime green text on new Livecode website</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187278</link>
    <description>&lt;pre&gt;How does one perform an accessibility test in an open public space ?... :-) I know some people who have vegetable gardens who think 'squashed caterpillars' are a good thing...

And the new logo with its yellow and green ?... I for one, like it


       
_______________________________________________
use-livecode mailing list
use-livecode-1W37MKcQCpJ21N0xZs15Ng&amp;lt; at &amp;gt;public.gmane.org
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

&lt;/pre&gt;</description>
    <dc:creator>John Dixon</dc:creator>
    <dc:date>2013-05-22T17:44:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187277">
    <title>Re: Lime green text on new Livecode website</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187277</link>
    <description>&lt;pre&gt;A darker background would help.  I agree that the text is really hard to
read, but I think the color is ok.


On Wed, May 22, 2013 at 8:59 AM, Terry Judd &amp;lt;terry.judd-keaFvQtjc6i7NGdpmJTKYQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:




&lt;/pre&gt;</description>
    <dc:creator>Mike Kerner</dc:creator>
    <dc:date>2013-05-22T17:37:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187276">
    <title>Re: scrolling stack I made</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187276</link>
    <description>&lt;pre&gt;Funny, I thought I was getting away with it because I was scrolling to the
left, where the use of trunc instead of round meant that even at the
slowest setting, everything was moving, in some cases too fast.

Here it is adapted to use the array again. It's too bad (for this) that the
loc can't use a fractional value and just work.

on addimage imagename, imageplace, imagespeed
   put imagename into places[imagename]["imagename"]
   put imageplace into places[imagename]["imageplace"]
   put imagespeed into places[imagename]["imagespeed"]
end addimage

on movethings howmuch
   lock screen
   repeat for each key K in places
      put (3072 + places[K]["imageplace"] +
howmuch*100/places[K]["imagespeed"]) mod 2048 - 1024 into
places[K]["imageplace"]
      set the left of image places[K]["imagename"] to
trunc(places[K]["imageplace"])
   end repeat
   unlock screen
end movethings



On Wed, May 22, 2013 at 10:00 AM, Colin Holgate &amp;lt;coiin-H+0wwilmMs3R7s880joybQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

______________________________&lt;/pre&gt;</description>
    <dc:creator>Geoff Canyon</dc:creator>
    <dc:date>2013-05-22T17:02:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187275">
    <title>Re: Graphic effects parms</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187275</link>
    <description>&lt;pre&gt;Thanks Scott.

Pete
lcSQL Software &amp;lt;http://www.lcsql.com&amp;gt;


On Tue, May 21, 2013 at 5:49 PM, Scott Rossi &amp;lt;scott-LKc/eEKzhH/sBN0MCq728g&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

_______________________________________________
use-livecode mailing list
use-livecode-1W37MKcQCpJ21N0xZs15Ng&amp;lt; at &amp;gt;public.gmane.org
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

&lt;/pre&gt;</description>
    <dc:creator>Peter Haworth</dc:creator>
    <dc:date>2013-05-22T16:35:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187274">
    <title>Re: scrolling stack I made</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187274</link>
    <description>&lt;pre&gt;The use of an array value was intentional. Try your version and my version while moving very slowly, you'll see that lots of the images will stall in your one. That's because the value keeps rounding down to the nearest pixel. The array approach makes the location be floating point, and so over time the image will reach the next integer value.


On May 22, 2013, at 10:28 AM, Geoff Canyon &amp;lt;gcanyon-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


_______________________________________________
use-livecode mailing list
use-livecode-1W37MKcQCpJ21N0xZs15Ng&amp;lt; at &amp;gt;public.gmane.org
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

&lt;/pre&gt;</description>
    <dc:creator>Colin Holgate</dc:creator>
    <dc:date>2013-05-22T15:00:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/187273">
    <title>Re: LC on iPad?</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/187273</link>
    <description>&lt;pre&gt;Supported in that you can publish apps for iPad. Did you see something that suggested that the Livecode IDE could run on iPad?


On May 22, 2013, at 9:37 AM, DunbarX-YDxpq3io04c&amp;lt; at &amp;gt;public.gmane.org wrote:


_______________________________________________
use-livecode mailing list
use-livecode-1W37MKcQCpJ21N0xZs15Ng&amp;lt; at &amp;gt;public.gmane.org
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

&lt;/pre&gt;</description>
    <dc:creator>Colin Holgate</dc:creator>
    <dc:date>2013-05-22T14:56:43</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.ide.revolution.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.ide.revolution.user</link>
  </textinput>
</rdf:RDF>
