← Back to team overview

sikuli-driver team mailing list archive

[Bug 1649784] Re: [request] SikuliX popups should accept a timeout to come back if not acted on within the given time --- workaround

 

** Changed in: sikuli
       Status: Fix Committed => Fix Released

** Changed in: sikuli
   Importance: Medium => Undecided

** Changed in: sikuli
    Milestone: 2.0.0 => 1.1.4

** Summary changed:

- [request] SikuliX popups should accept a timeout to come back if  not acted on within the given time --- workaround
+ [request] SikuliX popups should accept a timeout to come back if  not acted on within the given time --- use 1.1.4+

** Changed in: sikuli
    Milestone: 1.1.4 => None

-- 
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 --- use 1.1.4+

Status in Sikuli:
  Fix Released

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


References