Could someone tellme which key to use to scroll up/down in a get with spinner from keyboard.
Thanks in advance
Otto
case nKey == VK_PRIOR
if ::lSpinner
Self--
endif
case nKey == VK_NEXT
if ::lSpinner
Self++
endif
Antonio Linares wrote:Otto,
Please add this code to Class TGet Method KeyDown():
- Code: Select all Expand view
case nKey == VK_PRIOR
if ::lSpinner
Self--
endif
case nKey == VK_NEXT
if ::lSpinner
Self++
endif
Now you can use PageUp and PageDown
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 80 guests