Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: HTC Animated Wigdet For PerPageHTML
is a discussion within theNative iPhone / iPod Touch App Launches
forums, a part of the3rd Party Apps For iPhone | iPod Touch
section;guys help me please on how to move the animation coz its in the right bottom.
...-
03-27-2012, 09:37 PM #201
guys help me please on how to move the animation coz its in the right bottom.
-
03-28-2012, 07:57 AM #202What's Jailbreak?
- Join Date
- Feb 2012
- Location
- Atlanta,GA
- Posts
- 15
- Thanks
- 0
- Thanked 8 Times in 7 Posts
-
The Following User Says Thank You to frakman1 For This Useful Post:
istv4n (03-28-2012)
-
03-28-2012, 09:29 AM #203What's Jailbreak?
- Join Date
- Feb 2012
- Location
- Atlanta,GA
- Posts
- 15
- Thanks
- 0
- Thanked 8 Times in 7 Posts
I've also made a clean, background changing (with animation) minimalist version.
You can get it from this link:
http://www.mediafire.com/?18lahvla1lvkbkr
Last edited by frakman1; 04-05-2012 at 11:36 AM. Reason: (added link to widget)
-
The Following User Says Thank You to frakman1 For This Useful Post:
istv4n (03-28-2012)
-
03-28-2012, 12:43 PM #204
Last edited by istv4n; 03-28-2012 at 12:51 PM.
-
03-28-2012, 12:58 PM #205What's Jailbreak?
- Join Date
- Feb 2012
- Location
- Atlanta,GA
- Posts
- 15
- Thanks
- 0
- Thanked 8 Times in 7 Posts
The only thing I can think of is that whatever program you are using to layout your springboard icons is causing a conflict. (iconclasm, gridlock etc) Try disabling it and see if it makes a difference.
I have only tested this on the iphone4 and iphone 4S so I can't comment on it's 3G compatibility but it should work.
-
The Following User Says Thank You to frakman1 For This Useful Post:
istv4n (03-28-2012)
-
03-28-2012, 01:26 PM #206
nothing changes man

i already disabled gridlock,ifinidock, nothing changes...i try the htc animated lockscreen theme version.it is going good, the animation is in the correct position.but i dont like the lockscreen version.Last edited by istv4n; 03-28-2012 at 01:30 PM.
-
03-28-2012, 01:57 PM #207My iPhone is a Part of Me
- Join Date
- Aug 2009
- Location
- UK
- Posts
- 505
- Thanks
- 249
- Thanked 1,454 Times in 349 Posts
Try to change this line in the Widget.html
to<div id="weatherFrame">
<iframe id="animationFrame" name="animation" src="Animations/blank.html" width="320" height="480" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" allowtransparency="true"></iframe>
</div>
This basically says now that the animation html pages start at the top and the left side, it might work.<div id="weatherFrame">
<iframe id="animationFrame" name="animation" src="Animations/blank.html" style="width:320px;height:480px;left:0px;top:0px;" scrolling="no" frameborder="0" marginwidth="0" marginheight="0"0allowtransparency="true"></iframe>
</div>
Whitedoor is nice, I use it on my 2G, but it can be a bit fuzzy with some apps.
-
-
03-28-2012, 02:12 PM #208
still no luck man.guess i gotta go to 4.1 ios
-
03-28-2012, 02:39 PM #209My iPhone is a Part of Me
- Join Date
- Aug 2009
- Location
- UK
- Posts
- 505
- Thanks
- 249
- Thanked 1,454 Times in 349 Posts
Did you move that <div>......</div> further down or added another div above it?
I had that problem as I added the google map at the bottom, that suddenly the animation started 2/3 way down. And it was due to another <div> section I placed before the iframe one.
-
03-28-2012, 09:06 PM #210
no.should i move it?
mine is like thisstill nothing changes.btw im using iFile.</script>
</head>
<body onLoad="onLoad()"style="margin: 0">
<div id="weatherFrame">
<iframe id="animationFrame" name="animation" src="Animations/blank.html" style="width:320px;height:480px;left:0px;top:0px;" scrolling="no" frameborder="0" marginwidth="0" marginheight="0"0allowtransparency="true"></iframe>
</div>Last edited by istv4n; 03-28-2012 at 10:45 PM.
-
03-28-2012, 09:27 PM #211King Kong ain't got nothing on me!
- Join Date
- Apr 2011
- Location
- USA
- Posts
- 5,025
- Thanks
- 24,553
- Thanked 8,090 Times in 3,152 Posts
i want to remove the background so that it is transparent, can anyone help?
TIA
-
03-28-2012, 11:29 PM #212King Kong ain't got nothing on me!
- Join Date
- Apr 2011
- Location
- USA
- Posts
- 5,025
- Thanks
- 24,553
- Thanked 8,090 Times in 3,152 Posts
-
03-29-2012, 07:29 AM #213What's Jailbreak?
- Join Date
- Feb 2012
- Location
- Atlanta,GA
- Posts
- 15
- Thanks
- 0
- Thanked 8 Times in 7 Posts
See here for details on how to get it:
http://modmyi.com/forums/iphone-4-ne...her-theme.html
-
03-30-2012, 09:13 AM #214
i cant get my weather to work for my city of santa ana, ca. can someone help, please?
-
03-30-2012, 09:39 PM #215iPhone? More like MyPhone
- Join Date
- Apr 2009
- Location
- In a galaxy far far away
- Posts
- 181
- Thanks
- 102
- Thanked 60 Times in 47 Posts
-
03-31-2012, 11:07 AM #216iPhoneaholic
- Join Date
- Feb 2008
- Location
- Fresno CA
- Posts
- 404
- Thanks
- 119
- Thanked 27 Times in 24 Posts
does the default background change by how the weather changes as well?
-
03-31-2012, 02:41 PM #217What's Jailbreak?
- Join Date
- Feb 2012
- Location
- Atlanta,GA
- Posts
- 15
- Thanks
- 0
- Thanked 8 Times in 7 Posts
-
04-02-2012, 07:31 AM #218What's Jailbreak?
- Join Date
- Feb 2012
- Location
- Atlanta,GA
- Posts
- 15
- Thanks
- 0
- Thanked 8 Times in 7 Posts
Around line 437 of Widget.html, change the following code:
if (showBackground == false)
{
document.getElementById("mainbk").src="LockBackgro undt.png";
}
to
if (showBackground == false)
{
document.getElementById("mainbk").src="transparent .png";
}
and place the attached transparent.png file in the root folder (it's the invisible file at the top of this post).
Hope that helps.
Last edited by frakman1; 04-02-2012 at 08:06 AM.
-
04-11-2012, 07:23 AM #219
Lockscreen Winterboard Vesion
I have HTC Weather Widget GPS update for Lockscreen Winterboard Vesion with City and neiborhood in Spanish but language can be changed sorry my english

http://www.mediafire.com/?9gocs3k3g2do8a7Last edited by bdebainoa; 04-11-2012 at 08:45 AM.
-
05-02-2012, 05:59 AM #220
thanks dude





LinkBack URL
About LinkBacks
Reply With Quote



