Custom Menu
Hello fellows,
i want to start a wizard menu after printer::setup.
I read all about menus and i made my own menu but i can't find a way to show it using pushmenu function because argument UIMenu isn't const.
Is there any way ?
i want to start a wizard menu after printer::setup.
I read all about menus and i made my own menu but i can't find a way to show it using pushmenu function because argument UIMenu isn't const.
Is there any way ?
Comments
What i should write to the functions
UIDisplay::executeAction
UIDisplay::nextPreviousAction
UIDisplay::okAction
What's the purpose of each one if i'm writing a wizard ?
why i have to use both UI_WIZARD4_T and UI_MENU_ACTIONCOMMAND_T since both have action argument ?
If you can clarify the difference i would be very greatefull.
One more. I'm showing my wizard by using pushmenu function. The wizard pops up but it lasts for 1 second and the it dissapears itself.
Do i have to do something more or is it a bug ?
1) Is there any UI_WIZARD6 (that contains 6 rows ? )
2) Is it possible for a menu to have headline (or title) row(s) and selectable menu entries ? I need a menu type with text and a YES/NO option
Thanks in advance
I want to use a progress bar.
1) What is the best/easiest way to present it PAGE or MENU ?
2) How to dynamically update this bar based on the extruder temperature ?
Thanks again