<?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/172116"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172115"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172114"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172113"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172112"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172111"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172110"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172109"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172108"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172107"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172106"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172105"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172104"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172103"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172102"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172101"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172100"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172099"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172098"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172097"/>
      </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/172116">
    <title>Re: what should be done with MobGUI?</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172116</link>
    <description>&lt;pre&gt;I was just chatting to John the other day and it's not abandonware. 

--
Monte Goulding

On 26/05/2012, at 12:52 PM, Gerry Orkin &amp;lt;gerry.orkin-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>Monte Goulding</dc:creator>
    <dc:date>2012-05-26T03:30:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172115">
    <title>Re: Standalone problem</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172115</link>
    <description>&lt;pre&gt;
Congrats. :) I know it was a difficult trek. I've never had to deal with 
any of that, and I don't think I want to.


I always assumed the IDE reads that file so it knows what externals to 
load at launch. Presumably that would avoid problems if some of the 
files in the folder aren't really externals, or if some should be 
intentionally excluded. Maybe someone else knows for sure.


Short answer: yes, you need to manage standalones. The newsletter 
article is about using externals in the IDE but doesn't apply to 
standalones. Once the app is built it's on its own, and it needs to know 
how to find the files. So do that by either hard-coding a relative path 
in the inspector ("Externals/myexternal.bundle") or by setting the 
externals property in a startup handler.

