Timing Issue, How would you do this?

Hi,

When my app starts up it sends a request to our server to see if the user is a member or not.
It sets a app.IsMember in the Page Received of the app.

When the home screen loads the Table menu, it checks app.isMember and modifies it;s display based on this Value.

Problem is the home screen loads before the Page received fires?

What’s the best way to fix this?

Solved my own problem, Moved the socket to the home screen.