When importing a group of widgets, the bounds() statement doesn’t appear to support $SCREEN_ macros.
For example, this doesn’t work and I need to manually expand the macros in each instance:
WidgetGroup bounds(0,0,$SCREEN_WIDTH, $SCREEN_HEIGHT), channel("test"), namespace("MyNamespace")