I'm not sure the IDE will know to build the standalone with your 
external, even if it's in the proper location where the IDE can find it. 
There's no interface in the SB where you can specify a custom external 
(though maybe "search for inclusi&lt;/pre&gt;</description>
    <dc:creator>J. Landman Gay</dc:creator>
    <dc:date>2012-05-26T03:25:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172114">
    <title>Re: iOS Splash Screen masks display</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172114</link>
    <description>&lt;pre&gt;
The launch screen shouldn't matter, your app doesn't really start until 
that disappears. What may be happening is that the "wait" command is 
blocking, and preventing the first card from drawing. Try "wait 4 
seconds with messages" and see if that helps.

If it doesn't, then use "send" instead:

on openCard
  send "goCard" to me in 4 seconds
end openCard

on goCard
  go to "Card2"
end goCard

&lt;/pre&gt;</description>
    <dc:creator>J. Landman Gay</dc:creator>
    <dc:date>2012-05-26T03:04:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172113">
    <title>Re: what should be done with MobGUI?</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172113</link>
    <description>&lt;pre&gt;Is MobGUI abandonware? Does anyone know if John is working on updates?

Cheers

Gerry

_______________________________________________
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>Gerry Orkin</dc:creator>
    <dc:date>2012-05-26T02:52:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172112">
    <title>Re: Drag/Drop Cursor</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172112</link>
    <description>&lt;pre&gt;As mentioned , that work great but now I have a couple of other issues.

When I drop into the field that  accepts drops, the dropped text is
highlighted.  How can I get rid of the highlight?  It looks like maybe I
have to use the dragEnd message even though that is sent to the source of
the drag/drop not the destination.

In some circumstances, I want to be able to select text in the target
field, then drag text from the source field to the target field and have it
replace the selected text.  However, it seems that LC does not retain the
selected text of a field once the cursor is placed in another field, in
this case the source of the drag.  I can probably figure out how to save
off the selected text position of the target field when the cursor goes
somewhere else and restore when the drag operation completes but before I
start down that path, is there some simple setting that will take care of
this?


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



On Fri, May 25, 2012 at 5:48 PM, Mark Schonewille &amp;lt;
m.schone&lt;/pre&gt;</description>
    <dc:creator>Peter Haworth</dc:creator>
    <dc:date>2012-05-26T01:43:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172111">
    <title>Re: Drag/Drop Cursor</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172111</link>
    <description>&lt;pre&gt;Thank you Mark, that works perfectly.
Pete
lcSQL Software &amp;lt;http://www.lcsql.com&amp;gt;



On Fri, May 25, 2012 at 5:48 PM, Mark Schonewille &amp;lt;
m.schonewille-hOwgYyM5sZ0Yn0uwzZTivNBPR1lH4CV8&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>2012-05-26T01:29:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172110">
    <title>Re: Drag/Drop Cursor</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172110</link>
    <description>&lt;pre&gt;Yes, it should be: set the dragAction to "none"

--
Best regards,

Mark Schonewille

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

We will have room for new projects after 1 June. Contact me now and be first in line.

On 25 mei 2012, at 20:13, Mark Schonewille 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>2012-05-26T00:48:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172109">
    <title>Re: Standalone problem</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172109</link>
    <description>&lt;pre&gt;Jacque,
Bit late on this but I've just successfully built an external( whooppee!)
and am now left with the task of installing it in the correct place.

I understand your explanation in this thread.  I guess my question relates
to the newsletter article that explains how to make an external and use it.
 In there, it tells you to make a folder structure like

~/My Livecode/Externals/Runtime/Mac OS X/x86-32/Externals. (my external is
only needed for OS X).

Then put the external and a text file Externals.txt into the Externals
folder at the end of that chain of folders and also into ~/My
Livecode/Externals.  The Externals.txt file has an entry for each external
in the form:

&amp;lt;external label&amp;gt;,&amp;lt;external filename&amp;gt;

The article claims that the folder structre from /Runtime down isused for
building standalones and the Externals folder higher up the chain is used
by the IDE.  I kinda like that idea actually since it means I can have
development and release versions of an external available without too much
trouble, a&lt;/pre&gt;</description>
    <dc:creator>Peter Haworth</dc:creator>
    <dc:date>2012-05-26T00:20:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172108">
    <title>Re: Android/mobGUI/screen sizes</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172108</link>
    <description>&lt;pre&gt;
Well this is an interesting idea. I added a droptool to mergExt the other day and I left the source open for this reason. I guess I could have the external sources available at a higher price. Would anyone be interested at say $1000/year? I guess just having the option there would give pros some security???

Cheers

Monte
_______________________________________________
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>Monte Goulding</dc:creator>
    <dc:date>2012-05-25T22:26:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172107">
    <title>Re: Peter M. Brigham´s textlib.rev</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172107</link>
    <description>&lt;pre&gt;

For anyone who wants this again:

http://dl.dropbox.com/u/3504108/TextLib.dmg
or
http://dl.dropbox.com/u/3504108/textLib.rev.zip

&lt;/pre&gt;</description>
    <dc:creator>Peter M. Brigham, MD</dc:creator>
    <dc:date>2012-05-25T21:52:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172106">
    <title>Re: Peter M. Brigham´s textlib.rev</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172106</link>
    <description>&lt;pre&gt;Hi,

Bob Sneidar already helped me out. 

Regards,

Matthias
Am 25.05.2012 um 23:26 schrieb Matthias Rebbe:



_______________________________________________
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>Matthias Rebbe</dc:creator>
    <dc:date>2012-05-25T21:40:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172105">
    <title>Peter M. Brigham´s textlib.rev</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172105</link>
    <description>&lt;pre&gt;Hi,

last year in summer Peter M. Brigham posted a download link to his  library textlib.rev. The download link is not working anymore. And unfortunately i lost the file.
Could someone help out? Or maybe Peter, if you read this, could you put it online again?

Regards,

Matthias
_______________________________________________
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>Matthias Rebbe</dc:creator>
    <dc:date>2012-05-25T21:26:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172104">
    <title>Re: iOS Splash Screen masks display</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172104</link>
    <description>&lt;pre&gt;Tim, thanks for the reply.

I understand about the static image, which I may have confused people by calling a splash screen (although that's what it is). The Apple link you gave shows that I should be calling it a "launch image" although this term is not used in the LC Standalone Application Settings.

My problem relates to the fact that iOS as a standard action begins by showing the launch image when an app is started: the issue is how this is dismissed when the first LiveCode script begins to run - in my apps this is always in a 'startup' handler which goes to the first card of the first stack and has the merit of being executed only once. The startup script does not necessarily display a card.

What I have found is that there is some strange glitch in the way the launch image disappears and is replaced by the first visible LC card. It is possible (although IMHO it shouldn't be since the image is being shown by iOS outside the LC engine as you point out) to prolong the time the launch image is shown by pu&lt;/pre&gt;</description>
    <dc:creator>Graham Samuel</dc:creator>
    <dc:date>2012-05-25T19:09:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172103">
    <title>Re: what should be done with MobGUI?</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172103</link>
    <description>&lt;pre&gt;Colin,

You could register a new domain and create a site with links for your book. That way, you only need to refer to that domain name in the entire book, you can easily update links and if necessary you write supplements about alternative tools or the obsoleteness of tools.

--
Kind regards,

Mark Schonewille
Economy-x-Talk
Http://economy-x-talk.com

Share the clipboard of your computer over a local network with Clipboard Link http://clipboardlink.economy-x-talk.com


Op 25 mei 2012 om 20:24 heeft Colin Holgate &amp;lt;coiin-H+0wwilmMs3R7s880joybQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; het volgende geschreven:


_______________________________________________
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>2012-05-25T18:35:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172102">
    <title>Re: what should be done with MobGUI?</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172102</link>
    <description>&lt;pre&gt;I see where I was going wrong now. I misread Andre as Andreas! I was trying to get Andreas to suggest which of the pages would be the right one to shorten the url of, using his url shortening tool. Only it was Andre's url shortener and not Andreas'!

If I do add iPhoneControlKit to the appendix, I may just go with the IP version url. Come the day that it fails, readers can use Google to track down the new IP address.

Thanks for the help.


On May 25, 2012, at 1:54 PM, Andre Garzia &amp;lt;andre-BuOI/8fBbHdVWMD6Th5MWg&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>2012-05-25T18:24:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172101">
    <title>Re: Drag/Drop Cursor</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172101</link>
    <description>&lt;pre&gt;Hi René,

Maybe I gave bad advice. Can the dragAction be set to empty or none? I'll check it later...

--
Kind regards,

Mark Schonewille
Economy-x-Talk
Http://economy-x-talk.com

Share the clipboard of your computer over a local network with Clipboard Link http://clipboardlink.economy-x-talk.com


Op 25 mei 2012 om 19:50 heeft René Micout &amp;lt;rene.micout&amp;lt; at &amp;gt;numericable.com&amp;gt; het volgende geschreven:


_______________________________________________
use-livecode mailing list
use-livecode&amp;lt; at &amp;gt;lists.runrev.com
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>2012-05-25T18:13:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172100">
    <title>Re: Drag/Drop Cursor</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172100</link>
    <description>&lt;pre&gt;Thanks Mark.  I tried that but the cursor still didn't change.

I think the cursor I need is the one that is shown in the field where a
drag starts, before you move out of that field - it's that circle with a
horizontal bar through it indicating you can't do something.  I looked
through the LC stacks that have icons/cursors in them but didn't see
anything that l;ooked like it.

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



On Fri, May 25, 2012 at 10:44 AM, Mark Schonewille &amp;lt;
m.schonewille-hOwgYyM5sZ0Yn0uwzZTivNBPR1lH4CV8&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>2012-05-25T17:56:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172099">
    <title>Re: what should be done with MobGUI?</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172099</link>
    <description>&lt;pre&gt;

Just paste the long URL there, click shorten and you have a short url.

If you want to host your own, my fon.nu is open source and you could buy a
nice short domain for your book and use it, this way you'd be in more
control.


=)





&lt;/pre&gt;</description>
    <dc:creator>Andre Garzia</dc:creator>
    <dc:date>2012-05-25T17:54:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172098">
    <title>Re: Drag/Drop Cursor</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172098</link>
    <description>&lt;pre&gt;
Le 25 mai 2012 à 19:44, Mark Schonewille a écrit :


Hello Mark,
I can read in the documentation :
"The acceptDrop property is deprecated as of version 2.9. Setting the acceptDrop to true is equivalent to setting the dragAction to "copy".
I don't understand...
René
_______________________________________________
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>René Micout</dc:creator>
    <dc:date>2012-05-25T17:50:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172097">
    <title>Re: what should be done with MobGUI?</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172097</link>
    <description>&lt;pre&gt;Besides being of interest to those who crave such controls, this page has a nice tutorial on how to embed a stack that is not a substack into an app. 

Dar

On May 25, 2012, at 9:23 AM, Björnke von Gierke 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>2012-05-25T17:50:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/172096">
    <title>Re: Drag/Drop Cursor</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/172096</link>
    <description>&lt;pre&gt;Hi Pete,

Set the acceptdrop to false in that handler.

--
Kind regards,

Mark Schonewille
Economy-x-Talk
Http://economy-x-talk.com

Share the clipboard of your computer over a local network with Clipboard Link http://clipboardlink.economy-x-talk.com


Op 25 mei 2012 om 19:37 heeft Peter Haworth &amp;lt;pete-ZWEYVfIZhPYAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; het volgende geschreven:


_______________________________________________
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>2012-05-25T17:44:05</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>

