(Linux) Listbox.itemIndex := AnIntNr crash the app

Issue #130 resolved
Harry Stahl created an issue

That crashes the app:

var r: integer; begin r := Listbox.items.add ('Test'); Listbox.ItemIndex := r;

Debugger said, that value is Zero, after adding "Test", what is correct.

ErrorMessage: List index (-1) out of bounds

Comments (3)

  1. Eugene Kryukov repo owner

    We added code which is print CrossVcl runtime version in PAServer at 0.99b. It looks like your application still use old version. Please check new version and confirm if you notice correct CrossVcl version.

  2. Log in to comment