Page 1 of 1

openStack event lost

Posted: Sat Feb 21, 2009 12:28 pm
by mmiele
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

Code: Select all

on preOpenStack
   send "openStack" to this stack
end preOpenStack
but this way it performs "openStack" twice!

Any idea?

Posted: Sat Feb 21, 2009 6:27 pm
by mwieder
For a standalone app, try the startup message. You won't get the startup message if you're working in the IDE, so your development work won't be affected.