Hi Karol,

    This is actually becoming quite a common newbie question.  The fact is
thought that REBOL isn't quite like any other Programming/Scripting language
you have used.  There is no default double-click support, but I can send you
a function that checks for double click.   As far as for drag'n'drop, it is
actually not been done with a text-list (AFAIK), but that doesn't mean it
can't be done.  The reality is (IMHO) that REBOL is so different than other
languages you really need to get a handle on some of the basics first.

    First off I would go read the core users manual
(http://rebol.com/docs/core23/rebolcore.html)   particularly on Objects
(section 10), REBOL's graphical interface is based on objects.  Also a good
read would be (http://rebol.com/docs/view-guide.html) although that isn't
very in depth it will give you a start on the Graphical end of it.  & this
(http://rebol.com/how-to/feel.html) will get you started on the User
Interface Events.  More How-To's are avalable at
(http://rebol.com/how-to.html)

HTH
Ammon


----- Original Message -----
From: "karol" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 04, 2001 4:17 AM
Subject: [REBOL] doubleclick on text-list


> Hi List!
> I want to write a simple program with GUI using VID and I have some
> question about it :
>  how to make text-list react on doubleclick?
>  and how to move items on text-list using drag and drop?
> maybe someone did it and source is available? I just don't know where to
> start
> thanks in advance
> Karol
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to