Re: [Sikuli-driver] [Question #238787]: is it possible to create a combo box from input in sikuli

2014-02-04 Thread Harry
Question #238787 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238787 Harry posted a new comment: Hi RaiMan I am new to sikuli. Can u plz tell me how to ask user to enter the data manually during runtime (iwhen the script is running) i.e Data should be dynamic and not

Re: [Sikuli-driver] [Question #238787]: is it possible to create a combo box from input in sikuli

2014-02-04 Thread RaiMan
Question #238787 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238787 RaiMan posted a new comment: @Harry It is wiser, to post your own questions, since then the whole community could answer ;-) -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #238787]: is it possible to create a combo box from input in sikuli

2014-02-04 Thread RaiMan
Question #238787 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238787 RaiMan posted a new comment: if you are new, you should at least read across the docs, to get a feeling about the possibilities: http://doc.sikuli.org What you are looking for:

Re: [Sikuli-driver] [Question #238787]: is it possible to create a combo box from input in sikuli

2013-12-02 Thread Shawn Robertson
Question #238787 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238787 Status: Answered = Solved Shawn Robertson confirmed that the question is solved: Thanks so much Raiman, was able to use your information to create exactly what we wanted. we were even able to create a

[Sikuli-driver] [Question #238787]: is it possible to create a combo box from input in sikuli

2013-11-06 Thread Shawn Robertson
New question #238787 on Sikuli: https://answers.launchpad.net/sikuli/+question/238787 Currently I use the input method for user accepted data input like this: Settings.tsVersion = input(Enter your version ie.. 2013, 2014 etc:, 2015) if Settings.tsVersion == 2015: defbuild = 'Build 23.0.0.'

Re: [Sikuli-driver] [Question #238787]: is it possible to create a combo box from input in sikuli

2013-11-06 Thread RaiMan
Question #238787 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238787 Status: Open = Answered RaiMan proposed the following answer: Python is not relevant for GUI related stuff, since we are in the Jython/Java environment. Since Jython does not have any GUI support, we

Re: [Sikuli-driver] [Question #238787]: is it possible to create a combo box from input in sikuli

2013-11-06 Thread RaiMan
Question #238787 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238787 RaiMan proposed the following answer: sorry, again: val = JOP.showInputDialog(null, What is your favorite pizza?, Favorite Pizza, JOP.QUESTION_MESSAGE, null, pizzas,

Re: [Sikuli-driver] [Question #238787]: is it possible to create a combo box from input in sikuli

2013-11-06 Thread Shawn Robertson
Question #238787 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238787 Shawn Robertson posted a new comment: Thanks Raiman. i wanted to test the above values to see what happens so i pasted this into a test script import javax.swing.JOptionPane as JOP pizzas = [ Cheese,