Ketan wrote:
> Hello
> 
> It would be nice to have a color to indicate a processor is still 
> running and not done. Just as there is grey color to indicate when a 
> processor has finished execution.

The processor turns grey when it has finished all the iterations that 
the engine knows (so far) it has to do.  If there are multiple 
iterations, you may see the processor filling up with grey as the 
iterations are done.

I think it would need to be tried - I'm worried you might get a flashing 
effect.

If you want to try it, there are quite a lot of small-ish methods to 
change or add.  In the update method of 
net.sf.taverna.t2.workbench.views.monitor.GraphMonitorNode you will need 
to alter what is done for sentJobsChanged e.g. to call a setNodeStarted 
method - similar to what is done for (completedJobs > 0) with 
setNodeCompleted.

You would need a setNodeStarted method in 
net.sf.taverna.t2.workbench.models.graph.GraphController and its 
subclasses.  It would also need to go in 
net.sf.taverna.t2.workbench.models.graph.GraphElement and its 
subclasses, in particular 
net.sf.taverna.t2.workbench.models.graph.svg.SVGGraph.

I think the code should be very similar to that for nodeCompleted.

> One more small suggestion: It would be good to remove run.bat from the 
> linux distribution tarball. The shell autocomplete suggests 2 files 
> which is slightly more effort to launch the workbench (before one 
> decides to remove the bat file).

I've added that to Jira as http://www.mygrid.org.uk/dev/issues/browse/T2-509

> Regards
> Ketan

Alan

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
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