"Jeff M." <
[hidden email]> wrote in message
news:
[hidden email]...
> Completely novice question...
>
> Since I don't have the pro version of Dolphin (yet), I don't have a
> good idea of how the final EXE is made. I'd imagine that the Worksheet
> acts as the entry point, but I have no way of confirming this. But,
> it's also possible that there is a specific object that gets created on
> startup? Could someone give me a rough idea of what the entry point to
> a ST application is?
>
Dolphin apps kick off in SessionManager. The application level entry point
is effectively the #main method, which is called on the main UI thread. If
you want to understand the whole startup sequence start browsing from
SessionManager>>onStartup:. Bear in mind that if you modify this, you might
very well render your image unstartable and have to start with a new one.
Regards
Blair