Hi,

The "target" keyword doesn't seem to work inside a "libraryStack" function. For example:

In a button in the Main Stack "Test1":

on mouseUp
  start using "TestLib"
end mouseUp


In the Library ("TestLib":

on libraryStack
  put target & cr after field 1 of me               
end libraryStack

In this case "target" is set to "TestLib" and not "Test1" as expected.

Is this the correct action? If not, how can I get the stack that issued the "start using" command from within a library?

Thanks a lot
All the Best
Dave

_______________________________________________
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