Feature #729

Jump method of SliderCtrl should be supported by LayoutDesigner.

Added by Zbigniew Rebacz about 10 years ago. Updated about 10 years ago.

Status:ApprovedStart date:03/22/2014
Priority:NormalDue date:
Assignee:Miroslav Fidler% Done:

0%

Category:CtrlLibSpent time:-
Target version:-

Description

I think it would be nice if SliderCtrl option "Jump" will be supported by LayoutDesigner.

First of all, We need to improve "Jump" method by replacing return value from "void" to "SliderCtrl&". (SliderCtrl.h - line 45):

SliderCtrl&   Jump(bool v = true)              { jump = v; return *this; }


The second part is to patch .usc file just adding one line of code. (CtrlLib.usc - line 1261)
bool Jump = false;

SliderCtrl.h Magnifier (1.55 KB) Zbigniew Rebacz, 03/22/2014 02:46 PM

CtrlLib.usc (30.7 KB) Zbigniew Rebacz, 03/22/2014 02:46 PM

History

#1 Updated by Miroslav Fidler about 10 years ago

  • Status changed from Patch ready to Approved

Also available in: Atom PDF