PDA

View Full Version : Horizontal seperator lines on Today screen…


zormic
10-01-2006, 01:25 AM
Is there any way to get rid of them or to make them transparent?

Anton.Valleyman
10-01-2006, 09:04 AM
Something I have tried time and time again to find out. There was a program called Pocket Facelift, which either got rid of them or cloned the today screen and superimposed an image over the top without the lines. I've searched for registry entries, hacks and cracks. Everything. Never been able to find it.

I still wish someone would produce a low memory footprint version of a screen that say the later Nokias and Samsungs have, where all the information about the phone is held in the corners (battery, SMS, signal, etc), leaving the rest of the screen for the picture (without lines).

Cheers
Ant

zormic
10-01-2006, 09:14 AM
Something I have tried time and time again to find out. There was a program called Pocket Facelift, which either got rid of them or cloned the today screen and superimposed an image over the top without the lines. I've searched for registry entries, hacks and cracks. Everything. Never been able to find it.

I still wish someone would produce a low memory footprint version of a screen that say the later Nokias and Samsungs have, where all the information about the phone is held in the corners (battery, SMS, signal, etc), leaving the rest of the screen for the picture (without lines).

Cheers
Ant


Thanks...

vijay555
10-01-2006, 11:15 AM
Anton.Valleyman: when you say "low memory", I guess WDA is out of the question :)

I hadn't seen Facelift before. The page seems to suggest that Facelift may be a replacement Today plugin host:
Today screen scrolling is fully supported. The today screen plugins are resized in order to avoid covering information by the scroll bar.
Resizing Today plugins requires some messy coding or hosting plugins yourself. That might explain how they get rid of the seperator lines - if you host the plugins yourself, you obviously don't have to draw the lines... that's just a theory though!

still wish someone would produce a low memory footprint version of a screen that say the later Nokias and Samsungs have, where all the information about the phone is held in the corners (battery, SMS, signal, etc), leaving the rest of the screen for the picture (without lines).

My unreleased VJEphemeris is entirely skinnable, and I'm trying to design it around a thumb friendly design. I want to use the corners in the way you described... but your idea is a good one, a nice clean full screen today plugin just showing basics, operator logo and a wallpaper is a nice idea...

For the lines, I just suggest you choose a color similar to your background. I use a plain white wallpaper, so easy for me :)
It might be feasible to do some hairy hacking to subclass the today screen and intercept the line drawing function, but I don't recommend it as an easy solution :shock:

V