I'll be keeping an eye on this, as I would like to get comment functionality into the app.
As to your question, this is the first thing that must run when the app starts:
Code:if (!GalleryController.IsInitialized)
{
GalleryController.InitializeGspApplication();
}
You will notice it in a few places that are possible entry points when the app is idle.
FYI, the function named InitializeGspApplication is a renamed version of a previous function, so if you don't see it, you probably don't have the latest release.
Roger Martin
Creator and Lead Developer of Gallery Server Pro