Se encontraron 6 coincidencias

Return

por DxP
05 Oct 2020, 11:46
Jump to forum
Jump to topic

[Tutorial] How to create WFZ watchfaces for Stratos 3 (new style / GTRWidget)

Hello community,

I've been asked several times how I do it with the watch faces and what software I use. The Software-question is easy to answer: Paint Shop Pro 2020 for the graphics, Notepad ++ for the code and 7zip to pack / unpack. Nothing else.

For the HOW-question - I sat down and wrote the ...
por DxP
05 Oct 2020, 11:47
Jump to forum
Jump to topic

Re: [Tutorial] How to create WFZ watch faces for Stratos 3 (new style / GTRWidget)

Table of contents

THE BASICS

Structure of the basic files
Special configurations in the base files
Structure of the "font.xml" file for displaying digits and characters

THE ELEMENTS

WatchFaceItem elements
WatchFaceComponent elements
Explanations of the parameters for the ...
por fcaronte
20 Oct 2020, 09:54
Jump to forum
Jump to topic

Re: [Tutorial] How to create WFZ watchfaces for Stratos 3 (new style / GTRWidget)



About weather, as now is working correctly if you use AmazMod to push the weather to clock (need AmazMod service on watch too). I'm using it on my Stratos 3.

And about ultra mode? Have you found a way to use a custom watchface on this mode? Seem impossible for me.

@fcaronte so, are you ...
por DxP
03 Oct 2020, 06:34
Jump to forum
Jump to topic

Re: Question about the xml components

ha ... still had time. ;-)
Got out of bed very early today. I looked at your watch face, sorted and commented the code a bit. The changes run fine for me.

Some of the elements doesn't works - I commented it out.

I am currently writing a collection of instructions with all the information and ...
por GIK-Team
03 Oct 2020, 16:05
Jump to forum
Jump to topic

Re: Question about the xml components

AlainProvist escribió: 03 Oct 2020, 09:45
*off topic* Fu**ing code display that can't support if followed by brackets!!!!*end off topic*

Código: Seleccionar todo

if(profanity){
   ban = TRUE;
}
;)
por DxP
20 Oct 2020, 10:38
Jump to forum
Jump to topic

Re: Question about the xml components

I looked at the code on your "Chronos00" watch face. There you commented out the line with the "year", with the remark that the clock freezes when it goes into standby mode. I've stumbled across it, but there is a solution.

I had already written about this in my tutorial:

++ Definition year ...