I wonder if anyone can give brief overview of some of the plugin methods? I'm trying to force my background image to display before my plugin makes it's network calls (i.e. if I was making a winforms app, I'm looking for the equivalent of DoEvents()
)
The plugin has methods like OnPageLoad, OnInit, OnDeInit etc- what's the lifecycle of all these? I'm thinking in a similar vein to the Android activity lifecycle
The controls themselves seem to offer things like Refresh, Render, DoRender, DoUpdate... these all sound sort of similar, what are the differences?
Any pointers appreciated
The plugin has methods like OnPageLoad, OnInit, OnDeInit etc- what's the lifecycle of all these? I'm thinking in a similar vein to the Android activity lifecycle
The controls themselves seem to offer things like Refresh, Render, DoRender, DoUpdate... these all sound sort of similar, what are the differences?
Any pointers appreciated
Last edited: