If a C_Spinner is placed on a Toggle Frame it will not
completely respond to Hide and Un-Hide commands. The
spinner controls will hide/unhide, but the associated text
box will not. This is different behaviour from the
C_ComboBox and C_List command objects. The source
code is different also.
Logged In: YES
user_id=730186
...forget the part about the Toggle Frame, no Toggle Frame is
needed to demonstrate the problem. Just put up a C_Spinner
and try and Hide/Un-Hide it.
Logged In: YES
user_id=730186
Problem Solved: vspinc.cpp does not attempt to hide/unhide
both the text and scrollbar portions of the spinner. The fix is
to do the obvious and handle both. See attached file, fixes
are commented with a prefix of MLS.
Fixed version of vspinc.cpp