Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: [RELEASED] BaSalt HD ~ By Dacal
is a discussion within theiPhone 4|4S New Skins / Themes Launches
forums, a part of theNew Skins / Themes Launches
section;Originally Posted by idle0095 I like this idea but I don't like how it rains. Anyway to change it to be like the uniaw rain? Also how do I get
...-
05-15-2012, 11:24 PM #1121Livin the iPhone Life
- Join Date
- Mar 2011
- Location
- Winchester, UK
- Posts
- 2,384
- Thanks
- 2,158
- Thanked 1,416 Times in 764 Posts
-
05-16-2012, 01:16 AM #1122Theme Creator
- Join Date
- Nov 2010
- Location
- Tunis, Tunisie
- Posts
- 1,489
- Thanks
- 1,919
- Thanked 5,349 Times in 1,108 Posts
For the rain, i can do it later
.
For the time, in HTML remove the cellpadding an add a "tiret" :
<div id="ClockWidget">
<table border="0" cellpadding="0" cellspacing="0" align="left">
<tr><td id="hour"></td><td id="tiret0">:</td><td id="minute"><td id="tiret1">:</td></td><td id="second"></td><td id="ampm"></td></tr>
</table>
</div>
In the CSS (main.css), replace all relative clock section by that :
Sorry, no idea... I don't use this tweak since a long time !#ClockWidget {
background-color : transparent;
position: absolute;
text-align: left;
font-size: 16px;
top: 32px;
width: 200px;
height: 60px;
left: 27px;
opacity: 0.0;
-webkit-animation: opa 5s linear 1 normal;
-webkit-animation-fill-mode: forwards;
}
#hour {
font-weight: bold;
color: #DCDCDC;
text-shadow: #000000 0px 0px 2px, #000000 0px 0px 2px ;
}
#tiret0 {
font-weight: bold;
color: #FFFFFF;
text-shadow: #000000 0px 0px 2px, #000000 0px 0px 2px ;
opacity : 0.5;
}
#tiret1 {
font-weight: bold;
color: #FFFFFF;
text-shadow: #000000 0px 0px 2px, #000000 0px 0px 2px ;
opacity : 0.5;
}
#minute {
font-weight: bold;
color: #E55451;
text-shadow: #000000 0px 0px 2px, #000000 0px 0px 2px ;
opacity : 0.8;
}
#second {
font-weight: lighter;
color: #DCDCDC;
text-shadow: #000000 0px 0px 2px, #000000 0px 0px 2px ;
}
#ampm {
position: relative;
left: 4px;
font-weight: lighter;
color: #555555;
text-shadow: #000000 0px 0px 2px, #000000 0px 0px 2px ;
}
Hi !! It makes me crazy ! OK... OK... Your phone can intercept click event, cause durben/Chevy's ones work. Have you tried that ?
Not the time now, but i continue to search for a fix later.Hi !! I think it's a tweak... But don't know which one... I run the LS on my 2 iDevices, without a problem. I installed it on 2 more device today (my wife), no problem... One more thing to try, replace the touchend event (in original main.js) by touchstart or click event.
document.addEventListener("touchend", touchEnd, false);
document.addEventListener("touchstart", touchEnd, false);
document.addEventListener("click", touchEnd, false);
-
The Following User Says Thank You to Dacal For This Useful Post:
The_Durben (05-16-2012)
-
05-16-2012, 01:34 AM #1123
This theme is just amazing, purchased through cydia yesterday and im in love with it already!! Congrats Decal!!
Dacal* sorry cant edit, on my phone
-
The Following User Says Thank You to DanOptic For This Useful Post:
Dacal (05-16-2012)
-
05-16-2012, 01:58 AM #1124Master Modder
- Join Date
- Feb 2010
- Location
- Through The Never, Australia
- Posts
- 3,367
- Thanks
- 3,951
- Thanked 8,907 Times in 2,277 Posts
-
The Following User Says Thank You to Waverley73 For This Useful Post:
Dacal (05-16-2012)
-
05-16-2012, 02:16 AM #1125Theme Creator
- Join Date
- Nov 2010
- Location
- Tunis, Tunisie
- Posts
- 1,489
- Thanks
- 1,919
- Thanked 5,349 Times in 1,108 Posts
In init() function on the original version (not the modified one). Replace :
document.addEventListener("touchend", touchEnd, false);
by
document.addEventListener("click", touchEnd, false);
The click function intriduce a delay, so don't expect forecast to show immediatly. Retry to tap the screen many times.
-
05-16-2012, 02:31 AM #1126Master Modder
- Join Date
- Feb 2010
- Location
- Through The Never, Australia
- Posts
- 3,367
- Thanks
- 3,951
- Thanked 8,907 Times in 2,277 Posts
Last edited by Waverley73; 05-16-2012 at 02:52 AM.
-
The Following 2 Users Say Thank You to Waverley73 For This Useful Post:
indyzzzz (05-16-2012), The_Durben (05-16-2012)
-
05-16-2012, 04:49 AM #1127Theme Creator
- Join Date
- Nov 2010
- Location
- Tunis, Tunisie
- Posts
- 1,489
- Thanks
- 1,919
- Thanked 5,349 Times in 1,108 Posts
Thx !!!! So it's the touch event that don't work properly. May be a conflict with something else.... Using a click event (like Durben/Chevy's widgets) work !
I think to add a config option to choose click event or touch event (by default).
Warverley, Indyzzzz, Thank you very much for the time you spend to test.
-
The Following 2 Users Say Thank You to Dacal For This Useful Post:
indyzzzz (05-16-2012), The_Durben (05-16-2012)
-
05-16-2012, 07:02 AM #1128
Ok, soooo....assuming someone who doesn't understand a single bit of coding reads this...is there a way to run LockInfo and the full widget incl. forecast simultaneously?!
Or is it gonna be an either/or decision?!
Either way, thanks for everyone researching this and keeping Basalt one of the best themes around
-
05-16-2012, 07:36 AM #1129Theme Creator
- Join Date
- Nov 2010
- Location
- Tunis, Tunisie
- Posts
- 1,489
- Thanks
- 1,919
- Thanked 5,349 Times in 1,108 Posts
Unfortunatly, i don't think you can have the forecast with LockInfo, no matter the way you code the widget (touch or click). This workaround is just for people which don't use LockInfo and which have a problem with forecast (undetermined cause... Probably a conflict between touch event and a tweak).
-
The Following 2 Users Say Thank You to Dacal For This Useful Post:
chevymusclecar (05-16-2012), The_Durben (05-16-2012)
-
05-16-2012, 07:46 AM #1130Green Apple
- Join Date
- Apr 2011
- Location
- Newport News, VA
- Posts
- 99
- Thanks
- 66
- Thanked 78 Times in 40 Posts
Unfortunately, doesn't help if you have Lockinfo enabled. If I disable Lockinfo and update the code, the forecast appears and stays open even with further taps. Once you go into springboard and then return to lockscreen the forecast is in closed position again. If you want to use the forecast it seems for now the original "touch" code and disabling Lockinfo in mobile substrate may be the best option. I emailed Lockinfo to see if there is a way to limit touch area so other widgets can work, but I'm not optimistic they will reply/understand.
-
05-16-2012, 07:50 AM #1131
Too bad...replaced LockInfo with IntelliScreenX for now, running the 3-day-trial.
No issues so far, maybe gonna stick with it.
But i want that forecast.
Regardless of the actual use it offers its just sweet to have a somewhat "interactive ls"
-
The Following User Says Thank You to Frostbajs For This Useful Post:
Dacal (05-16-2012)
-
05-16-2012, 07:58 AM #1132Green Apple
- Join Date
- Apr 2011
- Location
- Newport News, VA
- Posts
- 99
- Thanks
- 66
- Thanked 78 Times in 40 Posts
Just got reply from Dave at Lockinfo. He says there is no way for this to work currently with Lockinfo without adjustments (to current code).
-
-
05-16-2012, 08:11 AM #1133
Alright, thanks a lot for the effort.
Lets wait and see if any future updates will fix this, if not i either wait for a new dacal-theme or pass on LI
-
05-16-2012, 09:26 AM #1134The Mechanic
- Join Date
- Aug 2010
- Location
- Vancouver Canada
- Posts
- 7,451
- Thanks
- 29,714
- Thanked 34,603 Times in 6,577 Posts
Intelliscreenx is well worth the money. Even though they charged a bit much in my opinion. I use it all the time
I've never used lockinfo so I can't really compare the two but if you can part with the $10 intelliscreenx is worth it.
Maybe add a config to turn the forecast on to stay on along with the touch options?
One thing to point out as well, touch function does not work on the bottom 80-100px's on the lockscreen
Same with the lockinfo layer issue, the stock apple slider, welllock, and bottom bars are always on top so you can't invoke a touch under them. Whether they are visible images or transparent they are always on topLast edited by The_Durben; 05-16-2012 at 09:32 AM.

-
The Following User Says Thank You to The_Durben For This Useful Post:
chevymusclecar (05-16-2012)
-
05-16-2012, 09:35 AM #1135Theme Creator
- Join Date
- Nov 2010
- Location
- Tunis, Tunisie
- Posts
- 1,489
- Thanks
- 1,919
- Thanked 5,349 Times in 1,108 Posts
-
The Following 3 Users Say Thank You to Dacal For This Useful Post:
chevymusclecar (05-16-2012), indyzzzz (05-16-2012), The_Durben (05-16-2012)
-
05-16-2012, 09:43 AM #1136
-
The Following User Says Thank You to indyzzzz For This Useful Post:
Dacal (05-16-2012)
-
05-16-2012, 10:49 AM #1137Livin the iPhone Life
- Join Date
- Jul 2010
- Location
- San Jose, Costa Rica
- Posts
- 1,238
- Thanks
- 442
- Thanked 808 Times in 365 Posts
-
The Following User Says Thank You to Dalvar3 For This Useful Post:
The_Durben (05-16-2012)
-
05-16-2012, 11:42 AM #1138
I'm tryin to figure it out atm.
Tbh i dont really get all the settings, but i figure for the "basic" possibilities it's equal to LI.
You can select which events to include, access them directly from ls...
Seems like a proper alternative, but still, gotta work my way thru...
U can get the trial for 3 days tho, feel free to see for yourself
-
The Following User Says Thank You to Frostbajs For This Useful Post:
The_Durben (05-16-2012)
-
05-16-2012, 12:11 PM #1139The Mechanic
- Join Date
- Aug 2010
- Location
- Vancouver Canada
- Posts
- 7,451
- Thanks
- 29,714
- Thanked 34,603 Times in 6,577 Posts
No worries my man. I think the config option is a good idea
For the most part it would just be for lockinfo users
Just thought I'd throw that out there about the bottom part in case you had a set size for the click and it was below and not working.
I have no comparison to offer as I've not used LI but ISX like Frostbajs said is fully configurable for what info you want to display. It opens emails right on the screen and you can delete, mark as, reply
Same thing with Twitter, send a reply
Gives you messages+ for quick compose/reply to SMS or can change it to Bite if you use it
Full twitter feed and Facebook timeline that are also interactive and adds the ability to use SBSettings from the drop down or ISX quick settings. It's pretty sweet I thinkLast edited by The_Durben; 05-16-2012 at 12:17 PM.

-
The Following 2 Users Say Thank You to The_Durben For This Useful Post:
chevymusclecar (05-16-2012), Dacal (05-16-2012)
-
05-16-2012, 12:27 PM #1140Theme Creator
- Join Date
- Nov 2010
- Location
- Tunis, Tunisie
- Posts
- 1,489
- Thanks
- 1,919
- Thanked 5,349 Times in 1,108 Posts
-
The Following 2 Users Say Thank You to Dacal For This Useful Post:
indyzzzz (05-16-2012), The_Durben (05-16-2012)




LinkBack URL
About LinkBacks
Reply With Quote
