View Single Post
Old 10-15-2006, 09:31 AM   #119
alti
FLAC
 
alti's Avatar
 
Join Date: Sep 2004
Location: NY
Posts: 1,749
Quote: Originally Posted by Nate Sickler View Post
Yes, go into "Tools" scroll down to "Button Layout" and change one of your unused Global and Main Buttons to CFIG (CFIG appears near the bottom when you edit your Global and Main button).

Does the following HIEGHT typo change anything within the app (code appears at the end)
<MAINBOX>
<X>0</X>
<Y>100</Y>
<WIDTH>848</WIDTH>
<HIEGHT>270</HIEGHT>
</MAINBOX>



DOH, I may have solved my prob - didn't see the FILENAME tag within config.xml - will change it to iGuidanceUMPC and see if that works.

**Yep, I solved the issue BELOW by changing the FILENAME.**

However, I have a question. I am using RC2 and I tried to get the plugin to work with no avail. The CFIG folder was dropped into the CF plugin folder, and I mapped buttons within CF, so I select iNav within CF and the Skin with 2D/3D and all the other info appears, but the area where the map should be is blank. I have iG ver3 UMPC installed in C:\Program Files\iNav\iGuidance\ - do I need to add iguidanceUMPC.exe to the path within the config.xml file? Also, the CAM plugin was not moved out of the plugin folder - only weather, and TV. TIA

your config.xml (in the plugins\CFiG folder) should have these two lines...

<PATH>c:\Program Files\iNav\iGuidance\</PATH>
<FILENAME>iGuidance</FILENAME> -or- <FILENAME>iGuidanceUMPC</FILENAME>

I think the problem might be that you have the .exe on the end of the filename... I think i have the code adding the .exe for you, so to the code it is actually comming up iGuidanceUMPC.exe.exe, I should have made a check for this in the code, but because i rushed it out before the wedding i did not spend time cleaning it up... I hope this works for you, let me know.
__________________
My Install

Software:
CFiG v1
iGuidance Plugin for CF

CarShell
Working shell for a CarPC

StopWatch
StopWatch plugin remade for centrafuse RC1
alti is offline   Reply With Quote