Quote from
corstar on May 5, 2019, 4:06 pm
So, I've played around with the code and understand the removal of an item using
ListBoxFindItem "List_Box" "[List_Box]" "[NUMBER]"
ListBoxDeleteItem "List_Box" "[NUMBER]"
And now trying to move items up and down the list for changing priority; so far trying the ListBoxMoveItem command. But it seems to only use absolute positioning, ie position 1, 2,3,4 etc rather than up/down or +/-
Anybody have any idea if I should be using another command?
So, I've played around with the code and understand the removal of an item using
ListBoxFindItem "List_Box" "[List_Box]" "[NUMBER]"
ListBoxDeleteItem "List_Box" "[NUMBER]"
And now trying to move items up and down the list for changing priority; so far trying the ListBoxMoveItem command. But it seems to only use absolute positioning, ie position 1, 2,3,4 etc rather than up/down or +/-
Anybody have any idea if I should be using another command?