Maybe it would be possible through the
system port one day (I don't know of
any docs for it yet, I think it's not
really ready in the latest betas.)

To do it now, I think you would need to
access external windows libraries to catch
window messages. That needs /View/Pro or /Command.

You can imagine that implementing drag&drop
between rebol and native os on all platforms
will be difficult, so it hasn't been done yet.

But you could help it happen by looking up
the windows API's required and some example
code, probably c++, that can allow this to
happen. It is possible for a Windows process
to hook in to another process' window and listen to
or modify the window messages that it receives.

So you could launch a separate process to listen
to your rebol window and wait for "drag-over" messages
or however it is done.

Anton.

> I just accidentally discovered a great drag'n'drop feature of MSIE6
> 
> Drag an image onto another brower window and bang it displays the cached
> version. That makes it much faster when you want to save/email/whatever
> no more fiddly right-mouse clicking.
> 
> Yesterday I was playing around with the wxPython demos. there's 
> nice one with
> drag'n'drop. I want this for rebol apps =>
> 
> -open a browsder 
> -drag an image onto rebol/view... 
> -zing upload to remote site
> 
> What is needed to do this in REBOL?
> Would'nt it be sweet to have some of this in /View?

> ./Jason

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

Reply via email to