<?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 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/113874"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113873"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113872"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113871"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113870"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113869"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113868"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113867"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113866"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113865"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113864"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113863"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113862"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113861"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113860"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113859"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113858"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113857"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113856"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113855"/>
      </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/113874">
    <title>Re: Protocol Stack (stack)</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113874</link>
    <description>
On Sep 6, 2008, at 7:34 PM, Mikey wrote:




http://www.mail-archive.com/use-revolution-1W37MKcQCpJ21N0xZs15Ng&lt; at &gt;public.gmane.org/msg32797.html


-----
At 7:57 pm +0200 15/5/04, Derek Bump wrote:
Is there any way to change the "User-Agent" that libURL uses? Some  
sites only allow some user-agents to enter, and I'd like to change it  
so it reflects Internet Explorer.

 From the List archives, Dave Cragg answered:
Use the httpHeaders property to override the default. For example:

put "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)" into tString  
set the httpHeaders to "User-Agent:" &amp;&amp; tString
-----

sims
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ClipaSearch Pro
http://www.ClipaTools.com

Across Platforms - Code and Culture
http://www.ezpzapps.com/blog/




_______________________________________________
use-revolution mailing list
use-revolution-1W37MKcQCpJ21N0xZs15Ng&lt; at &gt;public.gmane.org
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/us</description>
    <dc:creator>Jim Sims</dc:creator>
    <dc:date>2008-09-06T20:07:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113873">
    <title>Re: double mouseDown</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113873</link>
    <description>Ok, I've worked out your script, and the problem is that the hot spot  
is only one pixel wide, and it's the pixel that is four pixels to the  
left of where the line is located. Once you click and hold there the  
hand cursor does appear, but dragging doesn't show a live update.

