kristos_b Posted June 12, 2009 Report Posted June 12, 2009 Hi All, Does anybody know is it possible to type in the Multicolumn Listbox header while the program is running? Enabling 'editable cells' doeas not work for headers. I have tried to programmatic change the property 'edit position' to (-1,x) but it still sets row 0 instead of -1 (headers). Thanks, Krystian Quote
Francois Normandin Posted July 7, 2009 Report Posted July 7, 2009 Hi Krystian, I checked and I confirm this. I would consider this a bug since the "Edit Position Property" detailed help says this is settable when the VI is running, it's a read/write property & the description explicitly says to use -1 for row or column header. Have you checked if this bug has been reported yet? EDIT: I posted this on the dark-side Quote
Francois Normandin Posted July 8, 2009 Report Posted July 8, 2009 The bug has been confirmed by NI. CAR#178213 Quote
kristos_b Posted July 11, 2009 Author Report Posted July 11, 2009 Hi Krystian, I checked and I confirm this. I would consider this a bug since the "Edit Position Property" detailed help says this is settable when the VI is running, it's a read/write property & the description explicitly says to use -1 for row or column header. Have you checked if this bug has been reported yet? EDIT: I posted this on the dark-side Hi Francois, I found the way around. I use Table Control instead Listbox and I am able to get the functionality I want. Although it is a bit more complicated. Thanks, Krystian Quote
Francois Normandin Posted July 11, 2009 Report Posted July 11, 2009 Hi Francois, I found the way around. I use Table Control instead Listbox and I am able to get the functionality I want. Although it is a bit more complicated. Thanks, Krystian Yes, with Tables you can do it by selecting directly with the cursor, no need to do it with the Edit Position property programmatically... Anyway, it showed that the MCL's behavior had a bug... you can never know when you'll have to add this functionality to an existing framework for which you can't easily replace the MCL with a table. Glad you found what you needed. 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.