Highlighting the Bounds of the Widgets not effect

according to the develop guide,I add the xxxx.constants.list within
ej.mwt.debug.bounds.enabled=true
ej.mwt.debug.bounds.color=0x00ff00
but the Highlighting the Bounds of the Widgets not effect

Hi @guankai ,

In order to be sure the constants are properly set, could please try printing the value of both constants in the standard output and send us the log? You can access the value of constant by using the methods ej.bon.Constants.get[Type](String). Here is more information about BON constants and how to use them: MicroEJ Classpath — MicroEJ Documentation

Regards,
Gaëtan for MicroEJ

Hi,I met the problem again,I add the demowidget.constants.list in the project and the contents as shown below
ej.mwt.debug.bounds.enabled=true
ej.mwt.debug.bounds.color=0x00ff00

I print the constants in my code,the result is true,but can not highlighting the bounds of the widget

Hi,

Which version of MWT are you using? According to the CHANGELOG (available here: https://repository.microej.com/modules/ej/library/ui/mwt/3.3.0/CHANGELOG-3.3.0.md), this property was introduced in the 3.3.0 version of MWT.

** [3.3.0] - 2021-09-14

### Added

...

- Add a debug option to highlight the bounds of the widgets and containers.

...

Regards,
Gaëtan for MicroEJ

Oh and also did you follow this tutorial: MWT Bounds Highlighting?

Hi, the version of MWT here I used is 3.2.1,I change it to 3.3.0, and it works.thank you.

Regards

Patrick