Page creation

To create a new page, the following steps are necessary:

  1. Creating a new page under lib\obp60task\PageXXXX.cpp

  2. Register the page in [lib\obp60task\obp60task.cpp. Extend the function registerAllPages accordingly.

  3. In /lib/obp60task/config.json, add the new page to the respective page lists or add the page to /lib/obp60task/gen_set.py and 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.