Hi Antonio
I have run into a problem trying to use the UPDATE option on BROWSE object. I can get the updated array displayed correctly but you can't navigate correctly through them.
If as originally activated the browse has 9 entries in it and then you have 13 and <dialog>:Update() then if you start with the first item of the browse selected and keep pressing Down you will go:
1 2 3 4 5 6 7 8 13
Now if you keep pressing Up you will go
13 12 11 10 9 8 7 6 1
Clicking the mouse gives related issues.
calling <browse-object>:SetArray( <data-array> ) doesn't solve this problem.
I would appreciate any help you can give me on this.
Regards
Doug
(xProgrammer)