Hello,
I am trying to achive showing different images for ASPxTrackBar's main drag handle. For this purpose i've specified two three different images for Url, UrlHottracked and UrlPressed sub-properties in MainDragHandleImage property.
I was expecting to see three different images while i drag, press and release the drag handle. Are those properties (Url, UrlHottracked, UrlPressed) used for this purpose? If not, i will be pleased to know how could i achieve my scenario?
Please find the sample project and a screencast as attached…
Also: As you may see from the screencast, ValueTooltip is being overflowed by mouse cursor, so you can not see the valuetooltip while you are dragging. Is there a way to show ValueTooolTip in upper/different position? Btw: I've seen that there are two properties for this: ValueTooltipPosition and ValueToolTipStyle. My ValueTooltipPosition was set to LeftOrTop however this is not in effect and i haven't seen any Padding-like property in ValueToolTipStyle. <== If you like i can create a seperate ticket for this question, I've just asked here because to avoid uploading screencast twice)
Have a nice day & thank you :)
Onur
Please Ignore the second question. It was due to its position If you put a single trackbar at left top of a page and if there is not enough space at lefttop corner, ValueToolTip is shown in bottom. It works with following settings if there is enough space:
ScaleLabelHighLightMode = HandlePosition
ValueToolTipPosition = LeftOrTop
ScalePosition = Both
Hello,
Thank you for contacting us. I see the problem. I will forward this issue to our R&D team. Our developers will continue working on this problem, and we will keep you informed of any progress.
Hello Sergi,
Are there any news on this topic?
Thank you & have a nice week :)
Onur
Hello Onur,
I am afraid we still do not have a complete resolution to this issue. Our developers are looking for the cause, but have not yet succeeded. We will contact you once we have any results. Thank you for your patience.
Hello Onur,
It turned out that it is not so simple to fix this issue, so our developers need additional time to find a permanent solution. Right now, you can work around the problem by using SpriteProperties instead of UrlHottracked and UrlPressed properties. See the code below:
<style type="text/css"> .pressed { background-image: url(needle.png)!important; background-repeat: no-repeat; } </style> <dx:ASPxTrackBar ID="ASPxTrackBar1" runat="server"> <MainDragHandleImage Height="32px" Url="draghandle.png" Width="32px"> <SpriteProperties PressedCssClass="pressed" HottrackedCssClass="pressed" /> </MainDragHandleImage> </dx:ASPxTrackBar>
Hello Sergi,
Thank you for followup and information. Workaround is sufficient for me to continue. I will implement this solution in my project. I will reopen this ticket if there are any problems in future.
Thank you (all) for your time and effort.
Btw: there are other small findings (bugs) and suggestions regarding ASPxTrackbar, bugs do not hurt but would you like me to create a seperate ticket for them or to write down here?
Onur
It will be great if you create a new ticket for each new issue. This way, it will be easier for us to track and process your inquiries in the most efficient manner. Thanks for your cooperation