Book a Demo

Author Topic: Use of triggers by substates?  (Read 2585 times)

ErikS

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Use of triggers by substates?
« on: December 09, 2010, 04:18:47 am »
I'm trying to create a state machine for user interface navigation. There are several physical buttons the user may press, such as the Check button. I've created a trigger for the user pressing the Check button. However, I can't specify it as the trigger for a transition unless the trigger is a sibling (in the project browser) of the state from which the transition starts.

Is there way to create a single trigger and give substates access to  that trigger?

Thanks,
Erik

Frank Horn

  • EA User
  • **
  • Posts: 535
  • Karma: +1/-0
    • View Profile
Re: Use of triggers by substates?
« Reply #1 on: December 09, 2010, 06:06:44 am »
Sounds like EA 7.x. EA 8 opens a tree view for browsing triggers within the whole model, so this restriction isn't there anymore.

ErikS

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Use of triggers by substates?
« Reply #2 on: December 09, 2010, 09:04:21 am »
Thanks Frank. I was running 7.5. After upgrading to 8, I am now able to use all the triggers.

Erik