Hello, any plans to support SignatureField in V14? It will be greatly appre

Hello, any plans to support SignatureField in V14? It will be greatly appreciated.

@everyone or someone with some easy workaround for a project in V14 where we need signature field?

Hi Joey,

Next to a version for Vaadin v8, we also need a version for Vaadin v14.

Did you find a version yet? If so, can you share?

Regards,
Patrick

ho patrick

if you have problems in v8 like the message that the widgetset is not found but the compnet works well, i solve including vaadin-client-compatibility to have the v7 widgetset in classspath.

hope this help you…

enzo.

Hi Enzo,

Is it possible to contact you by email or phone?

My email is: patrick.engels@fernum.nl

Many thanks,
Patrick

Hi Enzo and others,

I finally got it to work using the comments below from Matias Gutierrez and Enzo.

Add in the pom.xml the following dependencies:

com.vaadin vaadin-compatibility-client com.vaadin vaadin-compatibility-client-compiled

I did not add the following line as suggested somewhere else:
// @Widgetset(“com.vaadin.v7.Vaadin7WidgetSet”)

During maven install I see that vaadin.v7 widgetset is included due to compatibility and futher in the log I see a lot of messages about deprecated vaadin 7 items.

[INFO]
Widgetsets found from classpath:

[INFO]
com.vaadin.v7.Vaadin7WidgetSet in jar:file:C:/Users/Patrick/.m2/repository/com/vaadin/vaadin-compatibility-client/8.11.2/vaadin-compatibility-client-8.11.2.jar!/
[INFO]
com.vaadin.DefaultWidgetSet in jar:file:C:/Users/Patrick/.m2/repository/com/vaadin/vaadin-client/8.11.2/vaadin-client-8.11.2.jar!/

the process:

  • change pom
  • maven clean
  • maven install (and you see the statements above)

Hopefully this will add additional information that someone can use to get it to work for themselves.

Regards,
Patrick