its possible deactive definitely spin in listcontrol and filmstrip??? (1 Viewer)

towerpc

Portal Member
May 29, 2007
21
0
Home Country
Argentina Argentina
Hi...
I creating a new skin aeon-based and need deactive spin control in listcontrol and filmstrip.

Normally when push right button in listcontrol, the spin control has focus, and in filmstrip when push down button spin has focus.

Then what I'm looking, is spin no have the focus never.

Sorry for my bad english.
 
December 28, 2005
237
3
Sydney
Home Country
<control>
...
<onleft>4</onleft>
<onright>4</onright>
<onup>3</onup>
<ondown>6</ondown>
....
</control>

the above can be used to tell which control ID number to focus on when the button is pressed.
 

towerpc

Portal Member
May 29, 2007
21
0
Home Country
Argentina Argentina
<control>
...
<onleft>4</onleft>
<onright>4</onright>
<onup>3</onup>
<ondown>6</ondown>
....
</control>

the above can be used to tell which control ID number to focus on when the button is pressed.

The spin control is integrated in common control with filmstrip and listcontrol and can not be turned off using:

<onleft>4</onleft>
<onright>4</onright>
<onup>3</onup>
<ondown>6</ondown>

any other ideas?
 

Users who are viewing this thread

Top Bottom