← Back to team overview

sikuli-driver team mailing list archive

[Bug 1503995] Re: [1.1.0] Region.isObserving() should be true immediately after return from observeInBackGround()

 

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

** Description changed:

+ ***** workaround
+ 
  currently one need to wait for the completion of the threaded observe
  startup processing to complete:
  
  someRegion.observeInBackground()
  while not someRegion.isObserving: wait(0.3)

** Summary changed:

- [1.1.0] Region.isObserving() should be true immediately after return from  observeInBackGround()
+ [1.1.0] Region.isObserving() should be true immediately after return from  observeInBackGround() --- workaround

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1503995

Title:
  [1.1.0] Region.isObserving() should be true immediately after return
  from  observeInBackGround() --- workaround

Status in Sikuli:
  Fix Committed

Bug description:
  ***** workaround

  currently one need to wait for the completion of the threaded observe
  startup processing to complete:

  someRegion.observeInBackground()
  while not someRegion.isObserving: wait(0.3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1503995/+subscriptions


References