Re: Why i am not getting Visible property of combo box



Hi,
That looks not so difficult to achieve with LV.
Let's use a table and an event structure for example.
The table state is Disabled.
The event case need to fire when mouse is down.
In the Event Case you get Coord that will give the coordinates of the mouse click.
With a property node of the Table you can get, its position and with a little bit of coding* also the cells size and cells positions.
So with that you can set the Menu Ring position and size through its property node : Position & Named Numeric Size
You can also make it visible, still with property node.
The ring would appear in a initial state so that the user always need to click on it and change its value to select the right item.
So, another case can handle that:
                                -  Fill the cell, because we already know which one it is
                                -  Hide the ring and reset it to initial value
 
Otherwise, if the different items are the same for all the cells (or that there are not too many different ones), you could just
use an array of menu rings...
Hope this helps.
* Using  For loops and a property node of the Table =>Active Cell & Cell Size
.



Relevant Pages

  • Re: Design detection challenge # n+1
    ... approximately six lumps in the ring. ... middle sized ring - looking like a hexagon; ... Convection cells seems a possible explanation. ... with heated water with some scum floating on ...
    (talk.origins)
  • Re: Carbon-14 fallacy in dating
    ... devotes its energy to producing new growth cells. ... ring, thus making counting possible. ... smaller cross sections and relatively thicker cell walls. ...
    (talk.origins)
  • Re: Michael Creed
    ... Ball's too busy hiring hookers of of craigslist to pay his riders and ... give them a ring on their cells to tell them he's firing them. ...
    (rec.bicycles.racing)
  • Re: dynamic change of ring elements
    ... use the property node "strings and values" to change the appereance of your ring at runtime! ...
    (comp.lang.labview)
  • Re: How to retrieve the label of a menu ring when i know its Value ?
    ... You need to create a property node of the menu ring, ... array that you obtain with the value of the menu ring, ... attached picture. ...
    (comp.lang.labview)