V_T_S Posted May 30, 2012 Report Posted May 30, 2012 In the attached example, the symbols are getting displayed in the correct order but missing the symbol for the first row. I can manually select the symbol but by default only the 2nd symbol from the provided array list appear. Any idea what's the issue? How to display correct symbol? Thanks in advance. Images & Multicolumn ListBox.vi Quote
Antoine Chalons Posted May 30, 2012 Report Posted May 30, 2012 I think the "0" is reserved for "no symbol". If you insert an empty image at the beginning of your array, you wil get what you expect. Hope this helps Quote
V_T_S Posted May 30, 2012 Author Report Posted May 30, 2012 Nope, Adding an empty image will add one extra element in the multi column list box. This is not what I am looking for. Quote
V_T_S Posted May 30, 2012 Author Report Posted May 30, 2012 Cross - post from NI Forums: http://forums.ni.com/t5/LabVIEW/Images-in-Multicolumn-Listbox-doesn-t-work-as-expected/td-p/2011249 Quote
todd Posted May 30, 2012 Report Posted May 30, 2012 Nope, Adding an empty image will add one extra element in the multi column list box. This is not what I am looking for. But 0 is still empty. You'll have to skip zero and start counting at one. (Add an Increment after the iteration terminal in the For Loop). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.