Notices

X50 / X51 Forums Talk about anything related to the X50 / X51 series.

Reply
 
LinkBack Thread Tools
Old 04-19-06, 06:40 AM   #1 (permalink)
Aximsite Prospect
 
Join Date: Feb 2006
Posts: 11
Thanked 0 Times in 0 Posts
x51v - lost my clock toolbar off today screen

Switched on this morning and my toolbar that has the clock in on the today screen has been covered up. If I press into that corner the conectivity and or volume control comes up so it is still there just covered - can anybody advise me please

regards
tedf
t2tedf is offline   Reply With Quote
Sponsor Ads
Old 04-19-06, 05:55 PM   #2 (permalink)
Aximsite Hall of Fame
 
ikehiker's Avatar
 
Join Date: Nov 2003
Posts: 8,810
Thanked 0 Times in 0 Posts
Have you tried a soft reset?

What software are you running that affects the top bar (Wisbar, Icbar, vBar, ...)?
__________________
-Ike-

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
and
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ikehiker is online now   Reply With Quote
Old 04-20-06, 01:50 PM   #3 (permalink)
Aximsite Prospect
 
Join Date: Feb 2006
Posts: 11
Thanked 0 Times in 0 Posts
not running anything extra any ideas?
t2tedf is offline   Reply With Quote
Old 04-20-06, 01:59 PM   #4 (permalink)
Aximsite All Star
 
Join Date: Mar 2006
Location: Cincinnati, OH
Posts: 762
Device: Motorola v635
Carrier: Cingular
Thanked 0 Times in 0 Posts
Sounds like you had Wisbar or something installed. With programs like those you can add or remove lots of features from the top bar, including the clock. So perhaps you tweaked something before an uninstall and it didn't revert to default settings.

I think possibly installing one of those programs and setting the clock back on the bar, then uninstalling that program would possibly work. I don't see this as a big deal.
player911 is offline   Reply With Quote
Old 07-31-06, 12:59 PM   #5 (permalink)
Aximsite Prospect
 
vogelap's Avatar
DAP Site StaffDAP Site StaffDAP Site Reviewer
 
Join Date: Aug 2005
Location: Cincinnati, Ohio USA
Posts: 17
Thanked 0 Times in 0 Posts
I've got the same problem here on my X51v/A12. When the PDA is on the dock, the Today screen displays a "connection" icon but no clock. Off the dock, it displays a battery indicator instead of a clock. I want my clock back! Does anyone have any ideas or suggestions?
__________________
-drew
www.drewvogel.com
vogelap is offline   Reply With Quote
Old 07-31-06, 02:03 PM   #6 (permalink)
Aximsite Rookie
 
Join Date: Oct 2005
Location: Raleigh NC
Posts: 49
Thanked 0 Times in 0 Posts
Sleep a12 moved clock

Originally Posted by t2tedf
Switched on this morning and my toolbar that has the clock in on the today screen has been covered up. If I press into that corner the conectivity and or volume control comes up so it is still there just covered - can anybody advise me please

regards
tedf
A12 seems to have moved the clock to the date and time part of my today screen however when you go to another application the clock is in the time bar if you selected that option
Frank_Walton is offline   Reply With Quote
Old 07-31-06, 04:56 PM   #7 (permalink)
Aximsite Rookie
 
Join Date: Oct 2005
Location: Limassol, Cyprus
Posts: 28
Thanked 0 Times in 0 Posts
You can do this to get the clock back:

What you need is a DWORD value called ShowTitleBarClock that is set to 1. The value needs to be placed in HKLM\Software\Microsoft\Shell. After adding the value and flushing the registry (usually the safest way to do that is to hit the power button to suspend the device, wait a few seconds, and then hit it again to wake it back up) reset the device.

To change the display of the clock in the taskbar:

