I recently tried one of the LC 7 DPs with my app.
It uses SQLYoga and is written within the GLX App Framework.
It crashed to the script editor on the SQLYoga registration and I just left it there after asking Trevor if SQLYOga had been tested against LC 7 yet. It hadn't so I thought I would leave it for now.
With the Global Jam initiative coming up I thought I would try again.
This time I just commented out the SQLYoga registration lines and relaunched my app.
It crashed to the script editor again, this time claiming it can't find my stack.
Checking the Project Browser I can see none of my stacks present, only the GLX stacks:
Application
glxapplauncher
glxApplicationFramework
pref stack - user
splash
Now "splash" is my splash screen and I had configured my app for user prefs (hence "pref stack - user") but my "program" stack of my two library stacks (one of which is SQLYoga) are not there.
Tracing through the launch there seems to be an issue in the "glxapp_getProp" handler when it tries to get a list of stacks to load.
Under LC 7 the list returned is a single line, which in my case is...
"group id 50042 of group id 1006 of group id 1003 of card id 1002 of stack "application""
Obviously the above is not a list of stacks.
Checking the above mentioned groups I can see they all have properties that are associated with them that provide the stack name etc.
At this stage I must admit I am getting lost under these levels of abstraction and am asking for help.
Somehow LC 7 doesn't get to read these properties and thus load the required stacks.
I just don't know where it is failing.