class

Tryst::UI::NotRealizedError

Inherits Exception < Reference < Object

Raised by any genuinely realize-only method (WidgetAddressing's own #virtual_path/#configure/#option_dump, and later Handle's) called before its node has been realized. These don't queue for later - the whole point of a Tk-free build phase is that nothing is pretending to talk to an interpreter that doesn't exist yet.

Constructors

new(message = "not realized yet - call this from an on_* event handler (already post-realize), or after #run/#run_async/#realize")
Source