openStack event lost
Posted: Sat Feb 21, 2009 12:28 pm
Hi,
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
but this way it performs "openStack" twice!
Any idea?
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?