From: Damianos Mt. <met...@cs...> - 2014-05-01 00:48:09
|
Hello, Again i have two .sf file . In one sf1 file i have the following Component1 extends OnEvent{ singleEvent false; Component2 extends LAZY Lb { sfClass "class"; } } and in the other sf2 i have the EventSend like this Component3 extends EventSend{ event "Component2"; } The thing is that i first run the sf1 file and then the sf2 but the component2 event is not triggered when i run the sf2 file Is the above code right or am i missing something? thanks, Damian ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |