Re: Why i am not getting Visible property of combo box
- From: Dai <x@xxxxxxxx>
- Date: Thu, 28 Jul 2005 07:10:39 -0500 (CDT)
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
.
- References:
- Re: Why i am not getting Visible property of combo box
- From: Tushar J
- Re: Why i am not getting Visible property of combo box
- Prev by Date: Re: magnetic field measurement
- Next by Date: Re: How can I create a Report with the Report Generation Toolkit?
- Previous by thread: Re: Why i am not getting Visible property of combo box
- Next by thread: Re: accessHW.zip problems
- Index(es):
Relevant Pages
|