Re: [Sikuli-driver] [Question #189351]: Pass Return as Argument

2012-03-01 Thread Ryan Raines
Question #189351 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/189351

Status: Open = Solved

Ryan Raines confirmed that the question is solved:
Needed to instantiate the variables first, then use global var, var in
each function that needs to use them.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #189290]: Multiple line Input

2012-02-29 Thread Ryan Raines
New question #189290 on Sikuli:
https://answers.launchpad.net/sikuli/+question/189290

Is there a way to ask the user for multiple values in one message box?

Example:
I want to ask user for  an address and would like for user to be able to enter 
each value (Street #, Street Name, City, State, Zip, etc) in the same message 
box.

So far Ive only be able to come up with asking the user for each values 
seperately, but this generates and input message box for each value


streetNumber=input('St. Number:')
streetName=input('St. Name:')
city=input('City:')
state=input('State:')
zip=(input('Zip:')

Thanks for any input you could provide...




-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #189290]: Multiple line Input

2012-02-29 Thread Ryan Raines
Question #189290 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/189290

Description changed to:
Is there a way to ask the user for multiple values in one message box?

Example:
I want to ask user for  an address and would like for user to be able to enter 
each value (Street #, Street Name, City, State, Zip, etc) in the same message 
box.

So far Ive only be able to come up with asking the user for each values
seperately, but this generates an input message box for each value


streetNumber=input('St. Number:')
streetName=input('St. Name:')
city=input('City:')
state=input('State:')
zip=(input('Zip:')

Thanks for any input you could provide...

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp