Page MenuHomeFeedback Tracker

[Feature Request] onLBAdded, onLBSet and onLBDeleted events
New, NormalPublic

Description

Would be nice if we got onLBAdded, onLBSet and onLBDeleted events.
I assume quite self-explanatory as to why; for detecting if given listbox/combobox has had something added/set/some entry deleted.

onLBAdded would fire on lbAdd etc, return something like [_control, _indexAdded, _info], _info would return what was added 🤔

onLBDeleted would fire on lbDelete etc, return something like [_control, _indexDeleted, _info], _info would be the deleted index' lbtext, lbvalue, and lbdata 🤔

onLBSet would fire with lbSetText, lbSetValue, lbSetData etc, return something like [_control, _indexSet, _info], _info would be the deleted index' lbtext, lbvalue, lbdata, lbPicture etc that can be set 🤔

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Engine

Event Timeline

h- created this task.Jul 24 2023, 2:52 PM
This comment was removed by LouMontana.
This comment was removed by LouMontana.