telppa

Results 14 issues of telppa

I created a minimal ahk file that can reproduce the problem. Unzip and overwrite the > SciTE\toolbar\ComInterface.ahk > SciTE\toolbar\mem.ahk then run `test.ahk` [test.zip](https://github.com/fincs/SciTE4AutoHotkey/files/9172927/test.zip) ![QQ截图20220723103245](https://user-images.githubusercontent.com/68984587/180587337-f7374181-9e60-4ce2-94dd-2f53693cda6c.png)

![1](https://user-images.githubusercontent.com/68984587/138193312-b243ad54-734c-46aa-88db-a0d4d6755539.png) ![2](https://user-images.githubusercontent.com/68984587/138193788-d0a946b7-35e3-4c51-8bc3-91c810aeba0c.png)

enhancement
ui

系统 win10x64 ltsb 2016 使用选项 通过注册表替换 windows 记事本 后会触发下图的错误。 传递给系统调用的数据区域太小。 将两个注册表值删除后正常。 ![QQ截图20220525172657](https://user-images.githubusercontent.com/68984587/170230323-ebb7d029-bffc-498b-a1f1-fc0670d4f335.png)

🐛bug
💪help wanted

修复示例中的缩进

对齐显示,注释风格与其它例子保持统一。

1. When the profilepath given by the user does not exist, try to create it. 262f0db 2. Add a timeout parameter to avoid dead loops. 273f1d7 3. Fix example EventCallbacks.ahk...

Fixed all known bugs [you can try here.](https://github.com/telppa/Clipjump-plus)

1. Autox.js 版本:658 2. Autox.js 下载渠道:https://github.com/kkevsekk1/AutoX/releases 3. Android 版本:13 4. Android 机型:realme 5. Android 系统类别:realmeUI 6. VSCODE Autox.js 扩展版本(可选,如果是连接电脑的问题需要填): 7. 问题描述: 从悬浮窗中启动的脚本 device.setMusicVolume() 会失效 ``` device.setMusicVolume(10) log(device.getMusicVolume()) ``` 从 UI...

无活动

1. Autox.js 版本:6.5.8 2. Autox.js 下载渠道:https://github.com/kkevsekk1/AutoX/releases 3. Android 版本:Android 12 4. Android 机型:realme系列手机 5. Android 系统类别:realme UI 6. VSCODE Autox.js 扩展版本(可选,如果是连接电脑的问题需要填): 7. 问题描述: 问题复现代码 ``` console.show() sleep(3000) //此时手动关闭控制台悬浮窗 console.show() //此时控制台悬浮窗无法显示...

if use UTF-8 no BOM, ahk2exe.exe with get an error Error at line 19 in #include file "xxx:\AutoHotkey\Compiler\Lib\DynaRun.ahk". The following variable name contains an illegal character: "UInt"" The program will...