beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Add arbitrary variable assignment when entering Pages
2022-11-23, Edouard Tisserant
570a738239f4
SVGHMI: Add arbitrary variable assignment when entering Pages
Usage similar to Assign widget.
Required instanciating PageWidgets for each page, so that assigned variables can be subsribed.
from __future__ import absolute_import
from etherlab.etherlab import *
from util.BitmapLibrary import AddBitmapFolder
import util.paths as paths
AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))