01-16-2007 11:02 AM
01-16-2007 12:40 PM
@BobChuck wrote:
I have a multicolumn listbox ...
One of the users would like to be able to touch a single box and have the entire row containg that box be highlighted. How would I go about doing this? I don't think it would be difficult, but I am having trouble getting started.
The default behavior for a multicolumn listbox (in LV6.1 at least) is to highlight the row that has been selected by clicking it.
The selection mode (i.e. 0 or 1 item, 1 item , 0 or more items, 1 or more items) is set during development by right-clicking on the mclistbox and choosing from the drop down menu ... the default is 1 item.
If the Selection Color has been set to be the same as the CellBG color using property nodes, you won't notice the row being highlighted/selected.
01-16-2007 01:04 PM
01-16-2007 01:56 PM
01-16-2007 03:55 PM
Then the EditPos property could be used.
@BobChuck wrote:
uhh... opps. ... I am using a table.
01-17-2007 09:36 AM
08-02-2007 01:25 AM
In this example, the property "OldEditPos" is used.
Is this still in V8.2? I can't seem to find it. I have some of my old code that also uses "OldEditPos" but only "EditPos" seems to be available in V8.2
Is it still there? If so, How do they differ in action?
Struggling with getting key navigation (eg F5, F6) working with boolean buttons here to add rows etc to a table.
08-02-2007 07:51 AM
When NI updates a function it is often necessary to change the way the function operates. When this happens to properties as they were prior to the update are exposed as "OldX" and are accessable only by the mutation code that converts VI's saved in earlier version to the current version.
So,
The "Old..." method is still there but LV does not let you select it. You can often cut and paste these but if there is requirement to "update" these nodes they may break.
Changes of this type are often covered in the Upgrade notes of the version were they changed.
NOTE: Not all old methods are ALWAYS retained. Examples of these can be found when comparing the pre-LV8 graphs and charts with the post LV8 versions. These objects were completely overhaled and some of the more obscure functions were dropped or re-defined.
Trying to help,
Ben