Boolean Slider Widget not compatiable with V8

1
Hi   I’m trying to upgrade a project from 7 to 8 but the only error i’m getting is that the widget boolean slider v1.4.2 (which is the latest version) is not compatible. Is there a work around to make it compatible?    Thanks in advance.
asked
3 answers
4

I use the switch widget found here:

https://appstore.home.mendix.com/link/app/50324/

 

Currently working on version 8.5 and we had zero problems with it.

answered
2

What subversion of the modeller are you using?  Is it pre-8.4.1?  In 8.4.1 the support for dojox libraries was included again (see release notes of 8.4.1 here), so if you are not using a version of the modeller >= 8.4.1 it may be worth looking into that as a first option. 

Otherwise you may have to update the widget to use the new React libraries instead.

answered
1

The boolean slider is too old and we didn't bother updating the codebase for any Mendix 6/7 deprecations.

I have retired the Boolean Slider widget in favor of the Switch widget

answered