Search found 3 matches

by tdz
Fri Feb 09, 2007 6:27 pm
Forum: Building Externals
Topic: mainstack -> externalWraperStack -> external
Replies: 4
Views: 9780

Hi,

Ok Mark, i understand this, but probably i made a mistake here talking
of the "focus" ?
i meant the visibility of the user's objects,
of the card or the stack which is going to use the external.

in the process of initializing my external,
i was trying to put all the init stuff inside the ...
by tdz
Fri Feb 09, 2007 3:54 pm
Forum: Building Externals
Topic: mainstack -> externalWraperStack -> external
Replies: 4
Views: 9780

Thanks Mark for the reply,

After some more test, it appears to be than
in the libraryStack handler ( and the releaseStack ),
the target is the library stack;
and in all other handlers, the target is the main stack or
a control from the main stack.

That's why i loose the visibility of the main ...
by tdz
Wed Feb 07, 2007 12:34 pm
Forum: Building Externals
Topic: mainstack -> externalWraperStack -> external
Replies: 4
Views: 9780

mainstack -> externalWraperStack -> external

Hi,

i made an external, call it EXT .
in the main stack, i have a field F, which is filled by EXT .
so far, so good.

Then, i would like to start EXT by using a stack wrapper EXT.rev ,
so, the user can start EXT by writing :

start using "EXT"

ok, this work too.

but, then the extenal EXT loose ...