Welcome!
This community is for professionals and enthusiasts of the Genio platform.
Share your questions and challenges, and help your partners!
Create a simple Manwin
Hello,
I want to create a simple Manwin that allows changing to a different tab at the click of a button.
So I go to Definitions -> Manual Code -> Manwins.
There I Insert a new one like this :
However, when I go to Generation -> Generate Application and Search for the code in the "code body" of the Manwin in Visual Studio I can't find it.
I also tried to use it in the button I wanted and it not work (probably because it seems to not be generated?)
I'm forgetting something?
Can someone help me please?
Hello Marco,
To enable button functionality, it's essential to implement the JSON response through the CONTROLLER_ROUTINE_BODY. This ensures that the desired actions are properly executed when interacting with the button.
NOTE: both CONTROLLER_ROUTINE_BODY and CONTROLLER_ROUTINE refer to the same function. The only distinction lies in their tags: with CONTROLLER_ROUTINE_BODY, you can modify the function body, while with the other tag, you have the flexibility to alter both the function header and its body.
Following this step, you can use the DONE_ROUTINE tag to implement the functionality wherever needed.
I hope this information helps you!
Keep Informed
About the Community
Question tools
Stats
Asked: 7/26/23, 1:56 PM |
Seen: 847 times |
Last updated: 8/1/23, 8:21 AM |