I wrote a stack referring to a library (by "start using") and to an external (EnhancedQT). I used Rev.3.
The library contains facilities I wrote and I usually refer to it without issues.
My openStack handler just does a "start using" the library and initializes some variables. It is into the stack script.
When I transform the stack into an application, no "openStack" message is generated (or, at least, it doesn't reach the stack script).
I found a workaround using
Code: Select all
on preOpenStack
send "openStack" to this stack
end preOpenStack
Any idea?