Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/01/2021 in all areas

  1. I didn't know I could use array to define elements like label and text... Very good! Problem solved! Thank you very much for your help!
    1 point
  2. Eval() and friends is the worst idea in this case, like in almost all use cases. Use an array!
    1 point
  3. Use Array as advise by @Melba23 & @JockoDundee for better control over your code. but if you still insist then use Execute GUICtrlSetData(Execute("lbl" & $i), Eval("lbl" & $i))
    1 point
  4. [NEW VERSION] - 27 Mar 21 Added: - A new function _GUIListViewEx_SelectItem which allows you to select a row programatically - and also select the column if single cell selection is available. - The ability to select a background colour for the input that appears when editing an item. This colour is set in the array passed to _GUIListViewEx_SetDefColours which now must have 5 elements. This is a script-breaking change if you use this function - although all you have to do if you do not want to have a custom colour is add a final "Default" element to the array, which is not too taxing! New zip file in the first post. M23
    1 point
×
×
  • Create New...