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.
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.
Search found 6 matches
- 12 Feb 2023, 09:38
- Jump to forum
- Jump to topic
Re: Amazfit GT3 Series Watch Face Editor (GTR 3, GTR 3 Pro, GTS 3)
Xemic your IMG widget is missing H and W properties that's for sure, second: uncomment because you did it wrong
- 15 Feb 2023, 14:22
- Jump to forum
- Jump to topic
Re: Amazfit GT3 Series Watch Face Editor (GTR 3, GTR 3 Pro, GTS 3)
Does anyone know the necessary code to display/hide elements of the AOD screen, by pressing a button on the main screen?
@SashaCX75's sample code only works to show/hide main screen elements, but not in AOD.
I had to add SysProSetBool then SysProGetBool to pass a variable and make AOD display ...
- 16 Feb 2023, 09:32
- Jump to forum
- Jump to topic
Re: Amazfit GT3 Series Watch Face Editor (GTR 3, GTR 3 Pro, GTS 3)
santicam above initview() add:
hmFS.SysProSetBool('a_word', false);
then inside initview():
const bool_name = hmFS.SysProGetBool('a_word')
in the place you want to control:
hmFS.SysProSetBool('a_word', true);
if (screenType = hmSetting.screen_type.AOD)
mFS.SysProSetBool('a_word', true ...
hmFS.SysProSetBool('a_word', false);
then inside initview():
const bool_name = hmFS.SysProGetBool('a_word')
in the place you want to control:
hmFS.SysProSetBool('a_word', true);
if (screenType = hmSetting.screen_type.AOD)
mFS.SysProSetBool('a_word', true ...
- 17 Dec 2023, 19:06
- Jump to forum
- Jump to topic
Re: HWF - Ugly Sweater Time Watchface GTR3 Pro
@mrbutthead @RobertV56
I'll make version for os 2 devices such as gtr4/trex2, just don't expect to be exactly the same as asoo version.
I'll make version for os 2 devices such as gtr4/trex2, just don't expect to be exactly the same as asoo version.
- 18 Dec 2023, 15:03
- Jump to forum
- Jump to topic
Re: HWF - Ugly Sweater Time Watchface GTR3 Pro
Balance/CheetahPro: https://amazfitwatchfaces.com/balance/view/58
GTR4: https://amazfitwatchfaces.com/gtr/view/37286
T-REX2/ULTRA/Cheetah: https://amazfitwatchfaces.com/t-rex/view/13448

GTR4: https://amazfitwatchfaces.com/gtr/view/37286
T-REX2/ULTRA/Cheetah: https://amazfitwatchfaces.com/t-rex/view/13448
Spoiler

- 18 Dec 2023, 16:50
- Jump to forum
- Jump to topic