Skip to content

Screen changes update queries #38

@exerro

Description

@exerro

If you give a Screen a width_transition and then update its width, it'll break after calling Application:child_value_changed( Screen ) which in turn calls QueryTracker:update( "child-changed", Screen ) which in turn will test the query function on the Screen which can break if the query is a tag query.

Solution: make Screen extend Sheet and define custom behaviour. They're pretty similar anyway, and then it'll be easier to target them in dynamic values later on. This will allow giving Screens tags and IDs. Nifty, huh?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions