Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

View windows and system:// port

 [1/3] from: dockimbel::free::fr at: 19-Dec-2004 16:53


Hi all, I've been trying to implement file drag'n drop support for a View app on Windows platform using the system:// port. It works with a REBOL console but I can't make it work with a View window. Even if the View window handle is correctly used to register it as a valid drop window, the system:// port doesn't react on receiving WM_DROPFILES messages...It works only with the console window. (Tests done using View 1.2.48) Did I miss something ? Do anyone know if the system:// port can be woke up when an OS message is sent to a View window ? TIA -- DocKimbel

 [2/3] from: gabriele:colellachiara at: 20-Dec-2004 11:39


Hi Nenad, On Sunday, December 19, 2004, 4:53:22 PM, you wrote: NR> Did I miss something ? NR> Do anyone know if the system:// port can be woke up when an OS message NR> is sent to a View window ? I think Gregg tried to do that too and was unsuccessful. My guess is that it isn't implemented. The system port looks a bit unfinished to me, it has serious problems on Unix too. Maybe it's just there, but if there isn't, please add a Wish ticket to RAMBO. Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/

 [3/3] from: greggirwin::mindspring::com at: 20-Dec-2004 10:00


Hi Gabriele, GS> I think Gregg tried to do that too and was unsuccessful. My guess GS> is that it isn't implemented. Yup, not working AFAIK. -- Gregg