sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #41029
[Bug 1649784] [NEW] [request] SikuliX popups should accept a timeout to come back if not acted on within the given time --- workaround
Public bug reported:
************* workaround: put it in a thread
Use the appropriate Python feature to start a thread in parallel, that displays the popup.
In main wait for the thread to finish and get the result. If thread does not finish within a given time, kill it and continue with your default.
---------------------------------------------
I have a popup with 10 options..If i didn't select any option by default
it should run some other sikuli script after some time.
How to give time dealy so that it will wait for that time to complete
and will execute the other sikuli script..
can anyone please help me out .??
** Affects: sikuli
Importance: Medium
Assignee: RaiMan (raimund-hocke)
Status: Fix Committed
** Changed in: sikuli
Status: New => Fix Committed
** Changed in: sikuli
Importance: Undecided => Medium
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => 2.0.0
** Summary changed:
- [request] SikuliX popups should accept a timeout to come back if not acted on within the given time
+ [request] SikuliX popups should accept a timeout to come back if not acted on within the given time --- workaround
** Description changed:
+ ************* workaround: put it in a thread
+
+ Use the appropriate Python feature to start a thread in parallel, that displays the popup.
+ In main wait for the thread to finish and get the result. If thread does not finish within a given time, kill it and continue with your default.
+ ---------------------------------------------
+
I have a popup with 10 options..If i didn't select any option by default
it should run some other sikuli script after some time.
-
- How to give time dealy so that it will wait for that time to complete and will execute the other sikuli script..
+ How to give time dealy so that it will wait for that time to complete
+ and will execute the other sikuli script..
can anyone please help me out .??
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1649784
Title:
[request] SikuliX popups should accept a timeout to come back if not
acted on within the given time --- workaround
Status in Sikuli:
Fix Committed
Bug description:
************* workaround: put it in a thread
Use the appropriate Python feature to start a thread in parallel, that displays the popup.
In main wait for the thread to finish and get the result. If thread does not finish within a given time, kill it and continue with your default.
---------------------------------------------
I have a popup with 10 options..If i didn't select any option by
default it should run some other sikuli script after some time.
How to give time dealy so that it will wait for that time to complete
and will execute the other sikuli script..
can anyone please help me out .??
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1649784/+subscriptions
Follow ups