Hi,

Alan wrote:
Copy/Cut and Paste, and keyboard shortcuts can all be done see 
http://java.sun.com/docs/books/tutorial/uiswing/dnd/cutpaste.html .  I 
think the difficulty will be deciding what the appropriate actions to 
bind are.
  
Piter de Boer is using the standard java possibilities in VBrowser and I think he took the most pragmatic approach: when VBrowser knows a what an item is it can do fancy things, but if it doesn't it simply takes it as a string. This is often very intuitive. So I think you could take an incremental approach, start with importing everything as a string and add more fancy bindings later.

Piter can give you more detail, but note that today he officially has the day off.

Cheers,
Marco.


Alan Williams wrote:
Stian Soiland-Reyes wrote:
  
On Thu, Feb 12, 2009 at 11:33, Marco Roos <[email protected]> wrote:

    
Is it possible or could it be made possible to drag and drop a string
from anywhere on my computer directly onto the workflow canvas?
      
Where would you drag the string from? I usually use copy-and-paste to
move stings around from different applications (to avoid having to
move all the windows around just to drag a little thing across), so if
we do add support for this I guess it should also work from Edit-Paste
and the usual shortcuts..?
    

Copy/Cut and Paste, and keyboard shortcuts can all be done see 
http://java.sun.com/docs/books/tutorial/uiswing/dnd/cutpaste.html .  I 
think the difficulty will be deciding what the appropriate actions to 
bind are.

Alan

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
taverna-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/taverna-users
Documentation: http://www.mygrid.org.uk/usermanual1.7/
FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq
Biological Services: http://www.mygrid.org.uk/wiki/Mygrid/BiologicalWebServices
  

-- 

Marco Roos
Faculty of Science
University of Amsterdam
Kruislaan 403, room F1.02
1098 SJ Amsterdam
tel. +31 (0) 20 525 7522
http://home.medewerker.uva.nl/m.roos1 (includes links to social networks)
Note the change of e-mail address to [email protected]
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
taverna-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/taverna-users
Documentation: http://www.mygrid.org.uk/usermanual1.7/
FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq
Biological Services: http://www.mygrid.org.uk/wiki/Mygrid/BiologicalWebServices

Reply via email to