Raised Events: Target a Repeater from a Master

newbie-question

#1

Hi! I am trying to set the numbers of rows on a repeater by clicking on a master with a raised event and I can’t get it to work. I have seen this page: https://docs.axure.com/axure-rp/masters/raised-events/ but I must be missing something.

Does anyone know what I am doing wrong here? Raised-Event.rp (50.9 KB)

Thank you so much for your help!


#2

Hey there. There was a few issues in this file:

  • You need to do two things - create a raised event on your master, then add an interaction on the master instance on your page.
  • That interaction is where you put your actions for affecting the repeater. In the demo file attached I’ve just had it add a row to the repeater, but it could do anything (sort, filter, remove rows etc)
  • There was an empty click/tap interaction on the master instance that was blocking the execution of the raised event, which I deleted.

Raised-Event.rp (51.0 KB)


#3

Hi @davegoodman - You saved the day, thanks! I think that empty click interaction was causing the problem. I really appreciate your help!


closed #4

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.