ym9288

Results 5 comments of ym9288

还有你的启动程序编译平台改成X64就可以了,

I found the problem. It's said that I want to send the ID command before the login method of the source code. I tried, but I didn't report an error....

> ![image](https://github.com/beto-rodriguez/LiveCharts2/assets/33686173/3ceab8bc-cbca-4ba6-9443-35012996b8ba) > Hello, have you tried to invoke the changed in the UI Thread? it seems like the issue is that. Still throw exception

This is an absolute mistake that will occur This is Xaml: ![image](https://github.com/beto-rodriguez/LiveCharts2/assets/33686173/5df9cc0a-4331-4a48-864f-0ca4f6dfe32a) All codes done.

> 自动化脚本 一开始我以为你这个也类似影刀 UiPath 是个RPA流程引擎,试用了之后我发觉这个并不是这么回事,整个节点树中任意一个节点属性发生更改都会导致从这一点向后所有关联的节点立即重新计算执行一次。 整个脚本的执行是依赖于属性的变化触发,而且执行的起点是属性发生变化的那个节点,并不是一个固定的起始点到结束。跟游戏开发引擎里的动画状态机原理一样,整个节点树是对数据状态的一种描述,而不是对流程的描述。