Page 17 of 17

Posted: Sun Aug 14, 2022 6:37 pm
by Instructor
Исправлено: падение программы, если плавающее окно Log::Output закрывается с помощью горячей клавиши и фокус ввода находится в диалоге (DV).

Fixed: program crash if Log::Output dialog closing with hotkey and focus in dialog (DV).


Log plugin v5.5

AutoIt3 console not work when pinned to taskbar

Posted: Thu Nov 24, 2022 8:31 am
by Diamen
I have strange problem.
I use
AkelPad.Call("Log::Output", 1, cmd, dir, "", "", 65001, 65001, 12);
To run a AutoIt3 script and shot "ConsoleWrite" in the console.
It work normally, but.
If I pin Akelpad to Task Bar and launch it from here the AutoIt3 log not work but work again the NodeJS console.
If I launch from a ShoutCut it work also.
How to fix it?