2004-04-11, 06:18 PM
How would I put up a 'loading' screen to indicate the plugin was going out on the net to gather data (like the weather data for example)? Â I don't see how I would render the loading screen and return to gb-pvr and still go out, get the data, and render the 'real' weather screen.
Do we need a new plugin method like:
// returns true to render something and false if no splash screen
public bool SplashScreen()
Do we need a new plugin method like:
// returns true to render something and false if no splash screen
public bool SplashScreen()
-CodeMonkey