View Single Post
  #2223 (permalink)  
Old 04-07-2009, 02:02 AM
dsi76's Avatar
dsi76
Regular 'Geeker
Offline
Location: Canada
 
Join Date: Oct 2008
Posts: 311
Reputation: 815
dsi76 knows their stuffdsi76 knows their stuffdsi76 knows their stuffdsi76 knows their stuffdsi76 knows their stuffdsi76 knows their stuffdsi76 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

I think I fixed my SMS issue. The problem I was having was that the name suggestions would pop up in the "To:" field whenever I was entering a new name. However, I already had name suggestions above the keyboard. So it was appearing in two places(!), thus screwing up my SMS. The following registry hack will disable the popup but still show the name suggestion above the keyboard.


Code:
; Fix SMS issue; prevent name suggestion popup 
[HKEY_LOCAL_MACHINE\System\Inbox\RecipientAutocomplete]
"MaxSuggestions"=dword:00000000
Reply With Quote
This post has been thanked 1 times.