Jump to content

Multicolumn Listbox header change by typing


Recommended Posts

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

Link to comment
  • 4 weeks later...

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?

post-10515-1246941423_thumb.png

EDIT: I posted this on the dark-side

Link to comment

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?

post-10515-1246941423_thumb.png

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

Link to comment

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.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.