Hi,
Is there an ETA for the next release of WFS? When there was still Ron as moderator, I recall he was saying a new release should come soon after 1.6.9 Beta with more tags and improvements, but months after, it seems nothing in sight yet?
I have also a request for a next version to take in consideration, if possible.
I would like to have the possibility to change opacity tags for each element inside the root/default element when you add them to style editor. Now opacity tag works just for the root/default element.
Case example:
- I have a default image (img-A) with a condition in opacity tag (condition-A) but I want that a user has the ability to turn on/off in watchface Settings different images(A1, A2,Ax…) with different condition(condition-A1, condition-A2, condition-Ax…).
I add multiple different images under the root/default element using + Style, which I would like to select in Customization editor and each of them has a different condition based on opacity tag.
Right now in WFS you can edit Properties of just the root/default element, like Tags in opacity with a condition, and this reflects in all the other elements added on style editor.
But I would like the ability to change Tags condition in opacity for each sub element, once selected, to achieve different conditions that a user can select in the watchface Settings. Now you can’t. The sub elements of the root/default element inherit the same opacity condition.
Is definitely possible manually manipulating the XML but uncomfortable.
In the XML you can edit each element of the list, so is possible:
<ListConfiguration id=“x”…
<ListOption id=“0” …
<PartImage name=“image1”…
<Transform value"CONDITION_0"
…
<ListOption id=“1” …
<PartImage name=“image1”…
<Transform value"CONDITION_1"
The goal is for an user the ability to choose different settings for a condition that shows different images or elements in the watchface Settings.
It’s possible to implement in the next version of WFS?
Thanks