Vai al contenuto

CustomPageRuntime

Graphical area where a custom page will be drawn. Please have a look at chapter “Custom pages at runtime”.This widget can have any size, starting from a page portion up to a full page width.Inside a standard GF_Project page it’s possible to drop one, or more, CustomPageRuntime widgets, at different positions and size, where each one is associated to different custom pages.This way it’s possible to customize, from end user point of view, one, or more, standard page program pages, using a few CustomPageRuntime.Available properties are:
  • background: graphical area background color
  • editorPage: pageNum related to the GF_Project standard page where the CustomPageEditor has been dropped. It allows to associate the Runtime with the Editor, in order to recall it double-clicking the Runtime.
  • firstCustomPage: first custom page to be displayed inside the Runtime area, after startup. The name specified is the file name to load. If the page doesn’t exist, an empty page will be displayed. Double-clicking it will recall the Editor, allowing to create it.
  • viewOnly: allows to protect the page from editing. This property can be set at runtime by using a condition. Example: blocking if the current user level is not allowed.