![]() |
Wait symbol appearing while moving the slider |
Post Reply ![]() |
Author | |
vijaymahajan ![]() Groupie ![]() ![]() Joined: 16 June 2008 Status: Offline Points: 92 |
![]() ![]() ![]() ![]() ![]() Posted: 11 July 2008 at 2:31am |
Hello, whenever i click on my slider in ribbon bar,it shows the wait symbol.
If i increase it or decrease it by 1 point then also it is showing the wait symbol. This doesnt give good feel while using it.
It can show the wait symbol,but it should happen after i release the left mouse button. here on every left mouse button down,it is showing the wait symbol.
i saw the slider created in your RibbonSample application in the status bar,it not at all shows the wait symbol when we move the slider.
But while creation nothing i found for it.
Please guide me accordingly.
Thanks And Regards,
Vijay
|
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Hi,
Do you see same problem with Samples\Ribbon\RibbonControls ?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
vijaymahajan ![]() Groupie ![]() ![]() Joined: 16 June 2008 Status: Offline Points: 92 |
![]() ![]() ![]() ![]() ![]() |
Hello, No,in RibbonControls sample,there is slider control on ribbon bar under the Misc tab.But that also dont show the wait symbol when we move the slider.
I have created the slider control, with the same way as in ribbon controls sample application.
see this is the code how i have created.
pSlideFeather = (CXTPControlScrollBar*)pGroupColorCorrect->Add( new CXTPControlScrollBar(), ID_SLIDER_FEATHER);pSlideFeather->SetScrollBarStyle(xtpScrollStyleSlider);pSlideFeather->SetRange(0,100);pSlideFeather->SetPos(0);pSlideFeather->SetFlags(xtpFlagManualUpdate); pSlideFeather->SetWidth(150);pSlideFeather->SetHeight(10);pSlideFeather->SetTooltip(_T("Feather"));Only i have changed the parameter in setflag method,nothing else.
still it is showing me the wait symbol.
please guide for this problem.What can be the solution for this?
Thanks And Regards,
Vijay.
|
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Hi, To guide you, I need reproduce it. Reprodece it with any our sample/new application and attach here.
Maybe its your internal code show it.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |