Jonathan Mercier-Ganady
Jonathan Mercier-Ganady
This means that the locales have not been compiled. Could you try running `make locale_release` to generate them, and then retry?
Hi, Do you have the same issue with other programs? I don't have access to this operating system, so I can't try to reproduce this issue. I suspect that the...
> I don't have issue with others program I haven't found any specific procedure for an application to be allowed to stay open. Basically, if you only disconnect the applications...
> Yep, My other bot (not click bot) still running when I close RDP. I also running Actiona on my Linux RDP and it's works perfect even I close my...
Have you found a solution to your issue, @mazbron?
Hi, that is a very good suggestion. I'll add that. Thanks.
You can write some code creating a [MessageBox](https://wiki.actiona.tools/doku.php?id=en:code:windows:messagebox). You can then call `show` and `close` to display a non-modal message box.
The issue is that this code will not block the execution of the script, so the messagebox is probably shown and instantaneously closed because the script has finished running. Try...
Thanks. Yes this is a known documentation issue. You should be able to access `mycolor.red` as a property, not a function. So `Console.print(mycolor.red);` should work.
There is currently no action to make screenshots (but adding that would be a good idea), but you can do it using a `Code` action and entering some Javascript code...