Hello @asoo ,
I'm having difficulty getting the color to work properly on my GTR3 Pro. The issue seems to be that the pointer is not aligning with the selected color. No matter what color I choose, the pointer does not change accordingly. Can you provide guidance on how to resolve this issue?
Thank you!
-
- Administrator
-
-
Support Ukraine
If you experience any problems with the forum (it is not visible, there is no way to post messages, or some functionality does not work), please let us know. If you have problems with registration or you did not receive confirmation letter, let us know and we will activate your account manually.
If you get an "The submitted form was invalid. Try submitting again" error, delete cookies, then try again.
Can you make it work my pointer with the color ?
Moderators: asoo, lvpokka, Internal error, Watchmens
Forum rules
All communication in this branch should only be in English.
All communication in this branch should only be in English.
- asoo
- Posts: 2116
- Joined: 03 Jan 2019, 01:48
- Location: ͼͽ Thailand ͼͽ
- Has thanked: 408 times
- Been thanked: 2034 times
From checking, it seems that you did not use the script I did to create the dial, but you used the ability to click to change the Backgorund in the editor to create it. If that's the case, you would not be able to manage in the step pointer element change section, because the editor does not have that section.rush2112 wrote: 12 Feb 2025, 10:00Hello @asoo ,
I'm having difficulty getting the color to work properly on my GTR3 Pro. The issue seems to be that the pointer is not aligning with the selected color. No matter what color I choose, the pointer does not change accordingly. Can you provide guidance on how to resolve this issue?
Thank you!
So if you want to change the color of the step pointer, you can do it in 2 ways:
1. Use a custom script to manage it.
2. Insert the script in the original script that the editor created. ( in index.js )
In this case, I will do the second way to give you an example.
By inserting a script to toggle the step pointer, using the variable "backgroundindex" in the Change background section as the handler to change the color order of step pointer.
Code: Select all
normal_step_pointer_progress_img_pointer.setProperty(hmUI.prop.MORE, {
src: "Pointer" + parseInt(backgroundIndex + 1) + ".png",
center_x: 240,
center_y: 240,
x: 10,
y: 238,
start_angle: 270,
end_angle: 379,
invalid_visible: false,
type: hmUI.data_type.STEP,
show_level: hmUI.show_level.ONLY_NORMAL,
});- switchBackground() function
- //SwitchBackground
in index.js that created by the editor.
This is an example of a watch face that does the insert script to change the step pointer color.
ͼͽ To request please use the interrelated forum in action ͼͽ
Please do not PM to me for requests ported watchface.
Please do not PM to me for requests ported watchface.
Who is online
Users browsing this forum: No registered users and 0 guests
