> Though thinking about this again, I'm wondering if a global event queue > (Table?) might solve that. The struggle with that is keeping this event in > the scope it's used in (e.g. we don't want every widget of a given type > triggering). We also don't want widgets to care that the same name "pb1" was > used in an unrelated widget.
What about a fully qualified name -> screen_name.widget_name (and shortcuts when the widget is in the same screen)