You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ot...@googlegroups.com
Hi all,
Is there a way to allow liveSend() on pages other than that which the participant is on?
I want subjects to look at a table that contains some input from other subjects. This table updates in real time. I want them to be able to keep this tab open while continuing with the experiment (the page with the updating table has target="_blank" in the form, i.e. clicking "next" continues in a new tab).
However, this doesn't work and oTree logs the following message:
Ignoring liveSend message from […] because they are on page Results, not ShowTable.
Any ideas?
Thanks,
Max
Chris @ oTree
unread,
Jun 7, 2021, 11:34:46 AM6/7/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Max R. P. Grossmann, ot...@googlegroups.com
They have to be on the same page, sorry. (Though maybe you can still JS to change the content of the current page so it feels like they are on a new page)
Sent from my phone
> On Jun 7, 2021, at 7:11 AM, 'Max R. P. Grossmann' via oTree help & discussion <ot...@googlegroups.com> wrote:
>
> Hi all,
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Max R. P. Grossmann, ot...@googlegroups.com
the idea is to make it more like a single page app. This can be done by tracking the state of the player in a player field, and just have a live method that can handle more cases.
Sent from my phone
> On Jun 7, 2021, at 9:34 AM, Chris @ oTree <ch...@otree.org> wrote:
>
> They have to be on the same page, sorry. (Though maybe you can still JS to change the content of the current page so it feels like they are on a new page)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Max R. P. Grossmann, ot...@googlegroups.com
oTree is not designed for a participant to be in multiple pages at the same time (actually it actively resists this), so that may be a challenge.
Sent from my phone
> On Jun 7, 2021, at 9:45 AM, 'Max R. P. Grossmann' via oTree help & discussion <ot...@googlegroups.com> wrote:
>
> Thanks, Chris. Would using an iframe be a solution? Perhaps I could target the form destination to live in the iframe, which lies below my table...