You are not logged in.
#1 Nov 19, 2009 3:22 pm
- AlcoolGeek

- Member
- From: France
- Joined: Jul 3, 2009
- Website
[Lockscreen] FlipClock Lockscreen
Offline
#2 Nov 19, 2009 3:29 pm
- sebnewall

- Member
- From: Canada
- Joined: Oct 4, 2009
Re: [Lockscreen] FlipClock Lockscreen
You have made me very happy
Nice release!
Offline
#3 Nov 19, 2009 3:29 pm
- jquest68

- Member
- Joined: Oct 27, 2008
Re: [Lockscreen] FlipClock Lockscreen
looks really nice going to download now.
Offline
#4 Nov 19, 2009 4:32 pm
- therealchoiboy

- Member
- Joined: Sep 17, 2009
Re: [Lockscreen] FlipClock Lockscreen
I love it but it takes a bit to load ![]()
Offline
#5 Nov 19, 2009 7:21 pm
- observer365
- Member
- Joined: Mar 21, 2009
Re: [Lockscreen] FlipClock Lockscreen
Is this really a flipping clock or just flip-clock look alike?
Offline
#7 Nov 19, 2009 7:26 pm
- BazookaAce

- Member
- From: Bergen, Norway
- Joined: Mar 2, 2009
Re: [Lockscreen] FlipClock Lockscreen
Nice! Using it now. I don't like HTML and having a lot of MS-extensions installed since it drains the battery, but i'll keep an eye on this and we'll see!
Good job!
Offline
#8 Nov 19, 2009 7:27 pm
- BazookaAce

- Member
- From: Bergen, Norway
- Joined: Mar 2, 2009
Re: [Lockscreen] FlipClock Lockscreen
observer365 wrote:
Is this really a flipping clock or just flip-clock look alike?
It's flipping the clock
Oh yeah baby!
Offline
#9 Nov 19, 2009 8:09 pm
- chopstixZ

- Member
- Joined: May 3, 2009
Re: [Lockscreen] FlipClock Lockscreen
AlcoolGeek it looks amazing, but does it chug on the iphone's resources much?
Offline
#10 Nov 19, 2009 10:30 pm
- therealchoiboy

- Member
- Joined: Sep 17, 2009
Re: [Lockscreen] FlipClock Lockscreen
yeah I tried playing around with it by deleting some files hoping to make it faster but i ended up with a decent looking lockscreen
Offline
#11 Nov 19, 2009 10:36 pm
- Ice-Cube
- Member
- Joined: May 5, 2007
Re: [Lockscreen] FlipClock Lockscreen
Can we have the date included?
Offline
#13 Nov 19, 2009 11:26 pm
- StaticL
- Member
- Joined: Jul 7, 2009
Re: [Lockscreen] FlipClock Lockscreen
Great release! How do I take out the seconds so it just shows the hour and the minutes?
Offline
#14 Nov 20, 2009 12:11 am
- 7h31ll3g4l

- Member
- From: 192.168.0.1
- Joined: Nov 9, 2006
- Website
Re: [Lockscreen] FlipClock Lockscreen
Great release! thank's ![]()
Offline
#15 Nov 20, 2009 1:42 am
- Victor861
- Member
- Joined: Sep 29, 2009
Re: [Lockscreen] FlipClock Lockscreen
don't show battery charge... ![]()
Offline
#16 Nov 20, 2009 1:51 am
- AlcoolGeek

- Member
- From: France
- Joined: Jul 3, 2009
- Website
Re: [Lockscreen] FlipClock Lockscreen
Ice-Cube wrote:
Can we have the date included?
I did that this afternoon
StaticL wrote:
Great release! How do I take out the seconds so it just shows the hour and the minutes?
if you want to remove the latter, just delete the lines in file LockBackground.html :
Code:
<img id="secondsUpLeftBack" src="imgs/Double/Up/Left/0.png" /><img id="secondsUpRightBack" src="imgs/Double/Up/Right/0.png"/>
Code:
<img id="secondsDownLeftBack" src="imgs/Double/Down/Left/0.png" /><img id="secondsDownRightBack" src="imgs/Double/Down/Right/0.png" />
Code:
<img id="secondsUpLeft" src="imgs/Double/Up/Left/0.png" /><img id="secondsUpRight" src="imgs/Double/Up/Right/0.png"/>
Code:
<img id="secondsDownLeft" src="imgs/Double/Down/Left/0.png" /><img id="secondsDownRight" src="imgs/Double/Down/Right/0.png" />
Victor861 wrote:
don't show battery charge...
yes I know I have not yet found why ![]()
Last edited by AlcoolGeek (Nov 20, 2009 1:51 am)
Offline
#17 Nov 20, 2009 3:32 am
- observer365
- Member
- Joined: Mar 21, 2009
Re: [Lockscreen] FlipClock Lockscreen
If it can be done by having each individual number to flip will be really nice (beside getting rid of the seconds)...anyway GREAT JOB! (applause...applause)...will keep my eye on this...
Offline
#18 Nov 20, 2009 6:51 am
- Nepptune77
- Member
- Joined: Feb 11, 2009
Re: [Lockscreen] FlipClock Lockscreen
This is great...I edited the file to get rid of the seconds but now the clock isn't centered. How do I fix that? Thanks! Amazing job!
Offline
#19 Nov 20, 2009 8:33 am
- Aslher

