Search found 88 matches

by dropmann
Mon Feb 02, 2026 11:44 pm
Forum: Module development
Topic: Understanding Array Options and Reference Levels in Jamovi Modules
Replies: 2
Views: 2474

Re: Understanding Array Options and Reference Levels in Jamovi Modules

Hi, Thanks for reaching out. The template property of an Array type describes what each item in that array will look like. In your example, refLevels is defined as an array of Group objects. A Group can be thought of simply as an object with specific properties, so refLevels is effectively an array ...
by dropmann
Thu Jul 31, 2025 12:59 am
Forum: Help
Topic: Bugs with version 2.7.2
Replies: 1
Views: 45042

Re: Bugs with version 2.7.2

Thanks for letting us know about these issues, we are resolving them now. Fixes will be in the next release.
by dropmann
Wed Jul 30, 2025 10:14 am
Forum: Help
Topic: Module tab
Replies: 5
Views: 38653

Re: Module tab

I have fixed the issue, and it will be in the next release most likely tomorrow.
by dropmann
Wed Jul 30, 2025 7:02 am
Forum: Help
Topic: Module tab
Replies: 5
Views: 38653

Re: Module tab

Thanks for reporting this issue. I'll look into it. I suspect if you scroll with the mouse scroll wheel on the ribbon it should appear.
by dropmann
Sat Mar 01, 2025 10:52 pm
Forum: Module development
Topic: VariableSupplier: restrict content variables
Replies: 11
Views: 313374

Re: VariableSupplier: restrict content variables

Hi Javier, To implement this you'll need to do more than just the y.yaml. This link will give you some insights https://dev.jamovi.org/ui-advanced-customisation.html. In jamovi an example is in the ANOVA. Here is a link to the js file for the ANOVA where the model supplier is populated https://githu...
by dropmann
Wed Sep 11, 2024 11:50 pm
Forum: Module development
Topic: enable UI options based on number of provided variables
Replies: 9
Views: 98240

Re: enable UI options based on number of provided variables

Ok. So a new version of jamovi (2.6.11) has been uploaded that allows for more complicated conditions in the u.yaml. Essentially it enables the use of javascript in the u.yaml for some properties. For example, the current system (which continues to function) might look like this enable: (postHocES:d...
by dropmann
Tue Sep 10, 2024 12:18 am
Forum: Module development
Topic: enable UI options based on number of provided variables
Replies: 9
Views: 98240

Re: enable UI options based on number of provided variables

Hey everyone, I have come up with a solution which i am currently implementing which will provide you with a simple way of doing this without a js file. I should have it done in the next few days. Thanks for your patience.
by dropmann
Fri Aug 23, 2024 7:48 pm
Forum: Help
Topic: Issues with adding a missing value
Replies: 9
Views: 36125

Re: Issues with adding a missing value

I have submitted a fix for this issue and should be out in the next release.
by dropmann
Sun Jul 14, 2024 4:56 am
Forum: Module development
Topic: enable UI options based on number of provided variables
Replies: 9
Views: 98240

Re: enable UI options based on number of provided variables

Hi Dan, I can look into providing something for you however it won't be until later this week. It will require some js and I can only provide a file that you will need to modify for your exact purposes, but I'm sure you'll figure it out. I'll let you know when it's ready.

Damian
by dropmann
Thu Aug 24, 2023 1:40 pm
Forum: General
Topic: Version 2.4.7 announced on release notes but not available for download
Replies: 2
Views: 15584

Re: Version 2.4.7 announced on release notes but not available for download

Hi Jorge,

I apologize for the delay. I have just uploaded 2.4.8. Let me know if there are any issues. Thanks for reporting this.