Page creation
To create a new page, the following steps are necessary:
Creating a new page under
lib\obp60task\PageXXXX.cppRegister the page in [
lib\obp60task\obp60task.cpp. Extend the functionregisterAllPagesaccordingly.In
/lib/obp60task/config.json, add the new page to the respective page lists or add the page to/lib/obp60task/gen_set.pyand thus recreate the relevant part of the file/lib/obp60task/config.json.
The existing page PageWhite can be used as a template for a new page. It contains only minimal code. In the copied page, you simply need to replace the text White with Example.