Comment 1 for bug 1864443

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: Select dialog is no longer functioning under V.2.0.3

Thanks for finding. It is a bug.
Sorry for the inconvenience.

There is no easy workaroundfor that.

The problem is this line in /Lib/sikuli/Sikuli.py

442: return Do.popSelect(msg, title, default, None, None, None, optionString)

which must be

442: return Do.popSelect(msg, title, default, optionString)

The problem is, that even if you change this line, at the next IDE start, the file Sikuli.py will be overwritten with the version from the jar and the problem is back.

So you have to wait for the fix in 2.0.4 and stick to 2.0.2 until then.