Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtGridCellInplaceSlider bug ? Collapse All
Subject Author Date
Vincent Lin Feb 27, 2007 - 4:49 AM

while I set the CExtGridCellInplaceSlider range to 0xffffffff (ULONG) , ScrollTotalRangeSet(0xffffffff ).
the slider bar will disappear after I move the sllider bar. why ?
and I also need 64 bit data size, could CExtGridCellInplaceSlider is available for that ?
(my Prof-UIS version is V2.63)

Technical Support Feb 27, 2007 - 5:52 AM

The inplace slider cell is not designed for working with very big value ranges. You should specify a smaller range (less than the maximum signed 32-bit value) and perform scaling manually. For example, if your slider is 300 pixels in width, you could set the maximum range value to 200 and connect this value to your 64-bit value in a certain proportion.