Hello!
Exists this topic: http://www.foreui.com/forum/jumping_to_a_specific_page_in_another_project/?wcz
But, don’t works… Somebody help me about this?
1 answer
Hi Kássia, the solution still works, say you have a directory that contains two exported HTML5 simulations, and they have folder name “sim” and “tmp”.
PARENT DIR
sim
tmp
In the sim plot, just use the “Go to URL” action to open another simulation like this:
This will open a new window and load the tmp simulation.
The tricky part is that you will need to assume the directory structure, before it really get created, because this solution rely on the relative path.
For the same reason, when running HTML5 simulation from ForeUI, you can’t see the good result since the relative path will not be right.
-
Hi Vivi! It's works... But i have a problem... When i call other Plot, i lose my references like id user, that i need in the another Plot.
-
Seems you need the "Local Storage" element, you can check this out: http://www.foreui.com/foreui/foreui-v4-1-local-storage-element/
-
Thank you!! :)