is working!!, just copy project folder to clockskin folder ( on my lemfo les 1 ) and works!
Good morning everybody, I’ve a problem can u help me?
I made a watch face with WFD for my lemfo lem6. At the beginning all was done but today the weekday that the Watch shows me is incorrect (it said that is Thursday but is Tuesday).
Hope you can help me, thanks.
Ps. Sorry for my English
Jan 30, 2018 14:49:03 GMT 1 rauslight said:
Good morning everybody, I’ve a problem can u help me? I made a watch face with WFD for my lemfo lem6. At the beginning all was done but today the weekday that the Watch shows me is incorrect (it said that is Thursday but is Tuesday). Hope you can help me, thanks. Ps. Sorry for my English 😅
To help you, we need your watchface and the launcher/watch you use.
Jan 30, 2018 14:58:55 GMT 1 ricktop said:Jan 30, 2018 14:49:03 GMT 1 rauslight said:
Good morning everybody, I’ve a problem can u help me? I made a watch face with WFD for my lemfo lem6. At the beginning all was done but today the weekday that the Watch shows me is incorrect (it said that is Thursday but is Tuesday). Hope you can help me, thanks. Ps. Sorry for my English 😅
To help you, we need your watchface and the launcher/watch you use.
This is the Watch face drive.google.com/drive/folders/1EtE1CLomg-MST939RBAAmbV9muiFZPn0?usp=sharing
I’ve a LEMFO LEM6, the Watch face was created with Watch Face Designer that i’ve Downloaded from this post (the first one).
I’ve this problem with all the faces I’ve made.
Did you check correct date/time in settings android menu? Try to set time/zone manually.
You have on Tuestay and thursday set the same image “GIO”
Jan 30, 2018 15:14:13 GMT 1 rauslight said:Jan 30, 2018 14:58:55 GMT 1 ricktop said:
To help you, we need your watchface and the launcher/watch you use.
This is the Watch face drive.google.com/drive/folders/1EtE1CLomg-MST939RBAAmbV9muiFZPn0?usp=sharing I’ve a LEMFO LEM6, the Watch face was created with Watch Face Designer that i’ve Downloaded from this post (the first one). I’ve this problem with all the faces I’ve made.
Maybe you need to save as tweaked clockskin, i don’t remember…
Jan 30, 2018 15:14:13 GMT 1 rauslight said:Jan 30, 2018 14:58:55 GMT 1 ricktop said:
To help you, we need your watchface and the launcher/watch you use.
This is the Watch face drive.google.com/drive/folders/1EtE1CLomg-MST939RBAAmbV9muiFZPn0?usp=sharing I’ve a LEMFO LEM6, the Watch face was created with Watch Face Designer that i’ve Downloaded from this post (the first one). I’ve this problem with all the faces I’ve made.
As wicy said, you have two images repeated: the one for tuesday and the one for thursday. On both days, the text "GIO" will be shown. If you are the one who made this watchface, then just open the WFD xml file, select the DigitalClockLayer you've used for showing the weekday and change the text on the Tuesday field to "MAR" (I believe).
Ok, tahnks to all developers!!!
Some (maybe) bugs:
- Temperature tag, {wtd} is exported with ’ in the text property
- Day of the week comes in numbers and not in string format, for example 05 and should be Thursday
- I got an error, attached is the log file… and the original xml that generates the error
hope this helps to improove an already GREAT app
G.
Gerlando.xml (78.49 KB)log.txt (2.44 KB)
Hi everybody,
SUGGESTION: It would be useful if PATTERN LAYER had parameters like HEIGHT, WIDTH or RADIUS. Now it takes the whole face. In my opinion if we could resize it and move around the face, would be more useful.
Thanks in advance!.
New Release:
WatchFace Designer v0.11.0
This is a major change on WFD. Mainly the User Interface. As such, it’s bound to have some bugs. I’ve tried to fix those I found, but if/when you find more, please report them. Another additions include Day Rotation. Finally, we have a way to rotate items by day of month. Also, some rotations also have a selectable Movement. This applies to the Hour/Minute/Second/Hour24/Hour Shadow/Minute Shadow/Second Shadow rotations. You can select between Smooth (the standard one, that always existed), Quartz, Overshooting Quartz (like quartz, but it overshoots a little bit, having to go back that bit) and Elastic (more springy). All these new features require Eric’s Universal Launcher, also launched today
So, here’s the “What’s new”:
- UI changes on Sliders
- New AutoRotation: Day
- New AutoRotation Movements (Smooth, Quartz, Overshooting Quarts, Elastic)
- New Pattern (sinosoidal waves)
- Some bugfixes…
The download is here: goo.gl/UaXuDy (also available on the first post). Hope you enjoy it and please, report back the problems and suggestions.
Wow, your job is AMAZING. Thanks.
Jan 31, 2018 20:43:17 GMT 1 gerlandog said:
Ok, tahnks to all developers!!!!Some (maybe) bugs:
- Temperature tag, {wtd} is exported with ’ in the text property
- Day of the week comes in numbers and not in string format, for example 05 and should be Thursday
- I got an error, attached is the log file… and the original xml that generates the error
hope this helps to improove an already GREAT app
G.
Thanks for the feedback. Regarding the bugs:
- Ok, I removed it. Next version will be without the ’
- I’ve just checked it. It works correctly. If you see the code, you are right: it seems to show the number with {ddw0}. However, it uses a bitmap font that has the names for 0, 1, 2, etc…
- You ran out of memory. That happens because you are using a 32-bit java version. Please install the 64-bit version, and you’ll have a lot more memory. If you really need to have the 32-bit version, then start WFD on the command-line with “java -Xmx1.5g -jar WatchFaceDesigner.jar” (without the quotes). It will give you more memory, but not as near as using the 64-bit version…
Jan 31, 2018 23:22:44 GMT 1 tcc said:
Hi everybody,SUGGESTION: It would be useful if PATTERN LAYER had parameters like HEIGHT, WIDTH or RADIUS. Now it takes the whole face. In my opinion if we could resize it and move around the face, would be more useful.
Thanks in advance!.
Thanks for the suggestion. I need to decide if I set it as a radius or as a width and height. Which one would you like better? Right now I’m inclined to width/height because of the possibility of generating square faces. (While writing this, I’ve just realized that the 0.11.0 version got out with a squarify property on the Ticks Layer that wasn’t supposed to go. It’s not even “translated” to any language, I haven’t tested it yet and was just an idea… well, let’s see it someone notices it and reports back )
Jan 31, 2018 23:42:14 GMT 1 mpmf said:
New Release:WatchFace Designer v0.11.0
This is a major change on WFD. Mainly the User Interface. As such, it’s bound to have some bugs. I’ve tried to fix those I found, but if/when you find more, please report them. Another additions include Day Rotation. Finally, we have a way to rotate items by day of month. Also, some rotations also have a selectable Movement. This applies to the Hour/Minute/Second/Hour24/Hour Shadow/Minute Shadow/Second Shadow rotations. You can select between Smooth (the standard one, that always existed), Quartz, Overshooting Quartz (like quartz, but it overshoots a little bit, having to go back that bit) and Elastic (more springy). All these new features require Eric’s Universal Launcher, also launched today
So, here’s the “What’s new”:
- UI changes on Sliders
- New AutoRotation: Day
- New AutoRotation Movements (Smooth, Quartz, Overshooting Quarts, Elastic)
- New Pattern (sinosoidal waves)
- Some bugfixes…The download is here: goo.gl/UaXuDy (also available on the first post). Hope you enjoy it and please, report back the problems and suggestions.
Major improvements Marco, thanks.
Feb 1, 2018 0:12:42 GMT 1 mpmf said:Jan 31, 2018 23:22:44 GMT 1 tcc said:
Hi everybody,SUGGESTION: It would be useful if PATTERN LAYER had parameters like HEIGHT, WIDTH or RADIUS. Now it takes the whole face. In my opinion if we could resize it and move around the face, would be more useful.
Thanks in advance!.
Thanks for the suggestion. I need to decide if I set it as a radius or as a width and height. Which one would you like better? Right now I’m inclined to width/height because of the possibility of generating square faces. (While writing this, I’ve just realized that the 0.11.0 version got out with a squarify property on the Ticks Layer that wasn’t supposed to go. It’s not even “translated” to any language, I haven’t tested it yet and was just an idea… well, let’s see it someone notices it and reports back )
Hi Marco,
I think so, HEIGHT and WIDTH adds more possibilities. I’ll check that new property and the new translations.
Fantastic work and update, tomorrow I’ll take a look at it!
Thanks to you and Eric.!!
Nice cant wait to test out the new version. Seconds ticking and rotating days to 31 on standart clockskin or only with erics launcher? Thanks for your work! Greets
Feb 1, 2018 1:25:36 GMT 1 uruqai said:
Nice cant wait to test out the new version. Seconds ticking and rotating days to 31 on standart clockskin or only with erics launcher? Thanks for your work! Greets
Only on Eric’s launcher, sorry.
Is there any way to make this second hand effect?
0:05 to 0:12
Jan 31, 2018 23:42:14 GMT 1 mpmf said:
New Release:WatchFace Designer v0.11.0
OMG! What have you done with normal, civilised sliders.
Bring old sliders back, please. That new one ar maybe more pretty but more useless
One false mouse move and I lost my 200.00 position. Now I can’t set it again with slider. New one is less accurate. I’m forced to operate edit box to set 200.00