Additional Settings in Data fields are not shown if the resources are extended

Hi,

I have a datafield which was originally designed for older watches. During time the code did grow and more settings are applied for newer watches. Those settings aren't shown in the simulator's settings. The simulator's setting window just show the normal. Saying this, I am 100 % sure that the extension directory is applied, since if I write a tag wrong (e .g instead <properties> -> <pro   perties>) the compile fails

Here is what I did:

1. Defininng common settings in resources directory in the file resources.xml

2. Defining further settings in resources-round directory in the file resources.xml

3. Defined in the jungle file:

base.resourcePath=resources
round.resourcePath = resources;resources-round-240x240

Is this a bug in the simulator or did I something wrong here?