Link between Editor and Runtime
The CustomPageRuntime widget is linked to the CustomPageEditor by the property “editorPageNum”. When executing double-click over the Runtime, a GF_Project pageRecall will take place, recalling the page with pageNum equal to the Runtime “editorPageNum” property. This GF_Project page must contain the CustomPageEditor widget.The Editor will automatically open the custom page allowing to change it. After saving the modified Custom Page, the system will automatically return to the original page (the one with the Runtime), reloading the Custom Page area and activating the new modifications.Warning: the widget “CustomPageRuntime” always needs at least the property “firstCustomPage”. Example: “startpage”.