Search found 204 matches

by eureka
06 Sep 2021, 12:16
Forum: Demandes d'aide
Topic: Help svp
Replies: 9
Views: 1737

Re: Help svp

The mistake you mave made is to search an image rather than search a window . Go to your Discord console in browser. Start with field set to “0”. To invoke Windows Clipping Tool hit three keys .. [Windows]+[Shift]+[S] After some seconds the screen dims (showing that Clipping Tool is running) and the...
by eureka
05 Sep 2021, 20:37
Forum: Demandes d'aide
Topic: Help svp
Replies: 9
Views: 1737

Re: Help svp

I read your first post which shows code and assumed that you had access to this. How/where did you retrieve this flex code from Discord server? <div class="EmbedFieldValue-nEqts">0</div> .... ??? If you can see this then surely you can extract value from image. Better that you write the sc...
by eureka
05 Sep 2021, 18:02
Forum: Demandes d'aide
Topic: Help svp
Replies: 9
Views: 1737

Re: Help svp

I can now see that you are in Windows. 21 JumpClick? https://21jumpclick.fr/ Now it would simplify your task greatly (dispensing with matching screen images) if you can find in Windows the path to the file where your variables are saved (0, 1 etc). There must be a hidden config file somewhere for yo...
by eureka
05 Sep 2021, 11:30
Forum: Demandes d'aide
Topic: Help svp
Replies: 9
Views: 1737

Re: Help svp

From your explanation I would try this: First capture two screenshots of the target window (maximised) for state "0" and state "1". Clip the two screenshots to only show the target field ("0" or "1"). Save these clips at image1.jpg and image2.jpg Now in Action...
by eureka
23 Aug 2021, 15:46
Forum: Demandes d'aide
Topic: Trouver Image Help svp
Replies: 3
Views: 893

Re: Trouver Image Help svp

By all means send me a private message and I will try to relate to your application, provided that you give me more information to work on.
I often learn just as much myself from solving problems.
by eureka
23 Aug 2021, 11:04
Forum: Demandes d'aide
Topic: Trouver Image Help svp
Replies: 3
Views: 893

Re: Trouver Image Help svp

Une application intrigante. Elle ressemble au Houston Mission Control... ou peut-être à une installation de minage de bitcoins... ou à un casino de jeux. Cependant, vous attendez peut-être trop d'Actiona. Intuitivement, je commencerais par inclure un enregistrement de toutes les actions dans un fich...
by eureka
17 Aug 2021, 14:41
Forum: Demandes d'aide
Topic: Ouvrir un fichier .bat et le laisser affiché à l'écran. [Solved]
Replies: 7
Views: 1256

Re: Ouvrir un fichier .bat et le laisser affiché à l'écran. [Solved]

Glad to help. Actiona is a permanent part of my Ubuntu/Windows/Cloud workflow toolbox but because Actionscript2 (ECMAscript) is rather dated I look now to integrating Actiona with Python3 scripts to access variables in json. Good results come from considering Actiona to be part of a toolchain or pip...
by eureka
26 Jul 2021, 21:52
Forum: Demandes d'aide
Topic: Ouvrir un fichier .bat et le laisser affiché à l'écran. [Solved]
Replies: 7
Views: 1256

Re: Ouvrir un fichier .bat et le laisser affiché à l'écran.

I will add an extra note on how I launched command terminal in Windows 10 (there are a number of ways). Key: Windows Icon + R Pause: to allow Run popup to open to receive command "cmd" Key: c Key: m Key: d Key: Enter Paste command string into terminal (from variable) Key: Enter I keep all ...
by eureka
23 Jul 2021, 16:55
Forum: Demandes d'aide
Topic: Ouvrir un fichier .bat et le laisser affiché à l'écran. [Solved]
Replies: 7
Views: 1256

Re: Ouvrir un fichier .bat et le laisser affiché à l'écran.

I am back in my comfort zone - Ubuntu 20.04 - but will explore further when I next dual boot into Windows 10. Meanwhile, another method I use - run a python script using subprocess to run commands and args. Command: python3 Parameters: /path/to/my/script.py And sometimes I run an external Actiona sc...
by eureka
23 Jul 2021, 13:23
Forum: Demandes d'aide
Topic: Ouvrir un fichier .bat et le laisser affiché à l'écran. [Solved]
Replies: 7
Views: 1256

Re: Ouvrir un fichier .bat et le laisser affiché à l'écran.

Mostly I am in Ubuntu 20.04 and i can just run command "gnome-terminal" to launch terminal. Then I target the terminal window and paste commands into terminal, followed by click to execute. In Windows 10 I see that "wt" command can be used. https://devblogs.microsoft.com/commandl...
by eureka
01 Jun 2021, 12:46
Forum: Support
Topic: Find Image function on Linux works, doesn't, works, dies
Replies: 6
Views: 2222

Re: Find Image function on Linux works, doesn't, works, dies

I inspected the script as an XML file using XMLCopyEditor and it seems valid .. if you temporarily snip the top declaration just to validate XML .. It is needed to run in Actiona. <?xml version="1.0" encoding="UTF-8"?> My only suggestion is that you leverage the Exceptions tab an...
by eureka
01 Jun 2021, 09:28
Forum: Support
Topic: Find Image function on Linux works, doesn't, works, dies
Replies: 6
Views: 2222

Re: Find Image function on Linux works, doesn't, works, dies

Perhaps if you just post a test script with only a single Action - Find Image - with parameters which you have set - it can be inspected here. By posting the single Action (FindImage.ascr) the internal parameters can be inspected, whereas screenshot does not give that detail. My debugging thoughts a...
by eureka
31 May 2021, 10:58
Forum: Support
Topic: Find Image function on Linux works, doesn't, works, dies
Replies: 6
Views: 2222

Re: Find Image function on Linux works, doesn't, works, dies

For such an issue my troubleshooting approach would be to decouple Actiona from some tasks which might alternatively be run through another route (at least to eliminate Actiona during troubleshooting). That is, use some other means to find Image through running a Command in Actiona (cutting out Find...
by eureka
28 May 2021, 12:46
Forum: Requests and ideas
Topic: Central Monitor many instances of ActionAz
Replies: 1
Views: 1956

Re: Central Monitor many instances of ActionAz

My first idea is to arrange for each instance of Actiona to post data to Grafana dashboard. https://grafana.com/ You then can have a central dashboard. In another scenario you might wish to broadcast messages from central point to all Actiona running instances. For that I would try RabbitMQ and Clou...