The reason the column collapses is because your value tabWidth is zero  
when you do the line after the repeat while the mouse is down loop (if  
the user is double clicking at the time, because the repeat loop  
doesn't see the mouse as being down). Adding this line before the  
repeat would solve the double click issue:

   put item 1 of the mouseloc + hscroll of target into tabWidth
   repeat while the mouse is down
       set the cursor to hand
       put item 1 of the mouseloc + hscroll of target into tabWidth
   end repeat

But you would still get another strangeness, because of the four pixel  
offset. The column divider would jump those four pixels to the left if  
you did double click.

Ideally, you should have the hot spo</description>
    <dc:creator>Colin Holgate</dc:creator>
    <dc:date>2008-09-06T20:05:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113872">
    <title>Re: Revolution 3.0 &gt; New script editor</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113872</link>
    <description>Jerry,
My problems don't appears with Rev 3.0 but with 2.9
Cordialement
René

Le 5 sept. 08 à 15:40, Jerry Daniels a écrit :


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

</description>
    <dc:creator>René Micout</dc:creator>
    <dc:date>2008-09-06T19:39:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113871">
    <title>Re: Serious redraw problem in version 3</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113871</link>
    <description>
Hi Bernard,

It's build 750, the buy-early release version. I haven't bought it yet, but
the trial unlock code seemed to work, despite the site referring to version
2.9.

I've spent a while trapping events and have found that when the message
watcher window is open and it needs to update the field with a new event, I
get a redraw.

I've created a version of my library that entirely removes all lock and
unlock statements. Consequently, in 2.9, whenever I do anything, I see the
control go bananas whilst it redraws itself. In 3.0 and without the message
watcher open, it seems that a lock screen is still being performed as the
control appears to sit there and redraw in one go, albeit rather slowly.
However, testing the lockscreen returns false. My spidey sense suggests that
maybe there's something up with the IDE.

I'll raise a bug with the rev team.

Thanks for helping,


Steve




Bernard Devlin-2 wrote:

</description>
    <dc:creator>SteveTheWhelk</dc:creator>
    <dc:date>2008-09-06T19:39:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113870">
    <title>Re: double mouseDown</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113870</link>
    <description>Do you see the mouseDown handler in the table field?  That is
what allows the divider to be moved.  I have not tested it on any
other machines than my Mac G4.  Do the other features work?

-=&gt;JB&lt;=-


On Sep 6, 2008, at 12:24 PM, Colin Holgate wrote:


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

</description>
    <dc:creator>-= JB =-</dc:creator>
    <dc:date>2008-09-06T19:35:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113869">
    <title>Re: double mouseDown</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113869</link>
    <description>
On Sep 6, 2008, at 3:19 PM, -= JB =- wrote:


Nothing like that happens for me. Is it a v3 feature? I'm just using  
2.9.


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

</description>
    <dc:creator>Colin Holgate</dc:creator>
    <dc:date>2008-09-06T19:24:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113868">
    <title>Re: double mouseDown</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113868</link>
    <description>Between each item in the table field there is a divider line.
So Name and Last Name have a vertical line dividing them.

If you click on that divider line and keep the mouse down it
will change the cursor to a hand instead of the arrow.  Now
at that point you can move the mouse left or right and where
you release the mouse is where that divider line will move to.

If you double click that line it will collapse the line which it is
not programmed by me to do.

-=&gt;JB&lt;=-


On Sep 6, 2008, at 12:13 PM, Colin Holgate wrote:


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

</description>
    <dc:creator>-= JB =-</dc:creator>
    <dc:date>2008-09-06T19:19:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113867">
    <title>Re: Serious redraw problem in version 3</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113867</link>
    <description>I don't have the beta to hand, so I can't look up the changes files to see
if there might be something that would be relevant.  The best thing I can
suggest is that you have a look at those files (they will be in the
installation directories - one is called 'engine change log.txt' the other
is 'ide change log.txt').  If there is nothing in those files that seems
relevant, then I would suggest that you check through the bugs in the runrev
'quality control center' on the runrev site.  It could be someone has posted
a similar bug that is still open.  Alternatively, have a look at the closed
bugs for this version.  Finally, if none of that looks helpful, raise a bug
with Runrev.  If you have been holding up your release because of something
that is to be delivered in R3 then you really need to get your bug entered
asap.  If you don't really need anything that is coming in R3 at least you
know it is working in 2.9.

I did see things that were defective in R3 but that worked fine in 2.9 and
they were fixed in subs</description>
    <dc:creator>Bernard Devlin</dc:creator>
    <dc:date>2008-09-06T19:17:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113866">
    <title>Re: double mouseDown</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113866</link>
    <description>
On Sep 6, 2008, at 2:58 PM, -= JB =- wrote:



I have the stack open, but where/what is the resizable column bar?

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

</description>
    <dc:creator>Colin Holgate</dc:creator>
    <dc:date>2008-09-06T19:13:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113865">
    <title>Re: double mouseDown</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113865</link>
    <description>I set the doubleClickInterval  all the way down to 2 and a
double mousedown still causes problems.

The stack is on Rev On-Line in the programming section or
you can access it by looking at the username sundown.

thanks,
-=&gt;JB&lt;=-


On Sep 6, 2008, at 11:41 AM, Colin Holgate wrote:


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

</description>
    <dc:creator>-= JB =-</dc:creator>
    <dc:date>2008-09-06T18:58:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113864">
    <title>Re: double mouseDown</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113864</link>
    <description>I can't see how to set up a table field so that it does the behavior  
you're talking about, so I can't try to test a fix for the problem.  
But one thing you could do is set the doubleClickInterval to something  
small (say 10). That way the person would have to double click  
incredibly fast (two clicks within 1/100th of a second) to introduce  
the issue.
_______________________________________________
use-revolution mailing list
use-revolution-1W37MKcQCpJ21N0xZs15Ng&lt; at &gt;public.gmane.org
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

</description>
    <dc:creator>Colin Holgate</dc:creator>
    <dc:date>2008-09-06T18:41:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113863">
    <title>Re: double mouseDown</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113863</link>
    <description>I know they were written wrong in my email  but here is the way they  
were in the code;

put flushevents("mouseDown") into temp
get flushevents("mouseDown")
get flushevents("All")


-=&gt;JB&lt;=-



On Sep 6, 2008, at 11:33 AM, -= JB =- wrote:


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

</description>
    <dc:creator>-= JB =-</dc:creator>
    <dc:date>2008-09-06T18:37:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113862">
    <title>Re: double mouseDown</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113862</link>
    <description>Hi Eric,

I tried get flushEvents("mouseDown) and put flushEvents("mouseDown  
into temp.
These were put at the bottom of the script first and then at top and  
bottom but they
did not prevent the message being sent.

What was I supposed to do with temp after I put it in there anyway?   
Maybe I did
not enter it properly but the Dictionary didn't show any other examples.

-=&gt;JB&lt;=-


On Sep 6, 2008, at 11:01 AM, Eric Chatonet wrote:


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

</description>
    <dc:creator>-= JB =-</dc:creator>
    <dc:date>2008-09-06T18:33:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113861">
    <title>Re: double mouseDown</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113861</link>
    <description>Okay thanks,

-=&gt;JB&lt;=-

p.s.  my name is John Balgenorth you can refer to me how you like.
the userspace on Rev On-line is sundown


On Sep 6, 2008, at 11:01 AM, Eric Chatonet wrote:


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

</description>
    <dc:creator>-= JB =-</dc:creator>
    <dc:date>2008-09-06T18:09:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113860">
    <title>Re: double mouseDown</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113860</link>
    <description>Bonsoir JB *,

Have a look at flushEvents function.

Le 6 sept. 08 à 19:57, -= JB =- a écrit :


* I would prefer a first name to speak to a person :-)

Best regards from Paris,
Eric Chatonet.
----------------------------------------------------------------
Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: eric.chatonet-Hv2hDsGiWyMd9SLi6J12IkEOCMrvLtNR&lt; at &gt;public.gmane.org/
----------------------------------------------------------------


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

</description>
    <dc:creator>Eric Chatonet</dc:creator>
    <dc:date>2008-09-06T18:01:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113859">
    <title>Re: double mouseDown</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113859</link>
    <description>Here is the problem.  When I double click the resizable column bar
in my stack Dynamic Table field it collapses the column.  This was
not supposed to happen.

But if nobody can figure a way to prevent the double mouseDown
from interfering with the first mouseDown it will probable be left as
it is.

In that case I guess I can always list it as a feature.

-=&gt;JB&lt;=-


On Sep 6, 2008, at 8:39 AM, -= JB =- wrote:


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

</description>
    <dc:creator>-= JB =-</dc:creator>
    <dc:date>2008-09-06T17:57:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113858">
    <title>Protocol Stack (stack)</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113858</link>
    <description>Here's where the terminology gets a little funny, so for those of you
who have programmed a bit of TCP/IP before, you can giggle.  For
everyone else, just trust me, I phrase the question below this way for
a reason.

I'm looking for the html stack protocol stack so that I can change the
stack (in the stack) to have Rev masquerade as another browser when it
hits the 'net.  Right now it identifies itself as Revolution, which
isn't ideal for the work I'm trying to do.

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

</description>
    <dc:creator>Mikey</dc:creator>
    <dc:date>2008-09-06T17:34:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113857">
    <title>Re: rev online</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113857</link>
    <description>Another issue is every time I try to Update my stack after selecting
it and clicking the edit button it acts like it Updates it but when I go
to the section it is in and open it the old stack is still there.

That means I have to Delete it and add it again.  I have saved it like
it says to do so that it can be updated without deleting it.  So if you
ever want to Update do not trust that it was properly updated even
though you went through the proper steps.

-=&gt;JB&lt;=-


On Sep 6, 2008, at 10:08 AM, Peter Brigham wrote:


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

</description>
    <dc:creator>-= JB =-</dc:creator>
    <dc:date>2008-09-06T17:21:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113856">
    <title>Serious redraw problem in version 3</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113856</link>
    <description>
Hi all,

I've been working on a library for some time for a pretty well polished list
view control. Everything was working a-ok under version 2.9 but after trying
to run it under version 3, I do not get any screen updates at all.

Take the resize column event. Under 2.9, the cursor changes and the columns
live resize. Under 3.0, just the cursor changes and the column is resized
when I let go of the mouse.

There's a lot of lock screen/unlock screen going on to make the live events
draw but alas, removing all of those has no effect. I would have thought
that without the lock screen/unlock screen commands I'd see lots and lots of
screen redraws and catchups but no, nothing.

Has something serious changed under 3.0?

Thanks,


Steve
</description>
    <dc:creator>SteveTheWhelk</dc:creator>
    <dc:date>2008-09-06T17:11:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113855">
    <title>Re: rev online</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113855</link>
    <description>Thanks, that did it, sort of. It worked once, but when I did the  
exact same thing for another stack the blue progress bar in the URL  
field didn't appear, as though the upload failed, and the stack  
doesn't appear in my list.

And what's the asterisk that now appears by my username in the list  
of users?

There really ought to be better instructions for all this, I think.

Peter M. Brigham
pmbrig-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org

On 5 Sep 2008 16:28:38,  -= JB =- &lt;sundown-gr92aRf+An9Wk0Htik3J/w&lt; at &gt;public.gmane.org&gt; wrote:


Actually, it's "upload"


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

</description>
    <dc:creator>Peter Brigham</dc:creator>
    <dc:date>2008-09-06T17:08:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.ide.revolution.user/113854">
    <title>Scrollbar effectiveness</title>
    <link>http://permalink.gmane.org/gmane.comp.ide.revolution.user/113854</link>
    <description>I try to let the user change the speed at which a text keeps appearing  
in a field by clicking a scrollbar, yet the change only takes place  
after the script is finished.

Is there a way of doing it simultaneously?

Thanks in advance

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

</description>
    <dc:creator>Melitón Cardona Torres</dc:creator>
    <dc:date>2008-09-06T17:06:49</dc:date>
  </item>
  <textinput 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>