The clock in the taskbar can be changed to show not only the time, but also the date, or just the date, or nothing at all.
To show nothing:
HKLM\Software\Microsoft\Shell\TBOpt = 0 (DWORD decimal)
To show just the clock:
HKLM\Software\Microsoft\Shell\TBOpt = 1 (DWORD decimal)
To show just the date:
HKLM\Software\Microsoft\Shell\TBOpt = 2 (DWORD decimal)
To show both the date and the clock:
HKLM\Software\Microsoft\Shell\TBOpt = 3 (DWORD decimal)


If something (like a close button) overlaps with your date, you can change the short date format to add a few (1 should be enough) spaces at the end:

HKLM\nls\overrides\SSDte = "FORMAT " (REG_SZ string, no quotes)

For more information on date/time formatting strings, see: http://msdn.microsoft.com/library/de...ateformats.asp

All applications using the short date format will be affected by this change.

A soft reset is needed after each registry change.

I did all this and it worked on my Axim x51v with A12.

Hope it helps.

Last edited by mad_scientist; 08-10-06 at 07:23 AM.
mad_scientist is offline   Reply With Quote
Old 07-31-06, 05:19 PM   #8 (permalink)
Aximsite All Star
 
kpc1's Avatar
Super Member
 
Join Date: Apr 2005
Location: West Cork, Ireland
Posts: 547
Device: HTC Touch Pro2
Carrier: O2, Ireland
Thanked 0 Times in 0 Posts

Awards Showcase
Aximsite Contest Winner 
Total Awards: 1

Hi,

you could try this thread also; I changed mine this way some time ago:

http://www.aximsite.com/boards/showthread.php?t=131570
kpc1 is offline   Reply With Quote
Old 08-09-06, 10:06 PM   #9 (permalink)
Aximsite Minor League
 
Join Date: Aug 2003
Location: Ottawa, Canada
Posts: 167
Thanked 0 Times in 0 Posts
Mad_Scientist, I have the truncated year problem after installing DogFood's tweak and adding the ShowTitleBarClock key. I can't find SSDte in my registry, even doing a Find. Any suggestions?

Larry

EDIT: BTW, I think you meant...

To show both the date and the clock:
HKLM\Software\Microsoft\Shell\TBOpt = 3 (DWORD decimal)

...in your post.
__________________
Axim X51V 624MHz A12 ROM, Innopocket Magnum, Haicom 303III SiRF GPS, OCN6, Gomadic mount
larrysabo is offline   Reply With Quote
Old 08-10-06, 07:22 AM   #10 (permalink)
Aximsite Rookie
 
Join Date: Oct 2005
Location: Limassol, Cyprus
Posts: 28
Thanked 0 Times in 0 Posts
larrysabo, you are right. I meant 3, not 1.

As for the SSDte entry I think that I also didn't have it. You just have to create the entry yourself, in the location that I specified, of type REG_SZ. I used the value "d MMM " (without the quotes) for the format.
mad_scientist is offline   Reply With Quote
Old 08-10-06, 08:01 AM   #11 (permalink)
Aximsite Minor League
 
Join Date: Aug 2003
Location: Ottawa, Canada
Posts: 167
Thanked 0 Times in 0 Posts
I don't see a REG_SZ choice in New, in Resco RegEdit? I'll trty again.
__________________
Axim X51V 624MHz A12 ROM, Innopocket Magnum, Haicom 303III SiRF GPS, OCN6, Gomadic mount
larrysabo is offline   Reply With Quote
Reply

Tags
clock, lost, screen, today, toolbar, x51v

Sponsor Ads

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove Calendars/Contact Toolbar on Today? Teeps Tips and Tricks 2 12-25-05 06:41 AM
HELP!! lost my Today Screen jmckeown Applications and Utilities 11 09-08-05 09:37 AM
An Analogue Clock for the today screen needed Stevvie Applications and Utilities 11 05-23-05 10:55 AM
Lost My TASKS on Today Screen fordomatic69 Tips and Tricks 9 08-20-03 09:41 PM
Lost my Today screen icons boz Windows Mobile 2003 0 08-01-03 01:22 AM


All times are GMT -5. The time now is 08:21 PM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2003-09 LeckMedia, LLC