Raimund Hocke
Raimund Hocke
I asked the original complainant on Launchpad, to test the new feature (switch off color fill-in): https://github.com/RaiMan/SikuliX1/commit/0e5a5786d7a5ee134586da9a5957928c0018902f
@ndinev thanks for the feedback. So it seems the reddish fill-in is not the problem (but the intended new behaviour ;-). I will go back and use the complete implementation...
@ndinev Is this also the case, if you have `Settings.HighlightTransparent=true` ??? which will only put a simple bordered JFrame with transparent background on the screen. IMHO there is no simpler...
This is a temporary solution until it works with plain .py files as well. For development use the working .sikuli structure (see issue #315) In main.py add before the imports...
You are welcome👍
Thanks for the pointer. `Env.isLockOn()` currently only works on Windows. ... and using `type(Key.CAPS_LOCK)` does not do anything on Mac currently. So I have to dig deeper.
**WORKAROUND macOS** ``` keyDown(Key.SHIFT) type("dies ist ein test") keyUp() ``` types: `DIES IST EIN TEST`
@vikmaksimenko Thanks for the pointer. As already mentioned: Log4j 1.2 is used as a dependency in one or very few dependencies of SikuliX. Since the attack scenario is very specific...
@fz0000 Hi, this is the developer ;-) Somewhen in the past I simply stopped to add translations for new features and did no longer revise the i18n stuff. At least...
Seems that one needs some authorization. I will try to bring it to life somewhen the next time. I will add a note here, when it is ready.