Re: Add a new home property to a change listener
I do not know if other developers needed to add a new home property to existing ones but if there is a solution for it to be possible without too much changing the source code, why not?The main problem comes from the fact that enums are [font=courier new]final[/font], and using enums for these properties is actually a wrong idea I had [:(]