Search found 29 matches

by vjalby
Wed Jul 29, 2026 7:21 am
Forum: Module development
Topic: Enabling a UI control based on VariablesListBox
Replies: 3
Views: 13211

Re: Enabling a UI control based on VariablesListBox

Thank you Nour, that's exactly what I was looking for !

@dropmann, I agree with your comment. I'll use it wisely :)
by vjalby
Mon Jul 27, 2026 5:27 pm
Forum: Module development
Topic: Enabling a UI control based on VariablesListBox
Replies: 3
Views: 13211

Enabling a UI control based on VariablesListBox

It's possible to conditionally enable a UI control using the enable keyword.

But when the condition is "a VariablesListBox is filled", I have to use 2 negations, eg

enable: (!(!group))

Now, I wonder if there's a way to test (without JS) if a VariablesListBox is filled with more than 1 variable ...
by vjalby
Tue Jun 16, 2026 5:25 pm
Forum: Module development
Topic: Plotbuilder adaptation for jamovi – necessary or possible?
Replies: 20
Views: 275886

Re: Plotbuilder adaptation for jamovi – necessary or possible?

I remember it was about raincloud plot only. I may think about this one later, but don't expect anything soon...
by vjalby
Sat Feb 21, 2026 4:57 am
Forum: Statistics
Topic: Notice ignores newlines (\n) due to frontend CSS and HTML sanitization - any workarounds to allow multi-line notices?
Replies: 5
Views: 170826

Re: Notice ignores newlines (\n) due to frontend CSS and HTML sanitization - any workarounds to allow multi-line notices

You may also use a "type: Html" result element. Content may include css to format the notice the way you want.

Code: Select all

    
    - name:  htmlNotice
      title: "My Notice"
      type:  Html
      visible: true
      content: "line 1<br />line2"
by vjalby
Tue Feb 10, 2026 2:08 pm
Forum: jamovi development
Topic: Feature request: Plot multiple variables on same axes (repeated-measures data)
Replies: 4
Views: 215985

Re: Feature request: Plot multiple variables on same axes (repeated-measures data)

I'm not sure it will help you, but vijPlots module includes boxplot for multiple variables. It's available in jamovi library.

Image
by vjalby
Fri Jan 30, 2026 3:09 am
Forum: Module development
Topic: Likert Plot
Replies: 5
Views: 237810

Re: Likert Plot

The module "Likert Plot" is not updated anymore. It has been merged with the module vijPlots, that is available from jamovi library.
by vjalby
Sat Jan 17, 2026 5:35 pm
Forum: Module development
Topic: decimal symbol
Replies: 3
Views: 84595

Re: decimal symbol

Thanks yurismol. But I think it gives R default. Not jamovi's default. Actually, I found it :

Code: Select all

self$options$decSymbol
by vjalby
Fri Jan 16, 2026 11:10 am
Forum: Module development
Topic: decimal symbol
Replies: 3
Views: 84595

decimal symbol

Hi all,

I wonder how I could get the value of the (new) jamovi decimal symbol option (comma, dot) from a R script ?

Thanks.
by vjalby
Mon Dec 22, 2025 7:39 am
Forum: Module development
Topic: vijPlots update
Replies: 2
Views: 80587

vijPlots update

Hi all,

Today I released vijPlots 0.11.1 (thanks jonathon for pushing it to the library). This version includes enhanced versions of the three main (french) factorial analyses (PCA, CA, MCA) along with multi-valued variable (google's form check-all-that-apply question) support in Multiple Response ...
by vjalby
Thu Nov 20, 2025 7:21 am
Forum: General
Topic: Composite boxplots
Replies: 10
Views: 176322

Re: Composite boxplots

You can try the boxplot version of vijPlots module !