Hi Giuseppe, GC> Has anyone tried Rebol in a multimonitor enviromnent ? Is it GC> possible to specify the monitor and/or the desktop to open a GC> window onto ?
You can set the /offset for windows to position them, so you just need to know the coordinates (assuming a large virtual desktop. GC> Is there a way to I drag a Windows object into a Rebol window ? Not a view window. If you have /pro, you can use the system port to catch file drops, and the Win API to enumerate them, in a console window though. GC> Bonus question: is there a way to start a different threads and GC> have them communicating each other ? No threads in REBOL; just use a separate process and TCP sockets for IPC. -- Gregg -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
