MWConf: Suppr "controlP5.ControlP5 checkName"

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
shama
Posts: 4
Joined: Wed Apr 27, 2011 5:04 pm

MWConf: Suppr "controlP5.ControlP5 checkName"

Post by shama »

Since controlP5 warn when it found duplicated name, you can defined unique name for all component and deals with

Code: Select all

setLabel("");
and

Code: Select all

setLabelVisible("false")
to suppress all warnings.
I attach and exemple.
Attachments
MultiWiiConf.zip
MultiWiiConf without duplicate name warnings
(8.98 KiB) Downloaded 146 times

Alexinparis
Posts: 1630
Joined: Wed Jan 19, 2011 9:07 pm

Re: MWConf: Suppr "controlP5.ControlP5 checkName"

Post by Alexinparis »

thank you shama, it's cleaner like this ;)

Post Reply