Omey1
(Omey Nandyal)
July 26, 2023, 7:35pm
1
Hi There,
I am attempting to use with Vaadin24.
Allocating a meter ...
ProgressFluidMeter fluidMeter = ProgressComponentBuilder.fluid().withInitialValue(50).build();
fluidMeter.setValue(50);
fluidMeter.setVisible(true);
this.add(fluidMeter);
I add it to my vertical layout - but the element does not appear. I am running in vaadin in dark mode.
Mekaso
(Mekaso GmbH)
September 11, 2023, 6:39am
2
just tested it: it works with Vaadin 24 (without changes). Maybe you should give the component a width and height (because a canvas element needs it to be displayed).
Ali.105
(Ali Ali)
October 15, 2023, 4:12pm
3
I have same problem , So by deffault the width and height are set to 250px so what to do ?
Mekaso
(Mekaso GmbH)
December 14, 2023, 7:50am
4
just change the width and height according to your needs