Forum Discussion
Stephanie
11 years agoSuper Hero
User notes that they can print and email
Hi all. I built a course earlier this year that contains a "notes" function to allow users to take a moment to reflect and type their thoughts on certain questions. This is used in place of a typica...
PhilMayor
8 years agoSuper Hero
You need a variable so you know if the notes panel is open and closed, e.g. NotesOpen
Set it to true whenever it is open and false when it is closed.
Now on each layer in your course add a trigger that shows your notes layer (I presume you are incrementing a variable, on condition NotesOpen is equal to true, ensure the the notes layer is set to not hide other layers.
Not sure why the notes panel button is hiding is that on a layer as well?