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
2
votes
2 answers

How to make step wizard form in ReactJs?

I am making resume generation application and I have done the things into components. Currently there are two components such as, -> BasicDetails -> EmploymentDetails Complete working…
Undefined
  • 851
  • 5
  • 20
  • 48
2
votes
1 answer

How can i get value from child to parent on button click when button is in parent?

I have been using Stepper view by flutter.And I am having an issue on getting value from child to parent on button click as the button is in parent widget. Here is my Parent class and my child class. Parent Class This is my parent class which has a…
Snofkin Suwal
  • 75
  • 2
  • 6
2
votes
0 answers

Material-ui Stepper. Сan`t make horizontal scroll

I am trying to do horizontal scrolling for stepper on small screens. Here is my code: Styles: stepperContainer: { width: "100%", maxWidth: 950, overflow: "scroll", backgroundColor: theme.palette.background.paper, }, stepper: { …
2
votes
0 answers

Stepper not fully showing step upon tapping

Whenever i tap the steps starting from nationalities and below as shown in the gif they act as follows.. i want to allow my stepper to scroll up or down to fully show every step tapped. Tried keeping only the listview without the formblocklistener…
SCodes
  • 41
  • 3
2
votes
1 answer

Stepper Motor Control with DM320T, Raspberry Pi 3B and MATLAB

I need help troubleshooting my stepper motor control setup. I am trying to rotate a stepper motor a certain angle at a given speed. I connected and program the setup as follows but I can't get the stepper motor to move. I suspect it is my code,…
Sam Ade
  • 21
  • 3
2
votes
0 answers

How do I place the stepper value between the - and + signs?

I am programatically trying to customize a UIStepper. I'd like to place the stepper.value between the - and + buttons and I want to change the background of the stepper to white. How would I do that? Here is what I have that does not work: let…
BVB09
  • 805
  • 9
  • 19
2
votes
1 answer

How to make discrete seek/progress bar in android?

How to make discrete progress/seek bar like stepper in android. Like we see in whatsapp status stories.
Anshul1507
  • 529
  • 6
  • 14
2
votes
1 answer

Material UI - Button inside stepper step

I want to have a clickable element within a step from Material UI's stepper. The element should be visible all the time and not only when a step is active. Setting all steps to active is not possible due to UX reasons. Here's what I tried:
SO1992
  • 127
  • 1
  • 13
2
votes
1 answer

How can I execute step-by-step debugging in Common Lisp ECL?

I am studying Common Lisp using ECL. I tried referring to https://malisper.me/debugging-lisp-part-1-recompilation/ for the debugging method, but the step execution did not work properly. When I insert "(break)" and select "RETRY", processing stops…
NOEU
  • 21
  • 2
2
votes
2 answers

Not able to get the text property of custom stepper used in the xaml file to its cs file in xamarin forms

Here group binding is done and the products are listed under the corresponding dealers. I want to multiply the price and quantity of each products under one dealer and store it in a List_model-OrderModel when the View Order button is clicked. I am…
2
votes
2 answers

I want to make a stepper component

I want to hide prev btn and the other words But I want to show them and prev btn one by one when I press next button and display finish btn i am on the latest word. The buttons, prev, next and finish do the things which are not the same when I…
2
votes
0 answers

Stepper Header with more than 3 items NOT SCROLLABLE in Flutter

#GOAL I want a Flutter Stepper with it's list of steps in the Header scrollable. #ISSUE But I'm getting this with this code, please see the attached picture. #Effort I saw in Stepper Class that Row widget is not scrollable I tried to change…
2
votes
2 answers

How to add custom components into Ant Design stepper?

I'm new to AntD and having a little trouble with the stepper component - specifically, how to add a custom component into each of the steps. For example, const steps = [ { title: 'First', content: 'First-content', }, { title:…
2
votes
1 answer

Flutter Step Validation

I cannot validate Steps individually. I can validate fields in a Stepper, problem is that I want to validate fields before going to the next step. Creating multiple forms is not a good option. I tried that and it is not practical. Is there any way…
Dani California
  • 331
  • 1
  • 3
  • 13
2
votes
2 answers

reset a vuetify stepper

I'm looking for a function who can resetting my stepper made with vuetify. the e1 is set as 0 but if I make a function who reset this value to 0, it doesn't work and the stepper set as the same screen.
TheDevGuy
  • 663
  • 2
  • 12
  • 25