Is it possible,

Is it possable to have 2 different theme like things. I’m working on another face and I want to have the design of the face to be selected by the user and have another element (where the rotation is) changeable, like having a different part of the face to be changed by the user to something different. Hope I’m explainging it right because I’m confussing myself trying to explain it. lol. But I included the face I’m working on with inspection enabled. As always I really appreaciate all the help. TIA!

3 Likes

Heh, now you confused me, too. Do you mean interactively changing elements in your watchface? SO, like, the user taps a part of your watch face, and some elements change?

If the answer to that is “Yes”, then I can say: Yes, it’s absolutely possible.

For example: Just make different versions of a changeable element, put them in the same place. Put a “conditional” line into the opacity field, and put a VAR toggle somewhere to tap.

like this:

4 Likes

Caveat! only if you pay for Pro.

1 Like

Yeah, should have mentioned that, too :frowning: Always forgetting this detail.

2 Likes

I pay for Pro

2 Likes

Basicly I want 2 different things on this face to be changeable. The graphic in the center (that is rotating) is one and the main background on the face. I am not talking about the Theme Picker.

1 Like

Ok, now I think I mesed this up. Grrr!!!

2 Likes

:thinking: No ideas? :thinking:

1 Like

There is 6 custom variables that means you can make up to 6 different element groups to switch independently.
check this up

When you will want to make it more fancy check this thread

2 Likes

Got it! :astonished: It works good now. I was using #VAR_1# on both. Helps if I look and the bottom of the edit screen :face_with_monocle:. Thanks for the help guys :+1: :+1:. I was about to give up on this face :thinking:. The Hour time changes the rotating gradient in the center and the Minutes changes the face color.

2 Likes

Looks like you need a % on your minutes VAR Tap It makes a number of changes then gets stuck . Well done .

2 Likes

Not sure what you mean :thinking: and thank you

2 Likes

I need to inspect the Face to help properly . If you do #VAR_2#%5 ir =will always only give 0 to 4 as a variable so when it gets to 4 it will next be 0 . Your mins var gets stuck after 7 taps .

1 Like

This is what I’m using $#VAR_1#%7=0?100:0$ because there are 7 backgrounds
And using $#VAR_2#%10=0?100:0$ for 10 different rotating gradients in the center

The face should be inspectable

1 Like

Scratch my last comment. I seen where I messed up. Duh. I forgot to add a % to one of images.

1 Like

Yup . That will make it a no show . You obviously Know I was not being Critical . My best Debugging come from the Community . Often 5 instead of 4 in the Analogue dial . :joy: :rofl:
OK sorry PB 1161 is inspectable .

1 Like

I’ve been bugging for a double theming system forever. Would be great!

1 Like

I have thought of this too. This particular face has 2 versions, a vertical line up and a horizontal one. All elements, except the minutes fly from one position to another.

Tap the TX logo to change faces.

5 Likes

This is cool as hell!!!

3 Likes

Wow that is smooth Tom . Incredible .

2 Likes