vivine
Junior Member
Posts: 2
Registered: 11/29/2005
Member Is Offline
|
| posted on 11/30/2005 at 06:21 PM |
|
|
isSelected or isDeselected
Hi!
Could somebody tell me how to know the select or deselect state of an item?
There is a lot of different numeric returned by the n_state property and I would like to code something like this:
"if (my_item is seelcted)"
thanks
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 12/6/2005 at 05:25 PM |
|
|
Our programmers are ready to customize the code for your needs for low hourly rates.
Meanwhile you could use following code:
if(o_my_item.n_state & 4) {...action with selected item...}
|
|
|