Works like a charm!
Cheers
Max
Search found 5 matches
- Tue Oct 09, 2018 8:01 am
- Forum: Module development
- Topic: Editable plot width
- Replies: 4
- Views: 100039
- Tue Oct 09, 2018 5:51 am
- Forum: Module development
- Topic: Editable plot width
- Replies: 4
- Views: 100039
Re: Editable plot width
I defined the Width as an integer, but the error remains.
- name: PlotWidth
title: Width
type: Integer
default: 800
- name: PlotWidth
title: Width
type: Integer
default: 800
- Tue Oct 09, 2018 4:04 am
- Forum: Module development
- Topic: Editable plot width
- Replies: 4
- Views: 100039
Editable plot width
Hi again,
is it possible to modify the width of a plot using a TextBox?
I have defined a text box in name.u.yaml:
- type: TextBox
name: PlotWidth
format: number
inputPattern: '[0-9]+'
In the name.r.yaml I added:
- name: plot
title: Plot
type: Image
width: (PlotWidth)
height: 400 ...
is it possible to modify the width of a plot using a TextBox?
I have defined a text box in name.u.yaml:
- type: TextBox
name: PlotWidth
format: number
inputPattern: '[0-9]+'
In the name.r.yaml I added:
- name: plot
title: Plot
type: Image
width: (PlotWidth)
height: 400 ...
- Mon Oct 08, 2018 12:22 am
- Forum: Module development
- Topic: [RESOLVED] Setting up module development in Linux Mint
- Replies: 2
- Views: 9024
Re: Setting up module development in Linux Mint
Thanks. Now it works perfectly.
Max
Max
- Sun Oct 07, 2018 5:46 pm
- Forum: Module development
- Topic: [RESOLVED] Setting up module development in Linux Mint
- Replies: 2
- Views: 9024
[RESOLVED] Setting up module development in Linux Mint
Hi,
I have some difficulties setting up jmvtools. I am using Linux Mint and installed jmvtools (version 0.9.5.) in R.
I also installed the current version of Jamovi (0.9.5.1) via flathub.
When I run jmvtools::check() I get the following message:
jmvtools::check(home="/var/lib/flatpak/app/org ...
I have some difficulties setting up jmvtools. I am using Linux Mint and installed jmvtools (version 0.9.5.) in R.
I also installed the current version of Jamovi (0.9.5.1) via flathub.
When I run jmvtools::check() I get the following message:
jmvtools::check(home="/var/lib/flatpak/app/org ...