
Drag/Drop from VX-REXX container to WPSHELL?
Quote:
>I know it's possible to drag objects from the Workplace Shell to a VX-REXX
>container. I wondering it is possible to drag objects from VX-REXX to
>Workplace SHell objects, like dropping stuff on the E editor icon and such.
>If so, what does it take do accomplish this? Thanx!
If you're running VX-REXX 2.0 and higher, you can drag from a container
onto certain WPS objects. If you're running VX-REXX 2.1 you can drag from
any object. You have to set the AllowDrag property on the object first.
For containers you then have to set the "Filename" attribute for the
records you wish draggable, which associates a real filename with said
record. In 2.1 on non-container objects you can intercept the DragStart
event and call the StartDrag method with the appropriate format strings,
as documented online.
Eric