Questions tagged [stepper]

Software for managing microcontroller input and output for controlling stepper motor hardware; To be used together with the platform tag.

Steppers are very precise motors that give a very precise control on their rotation. The full rotation is divided into steps and the driver circuit of the motor allows to execute commands that precisely move the motor by a given number of steps, in a given direction and at given speed.

Use this tag exclusively for software-related questions such as:

  • stepper control code
  • libraries controlling steppers
  • producing/processing I/O related to steppers

Use this tag in combination with the hardware environment, such as or .

More information:

297 questions
1
vote
1 answer

Change the label of button in Wizard for Angular 2

I work with the latest version of Wizard for Angular 2 and I had a question: How do I change the label of the Next and Back buttons. And also if it is possible, in the input, when clicking on enter, to advance the step. It would be great to have…
1
vote
1 answer

Xamarin Forms Custom Stepper with 2 buttons and Entry

I implemented this CustomStepper: using System; using Xamarin.Forms; namespace AppXamarin { public class CustomStepper : StackLayout { Button PlusBtn; Button MinusBtn; Entry Entry; …
mohammad anouti
  • 171
  • 2
  • 18
1
vote
1 answer

Xamarin Forms custom stepper

I am trying to make a custom stepper to use in my listview such as this one Any idea how to do this? Thanks.
mohammad anouti
  • 171
  • 2
  • 18
1
vote
2 answers

Flutter: Stepper onStepContinue not firing

Can you tell me what's wrong in my code? Widget _createProfileStepper() { int currentStep = 0; List createAccSteps = [ new Step( title: Container(), content: new Text('This is the first step.'), isActive: currentStep >= 0, …
Ny Regency
  • 1,620
  • 8
  • 25
  • 43
1
vote
0 answers

Angular Material: Stepper moves forward although select is required

I want to create a horizontal stepper (Sh) inside of a vertical stepper (Sv). Inside Sh is a select which is required. The select becomes red when unselected but the stepper moves forward anyways. Why? HTML:
flyingAlemannian
  • 175
  • 2
  • 13
1
vote
1 answer

CASE stepper IR remote and Arduino

This is my code and i want to control stepper with IR remote. My code work fine but i want to know how can continu my action while a hold button on remote. The HEX code is different when i hold button and i don't know to recall my last…
diltech
  • 11
  • 1
1
vote
1 answer

Angular6 Material - using Stepper with Input with a custom ErrorStateMatcher

This seems like it should be pretty straight forward... within a stepper, you're collecting info, and you want to make sure an email is an email. But it seems like the shared 'form' tag causes some issues where the error checker gets messed up and…
AppDreamer
  • 1,266
  • 3
  • 16
  • 34
1
vote
1 answer

Binding Stepper value to the corresponding listview item's parameter - Xamarin.forms

I put the stepper on listview so each record has one stepper. I would like to bind the stepper onchanged value to one of the corresponding objects parameter value. So each listed records' parameter can be altered by corresponding stepper. Is it…
1
vote
1 answer

Icons too big in Stepper

When you create steps in a Stepper with a state other than indexed or disabled, the icon reaches the edge of the circle, which looks "clunky". This has been raised as issue #16920 on GitHub.
Derek Lakin
  • 16,179
  • 36
  • 51
1
vote
1 answer

Validation using GlobalKey in individual steps of Flutter Stepper widget returns false even for correct input

I am using stepper widget, and using a Form widget in each step of stepper with different form keys in order to validate each step ... the problem is that this._formKey.currentState.validate() always returns false even if the validation criteria…
Sana.91
  • 1,999
  • 4
  • 33
  • 52
1
vote
0 answers

Android Material Stepper Last Step Null Value

I've been using material stepper from this https://github.com/shivasurya/materialsteppers I've 3 step which each step contain form, the problem is, when on the last step, i can't get the form data. below is my code, and I using the same way on step…
rafitio
  • 550
  • 3
  • 15
  • 36
1
vote
0 answers

How to use custom Image in stepper

I am using material-ui@next for my react app. I am struggling to find a way so that I can use and update stepper icon dynamically with PNG images.
Nayan Srivastava
  • 3,655
  • 3
  • 27
  • 49
1
vote
2 answers

How to add click on mat label in mat stepper

I need a click functionality on matSteplabel. Added click on mat-step also but no use! Snapshot