L-Pigeon

Results 8 issues of L-Pigeon

## 问题现象 当tree有上千数据的时候滚动起来掉帧 ## 预期结果 ## 重现步骤 用树加载注册表 计算机\HKEY_LOCAL_MACHINE 这个目录,就可以很明显感觉到,如果tree和list一个底层代码的话那么list应该也有这个问题

question
to be confirmed

## 问题现象 给VListBox增加menu="true"属性,并且使用如下代码是无效的 ```c++ m_lstList->AttachMenu(nbase::Bind(&MainForm::OnShowMenu, this, std::placeholders::_1)); // 函数声明 bool MainForm::OnShowMenu(ui::EventArgs* args); ``` 但是把绑定函数改为如下代码,即使menu=“false”也可以成功右键弹出菜单 ```c++ m_lstList->AttachBubbledEvent(ui::EventType::kEventMouseMenu, nbase::Bind(&MainForm::OnShowMenu, this, std::placeholders::_1)); ``` @nmgwddj @surebeli @quanzhuo

bug

The mobile browser is very stuck when viewing the map. What is the reason? The version is 7.0.1-pr.14046. Below is my code ```html import { ref, onMounted } from "vue";...

## 问题现象 在github下载完后直接编译提示`该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失`,会有很多的报错。 ## 解决方案 用notepad++将所有文件改为UTF-8-BOM,即可编译通过。请问有什么更好的解决方案吗,说实话改编码改得手都麻了

Hi, guys. How do I get the LNK command line parameters

### Is your feature request related to a problem? Force the end of the thread pool to clean up unexecuted tasks when the program exits ### Possible Solution cpr::clear(); ?...

Enhancement :ok_hand:

怎么支持这个编辑器的多页导出呢,https://github.com/red-axe/am-editor/tree/master。我测试后只能导出一页

I want to drop treasure in Arena Breakout game, but it doesn't work properly

Bug
Critical