Search found 4 matches

by becksetaylor
Wed Jul 20, 2022 7:45 am
Forum: Module development
Topic: Assigning an updated event handler to a supplier control
Replies: 8
Views: 3162

Re: Assigning an updated event handler to a supplier control

Ok, i think i may understand what is happening. So there are two supplier controls. 'Supplier' which is a generic supplier of anything. There is also a 'VariableSupplier' which has a back-end to handle all variable populating and updating. If you are using the 'Supplier' then it needs the event han...
by becksetaylor
Wed Jul 20, 2022 7:43 am
Forum: Module development
Topic: Assigning an updated event handler to a supplier control
Replies: 8
Views: 3162

Re: Assigning an updated event handler to a supplier control

jonathon wrote:
When I try to run the regression analysis I get the errors telling me I need to add an event handler.
could you provide a screenshot of this?

with thanks
Here you go!
Error message.png
Error message.png (137.44 KiB) Viewed 3129 times
by becksetaylor
Wed Jul 20, 2022 2:53 am
Forum: Module development
Topic: Assigning an updated event handler to a supplier control
Replies: 8
Views: 3162

Re: Assigning an updated event handler to a supplier control

Hi! Thanks for your reply! Ultimately when I build my module, I would like to have two analyses (and their within-analysis options) available to the user, so I am trying things out by extending on the tutorial at the moment in order to practice with simple(ish) things. I successfully built the ttest...
by becksetaylor
Tue Jul 19, 2022 3:34 am
Forum: Module development
Topic: Assigning an updated event handler to a supplier control
Replies: 8
Views: 3162

Assigning an updated event handler to a supplier control

I'm trying out making two analyses available within a module, and I see that I need to update the javascript file manually in order to make the second analysis work, but I don't see any explicit examples of what that would look like... the examples below from the tutorial make me feel like I'm missi...