Skip to content

Utils.auto_refreshing - what's the difference between self.refresh_data_bindings and the forms refreshing_data_bindings event #249

Answered by s-cork
rhurlbatt asked this question in Q&A
Discussion options

You must be logged in to vote

The event triggers any time:

The form's item is changed like:
self.item = self.item
Or
You invoke refresh_data_bindings

refresh_data_bindings is equivalent to
self.item = self.item.

Side note - the anvil-labs atomic module is like a super charged version of auto_refreshing.

Edit:
If the above doesn't seem to be the case - clone link?

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@s-cork
Comment options

@rhurlbatt
Comment options

@s-cork
Comment options

@rhurlbatt
Comment options

@s-cork
Comment options

Answer selected by rhurlbatt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants