-
Notifications
You must be signed in to change notification settings - Fork 174
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
请问通讯录选择器的转发人数上限在哪里修改。 #97
Comments
请问是超出数组场长度导致的的吗 或者是其他的原因改如何修改 |
没有设置上限,崩溃有源码可以尝试调试查找原因。 |
不是崩溃只是选择器千人后通讯录选择器按下确定,界面关闭未转发。 |
可以在转发代码逻辑位置下断点观察代码走向。 |
XD请教下转发逻辑代码在那个文件。 |
NIM_PC_Demo/tool_kits/ui_component/ui_kit/gui/contact_select_form/contact_select_form_ui.cpp Line 246 in a3a504a
|
实测转发上千人时候程序无响应闪退失败,原因位置,思路是多添加按钮,换成500或者300一组的,原因或许绘画list存在上限? |
//注意以下代码是存在错误的,似乎无法获取数值arraylistitem的长度,原因未知,对循环的理解是根据首字母不同分组循环联系人列表,选取其中的全部项目,试图将全部项目转移到新数值统计长度失败。或许整个思路有误。 bool ContactSelectForm::OnBtnCancelClick(ui::EventArgs* param) {
}
}
} void ContactSelectForm::merge(ContactListItemUI* a[], ContactListItemUI* b[], int beg, int size) { void ContactSelectForm::merg(UTF8String a[], UTF8String b[], int beg, int size) { |
转发消息给千人时失败,转发消息给千人时失败,拉群时同样。表现为消息未转发通信录选择器崩溃
The text was updated successfully, but these errors were encountered: