Re: [Sikuli-driver] [Question #697208]: I need to show a permanent "log" windows on top

2021-06-01 Thread TestMechanic
Question #697208 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697208 TestMechanic posted a new comment: Just my 2 cents: I created a splash screen that sit on top of the screen and I put there names of my tests or any debug info I want. Also it is valuable when I am analyzing

Re: [Sikuli-driver] [Question #697208]: I need to show a permanent "log" windows on top

2021-05-25 Thread juan
Question #697208 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697208 Status: Answered => Solved juan confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #697208]: I need to show a permanent "log" windows on top

2021-05-25 Thread RaiMan
Question #697208 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697208 Status: Open => Answered RaiMan proposed the following answer: Currently it is not possible to have this as a feature. The best approach is, as already mentioned, to run from command line with option -

Re: [Sikuli-driver] [Question #697208]: I need to show a permanent "log" windows on top

2021-05-25 Thread Ben Dix
Question #697208 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697208 Ben Dix posted a new comment: I am using the console output . works fine for me on win10. for editing I start Sikuli using: java -jar D:\pathToSikuli\sikulixide-2.0.5.jar -c for running my script I use : t

Re: [Sikuli-driver] [Question #697208]: I need to show a permanent "log" windows on top

2021-05-23 Thread juan
Question #697208 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697208 Status: Answered => Open juan is still having a problem: Thanks, but that's not what I'm looking for. I know how to handle multiple monitors. the problem is how to show the log at the same time that the

Re: [Sikuli-driver] [Question #697208]: I need to show a permanent "log" windows on top

2021-05-23 Thread masuo
Question #697208 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697208 Status: Open => Answered masuo proposed the following answer: I would connect another display. And use primary screen for automation, use secondary screen for log viewer. Usage with Multi Monitor Envi

[Sikuli-driver] [Question #697208]: I need to show a permanent "log" windows on top

2021-05-23 Thread juan
New question #697208 on SikuliX: https://answers.launchpad.net/sikuli/+question/697208 It happens to me very often, that I need to be able to see some global variables on the screen, to know how the sikuli script is working. now I'm using Do.popup ("message \ n message", "title", 2) but that has