- Member
- From: Spain
- Joined: Nov 13, 2008
Re: [Lockscreen] FlipClock Lockscreen
Can i have 24 h. clock?
Tahnk you for this theme !!!
Offline
#20 Nov 20, 2009 11:01 am
- therealchoiboy

- Member
- Joined: Sep 17, 2009
Re: [Lockscreen] FlipClock Lockscreen
AlcoolGeek wrote:
Ice-Cube wrote:
Can we have the date included?
I did that this afternoon
StaticL wrote:
Great release! How do I take out the seconds so it just shows the hour and the minutes?
if you want to remove the latter, just delete the lines in file LockBackground.html :
Code:
<img id="secondsUpLeftBack" src="imgs/Double/Up/Left/0.png" /><img id="secondsUpRightBack" src="imgs/Double/Up/Right/0.png"/>Code:
<img id="secondsDownLeftBack" src="imgs/Double/Down/Left/0.png" /><img id="secondsDownRightBack" src="imgs/Double/Down/Right/0.png" />Code:
<img id="secondsUpLeft" src="imgs/Double/Up/Left/0.png" /><img id="secondsUpRight" src="imgs/Double/Up/Right/0.png"/>Code:
<img id="secondsDownLeft" src="imgs/Double/Down/Left/0.png" /><img id="secondsDownRight" src="imgs/Double/Down/Right/0.png" />Victor861 wrote:
don't show battery charge...
yes I know I have not yet found why
How do you edit the html? My Firefox just shows the countdown clock
Offline
#22 Nov 20, 2009 7:15 pm
- Nepptune77
- Member
- Joined: Feb 11, 2009
Re: [Lockscreen] FlipClock Lockscreen
How do you edit the html? My Firefox just shows the countdown clock
Are you on a mac or pc?
If on a mac, open it up in TextEdit but first check the box "Ignore rich text commands in HTML files" in TextEdit Preferences under the Open and Save Tab.
If on a pc, I think you can open it with Notepad and when you save it you have to type out the extension .html behind the filename because if not, Notepad will automatically save it as .txt. When it asks what file type however, you do need to specify it as .txt (sounds ironic, but the source code is in plain text). And the Encoding should be ANSI.
I'm no longer a pc user so can someone confirm if I'm on the right track?
Good luck.
Offline
#23 Nov 20, 2009 9:01 pm
- therealchoiboy

- Member
- Joined: Sep 17, 2009
Re: [Lockscreen] FlipClock Lockscreen
Nepptune77 wrote:
How do you edit the html? My Firefox just shows the countdown clock
Are you on a mac or pc?
If on a mac, open it up in TextEdit but first check the box "Ignore rich text commands in HTML files" in TextEdit Preferences under the Open and Save Tab.
If on a pc, I think you can open it with Notepad and when you save it you have to type out the extension .html behind the filename because if not, Notepad will automatically save it as .txt. When it asks what file type however, you do need to specify it as .txt (sounds ironic, but the source code is in plain text). And the Encoding should be ANSI.
I'm no longer a pc user so can someone confirm if I'm on the right track?
Good luck.
Yup thx changing the extension worked thx ![]()
Offline
#24 Dec 13, 2009 8:34 pm
- observer365
- Member
- Joined: Mar 21, 2009
Re: [Lockscreen] FlipClock Lockscreen
Any update on this...
Offline
#25 Dec 14, 2009 1:21 am
- Laugend

- Banned
- From: Bobigny, France
- Joined: Jul 9, 2009
Re: [Lockscreen] FlipClock Lockscreen
Is it possible to have a 24H format please ??
Offline


