Hi Jacque,
Hoping the following corresponds to what you are wishing (it is my first time I am using insert into back ;-))

I just created 2 new stacks

- one "theTest.rev" : no script in it, only a field "salut" on the only one card

- a second "lib.rev" : a button whose script is " insert the script of stack "lib" into back"
and the script of this stack "lib" is :
ON openCard
    IF there is a fld "salut" THEN
-- the 2 following lines just to be able to try several times
    put empty into fld "salut"
    wait 2 seconds
    put "hello" into fld "salut"
    END IF
END openCard

That works normally here (Mac intel 10.5.3 ; Rev 2.9.0).
Stack "lib" beeing into back, when I open stack "theTest, "hello" appears in field "salut" after 2 sec.

I hope this is the duplication you wanted

Best regards from Grenoble
André

Le 18 juin 08 à 23:17, J. Landman Gay a écrit :

In Rev 2.9 I have a backscript which never receives any messages. It works fine in 2.8.1. The script inserted is the script of a stack. The stack script contains handlers for preOpenCard, openCard, closeCard, and some other standard system messages. They work fine in their own stack. If I open another stack, which has no scripts at all, none of the system messages are triggered in the backscript. Breakpoints do not trigger, behaviors do not happen, messages are not sent.

Before I report this, I'd like some confirmation that I'm not crazy. This seems like such an elemental thing I can't believe it isn't working. Maybe I did something stupid.

I tested in 2.9 in both Rev and MC with similar results. The "message" toggle in Rev is not activated, and there isn't one in MC, so it isn't that.

Can anyone duplicate this? The stack is displaying some other odd behaviors too, so there may be some other problem. I've been tinkering with several different versions of Rev, so who knows.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to