Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

等待按键叫停手段/父子程序通讯方法/状态读写 #2104

Open
4 tasks
Hefang2000 opened this issue May 29, 2024 · 4 comments
Open
4 tasks

等待按键叫停手段/父子程序通讯方法/状态读写 #2104

Hefang2000 opened this issue May 29, 2024 · 4 comments
Labels

Comments

@Hefang2000
Copy link

Hefang2000 commented May 29, 2024

  1. 需求:等待按键额外叫停方式&其提示信息刷新方式
  • 产生原因:多个软件运行时不同窗口需要不同的等待按键,同时特定窗口下需要叫停该进程

  • 对应需求:

  • 等待按键窗口可以实时更新等待的按键&对应提示信息;

  • 等待按键进程运行时实时监测叫停命令

  1. 需求:父子程序通讯方式,如何通过代码在编辑框中进行状态读写
  • 产生原因:为了能够主动更新/叫停等待按键,将之放入了子程序通过“停止”强制叫停,因不了解父子程序通讯方法,此时需要频繁状态读写

  • 对应需求:

  • 父子程序获取对方特定变量值的方式(非“状态存取”模块)

  • 编辑框中进行状态读写的方法

模块相关
image
image

@cuiliang
Copy link
Owner

感觉整的太复杂了。
等待按键一般临时使用,不适合长期等待,直接用快捷键、扩展热键这些方式在必要的时候触发动作可能更好些。

@Hefang2000
Copy link
Author

谢谢您的回答
确实如您所述,既然如此哪是否可以透露下“父子程序通讯方式,如何通过代码在编辑框中进行状态读写”,有劳了。ヾ(•ω•`)o

@cuiliang
Copy link
Owner

@Hefang2000 没太理解。 不过你可以试试参考这里:https://getquicker.net/kc/help/doc/expression-adv#judj5

@Hefang2000
Copy link
Author

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants