==== Julian: Tue Oct 11 15:42:13 PDT 2005 =============================== Hi Eric, Unfortunately, there is currently no method of programatically starting a pick and drop in EiffelVision2. It is always started with a press of the right mouse button. If you are able to, you need to call the feature `real_start_transport' from EV_PICK_AND_DROPABLE_IMP, being sure to pass 3 as the button that is pressed. Another possibility is to simulate a button press on the desired widget via `fake_pointer_button_press' or `fake_pointer_button_click' from EV_SCREEN. This may or may not have other side effects, but depending on your exact situation it may work fine. ==== Julian: Tue Oct 11 15:42:13 PDT 2005 ===============================