Hi Michal,
For use at runtime, you can present a combobox dialog that prompts for a 
selection and then outputs the selected value. Take a look at the Python 
examples distributed with Kepler to see if this will be useful for you.
-ben

On Sep 24, 2014, at 11:28 AM, Michal Owsiak <michal.ows...@man.poznan.pl> wrote:

> Hello Kepler team,
> 
> I am looking for something that resembles combo box inside workflow.
> 
> The idea here is that I define the parameter with values: {"a", "b", "c" } 
> and then, I choose from one of these by right-click or click.
> 
> Question here is. Do we have something like this in Kepler.
> 
> Our approach, now, follows:
> 
> a = "some value"
> b = "some value b"
> c = "some completely different value"
> actual_parameter = a|b|c
> 
> This way, we can determine the value of the parameter while still making 
> everything pretty much consistent.
> 
> However, this requires to edit the value and requires numerous parameters on 
> canvas. If you have few of them with lots of options they can consume most of 
> the workflow canvas.
> 
> So, question is: do we have some sort of combo box as parameter inside Kepler.
> 
> Thanks for the info
> 
> Michal
> 
> -- 
> Michal Owsiak <michal.ows...@man.poznan.pl>
> 
> Institute of Bioorganic Chemistry PAS
> Poznan Supercomputing and Networking Center
> Noskowskiego 12/14, 61-704 Poznan, POLAND
> 
> Phone: 00 48 61 858 21 81
> 
> http://www.man.poznan.pl
> _______________________________________________
> Kepler-users mailing list
> Kepler-users@kepler-project.org
> http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users

_______________________________________________
Kepler-users mailing list
Kepler-users@kepler-project.org
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users

Reply via email to