• 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.
     

I do need help !!!

This forum is designed to discuss and develop tools creating watch faces.

Moderators: asoo, lvpokka, Internal error, Watchmens

Forum rules
All communication in this branch should only be in English.
To discuss tools that are not in this section, use the “Watchfaces tools (discussion)” forum.
Post Reply
User avatar
rush2112
Posts: 91
Joined: 02 Apr 2022, 10:53
Location: Montreal, QC, Canada
Has thanked: 117 times
Been thanked: 10 times

I do need help !!!

Post by rush2112 »

@asoo

Hi, Could you please show me how to overlay the icon on top of the weather image? Check out the picture below; your work, and I’d appreciate any guidance you can offer, as this isn’t the first time I’ve faced this issue. The top image might work, but do I need to place the temperature icon directly on top? GTR3 Pro - Thanks, friend!"
Spoiler
Preview.png
Preview.png (138.89 KiB) Viewed 849 times
User avatar
asoo
Posts: 2130
Joined: 03 Jan 2019, 01:48
Location: ͼͽ Thailand ͼͽ
Has thanked: 411 times
Been thanked: 2050 times

Post by asoo »

rush2112 wrote: 26 Apr 2025, 19:34
@asoo

Hi, Could you please show me how to overlay the icon on top of the weather image? Check out the picture below; your work, and I’d appreciate any guidance you can offer, as this isn’t the first time I’ve faced this issue. The top image might work, but do I need to place the temperature icon directly on top? GTR3 Pro - Thanks, friend!"
Spoiler
Preview.png
I'm not sure if you created a new dial or converted from my Balance. If you converted from my work, you shouldn't have this problem.
However, if you created a new dial with the image you received after unpacking, I recommend sending the file so I can advise you correctly, because I don't know how you arranged the layers of the elements.

However, my watchface arrange the layers like this,
Spoiler
Image
the icon is the frame of "Humidity". When you put it on the image of Weather, you will get the same result as I did on the Balance.
ͼͽ To request please use the interrelated forum in action ͼͽ
Please do not PM to me for requests ported watchface.
User avatar
rush2112
Posts: 91
Joined: 02 Apr 2022, 10:53
Location: Montreal, QC, Canada
Has thanked: 117 times
Been thanked: 10 times

Post by rush2112 »

Okay Thanks
User avatar
rush2112
Posts: 91
Joined: 02 Apr 2022, 10:53
Location: Montreal, QC, Canada
Has thanked: 117 times
Been thanked: 10 times

Post by rush2112 »

@asoo

If you have a moment, could you please review what I did wrong?
I tried to install yours, but it's not displaying the time and weather. It's strange.
Attachments
OMG - 371 - GTR3 Pro.zip
(955.32 KiB) Downloaded 72 times
User avatar
asoo
Posts: 2130
Joined: 03 Jan 2019, 01:48
Location: ͼͽ Thailand ͼͽ
Has thanked: 411 times
Been thanked: 2050 times

Post by asoo »

rush2112 wrote: 26 Apr 2025, 21:38
@asoo

If you have a moment, could you please review what I did wrong?
I tried to install yours, but it's not displaying the time and weather. It's strange.
From what you've sent, you make it correct, but I expected you are not know that some sub elements it can moved layer position moved, same as a main element, by left clicking and holding the mouse and move to changing the layer position of that sub element.
Sample : move layer in sub element
Image

As for the time display, I'm not sure what part you mean.
Because in the attached file I don't see the time part.
I guess you mean that Seconds Analog pro doesn't change color according to the screen.
If used in this part, the problem is that when I finished packing,
I inserted my own custom script in index.js.
By inserting it in the "switch background" section
In this section you can see in the index.js in my watchface.

Code: Select all

if (toastText.length > 0) hmUI.showToast({text: toastText});
normal_background_bg_img.setProperty(hmUI.prop.SRC, backgroundList[backgroundIndex]);
normal_analog_clock_pro_second_pointer_img.setProperty(hmUI.prop.SRC, "Hand_S" + parseInt(backgroundIndex + 1) + ".png");  // The part I inserted
};

Code: Select all

if (screenType == hmSetting.screen_type.WATCHFACE && normal_background_bg_img) {
normal_background_bg_img.setProperty(hmUI.prop.SRC, backgroundList[backgroundIndex]); 
normal_analog_clock_pro_second_pointer_img.setProperty(hmUI.prop.SRC, "Hand_S" + parseInt(backgroundIndex + 1) + ".png"); // The part I inserted
} 
})

I recommend you convert my watchface and study more from index.js which is converted and you should understand it better.
ͼͽ To request please use the interrelated forum in action ͼͽ
Please do not PM to me for requests ported watchface.
User avatar
rush2112
Posts: 91
Joined: 02 Apr 2022, 10:53
Location: Montreal, QC, Canada
Has thanked: 117 times
Been thanked: 10 times

Post by rush2112 »

I really appreciate your support!

I didn’t realize this before. Great thanks to my friend for teaching me something new today!
Post Reply

Return to “Watchfaces tools”

Who is online

Users browsing this forum: No registered users and 1 guest