View Single Post
Old 09-05-2006, 08:43 PM   #2
lostreception
Raw Wave
 
lostreception's Avatar
 
Join Date: Sep 2004
Location: NY
Posts: 1,803
I TAKE NO RESPONSIBILITY IF YOU MAKE A MISTAKE OR FUBAR YOUR COPY OF IGUIDANCE
IF THIS SEEMS TOO ADVANCED FOR YOU IT PROBABLY IS AND YOU SHOULD HAVE SOMEONE ELSE DO IT FOR YOU


With that being said Welcome

Here is a quick guide on how to get the "Navigate by Coordinates" back into IG3.0 UMPC

Tools

Reshacker

Procedure

You will need to add a new Dialog to IG3 to do this
1. Grab the attached zip file
2. import the 1092.res file as your 1st dialog
3. Then you may either edit the 1004 dialog or simply import that as well

==============================
OPTION 1: Import

Follow steps 1 and 2 replacing 1092 obviously with 1004

See Step 7

==============================
OPTION 2: Change

4. Select the 1004 Dialog in reshacker
5. Select all text and then delete it
6. Copy the text at the end of this post


===============================

7. Go to both newly changed dialogs and click Compile Script on both

8. Goto File>SaveAs and save the new file as iGuidanceUMPC.exe
NOTE: DO NOT OVERWRITE YOUR CURRENT VERSION IF YOU HAVE NOT MADE A BACKUP




Code:
1004 DIALOG 0, 0, 183, 128 STYLE WS_POPUP CAPTION "" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US FONT 19, "TAHOMA" { CONTROL "Address", 500, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 3, 23, 85, 26 CONTROL "Intersection", 502, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 3, 49, 85, 26 CONTROL "Points of\nInterest", 504, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_MULTILINE | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 3, 75, 85, 26 CONTROL "Favorites", 501, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 92, 23, 85, 26 CONTROL "Recent", 503, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 92, 49, 85, 26 CONTROL "City Center", 505, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 92, 75, 85, 26 CONTROL "", 2, BUTTON, BS_OWNERDRAW | BS_MULTILINE | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 158, 1, 20, 13 CONTROL "", 506, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_MULTILINE | BS_FLAT | WS_CHILD | WS_TABSTOP, 50, 5, 85, 26 CONTROL "", 516, BUTTON, BS_OWNERDRAW | BS_MULTILINE | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 6, 1, 20, 13 CONTROL "Coordinates", 803, BUTTON, BS_OWNERDRAW | BS_LEFT | BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 48, 101, 85, 26 }

Attached Files
File Type: zip IGCoordinatesFix.zip (638 Bytes, 385 views)
__________________
.______
| '_ |__\___
[(o)|___(o)] XB
._________
| I__I I_I|_\__I
[(o)______(o)]b VanPimpin'

LostReceptions Apps D/L Here

GPSGasoline- Rewriting

Draw- SkribblePad for Touchscreens

iGQwerty-iG3.0 Qwerty Keyboard

CarPCNetwork

Last edited by lostreception; 09-05-2006 at 09:13 PM.
lostreception is offline   Reply With Quote