Arma 3 crashes while processing "onLBSelChanged" EH for Listbox.
Description
Description
Details
Details
- Legacy ID
- 3332509512
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Visual-GUI
Steps To Reproduce
Create EH for listbox control class:
onLBSelChanged = "systemChat str ['XXXonLBSelChanged',_this]; lbSetCurSel [1502,2]; false"; //EH fired when dialog with specified idc was present and list had 3 items;
Additional Information
No minidump was created.
Event Timeline
Comment Actions
Seems to be reasonable to convert ticket to feature request for option to lbSetCurSel not to trigger corresponding EH (true or false resulting in EH code block makes no difference).