2024-07-11 08:25 PM
hi all
in frontendapplicationbase.cpp
#include <gui/rocket_7tube_testing_screen/Rocket_7tube_testingView.hpp>
#include <gui/rocket_7tube_testing_screen/Rocket_7tube_testingPresenter.hpp>
include added, but application not generated.
please help me I am urgency..
thanks
Solved! Go to Solution.
2024-07-12 12:22 AM
Hello @togsin ,
The "go to screen" functions are only generated if you have an interaction goin to that screen.
Do you have an interaction for which the action is "go to screen Password-Change?
(I assume you want your function to go to the screen named Password_Change.)
If you don't, you can simply create an interaction for which the trigger is "hardware button clicked" (pick something random as hardware button choice) and the action is "Go to screen Password-Change".
If you already have an interaction that goes to the Password_Change screen, I don't know then, I will need more information. Consider sharing your project as a 7z file or isolating the issue.
If this comment answers your question, I invite you to select it as "best answer".
Regards,
2024-07-12 12:22 AM
Hello @togsin ,
The "go to screen" functions are only generated if you have an interaction goin to that screen.
Do you have an interaction for which the action is "go to screen Password-Change?
(I assume you want your function to go to the screen named Password_Change.)
If you don't, you can simply create an interaction for which the trigger is "hardware button clicked" (pick something random as hardware button choice) and the action is "Go to screen Password-Change".
If you already have an interaction that goes to the Password_Change screen, I don't know then, I will need more information. Consider sharing your project as a 7z file or isolating the issue.
If this comment answers your question, I invite you to select it as "best answer".
Regards,