Here's a simple one for FP users. It kills the startup screen and the GPS warning message. (And it doesn't use sendkeys or any crap like that.) Read the readme.
*updated
[attachment deleted]
Seems to still be losing focus and not clicking OK. =/
Dr. Ron Paul for President 2008
Hope for America - http://www.ronpaul2008.com
Who is Ron Paul? - Why do we need Ron Paul?
__________________
CarPC Newbs Start Here: All your questions answered, as if by E.S.P.
Here's a simple one for FP users. It kills the startup screen and the GPS warning message. (And it doesn't use sendkeys or any crap like that.) Read the readme.
*updated
[attachment deleted]
As much as I want to get this to work, here is the issue I'm having. The timers etc work correctly, and dismiss dialogs. Cool. But once it launches, this is what I see (first pic). Launching iGlauncher on its own yields same result.
Also, if I click on HOME and then GPS again, it shows as in the 2nd pic. (Notice it has the borders menus etc, not nice as advertised
What's causing this?![]()
2002 Honda CR-V
Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
Spent so far: $1105.90
Download the NEXUS Skin for Centrafuse
...or even Listen to my music
something's not right with the embedding, you still have the menu bar
Dr. Ron Paul for President 2008
Hope for America - http://www.ronpaul2008.com
Who is Ron Paul? - Why do we need Ron Paul?
__________________
CarPC Newbs Start Here: All your questions answered, as if by E.S.P.
Are your settings as follows:
Title in iGLaunch.ini: iGuidance
Title in CF: iGLaunch
Basically the way I think it works is that iGuidance gets embedded into iGLaunch, which gets embedded into CF
Dr. Ron Paul for President 2008
Hope for America - http://www.ronpaul2008.com
Who is Ron Paul? - Why do we need Ron Paul?
__________________
CarPC Newbs Start Here: All your questions answered, as if by E.S.P.
Mine does the exact same thing... on my desktop it will click the ok but won't embed at all. On my laptop (the car computer) it wont click OK, but if I hit ok manually then it will embed nicely. Something's wrong![]()
K301 7" Motorized Screen
Mini SLIMPRO SP625 Cappucino PC
RoadRunner / IGuidance 3.0
Pioneer 7700MP HU
MTX 1500D 1500 Watt Sub Amp
2 x 12" MTX 8000 subs
1998 Olds Aurora 4.0 V8
On the desktop it's not working (nag screen), but in the car it's working perfectly. Desktop has latest version, car has prior version. (not sure off the top my head which it is, but will check.)
Dr. Ron Paul for President 2008
Hope for America - http://www.ronpaul2008.com
Who is Ron Paul? - Why do we need Ron Paul?
__________________
CarPC Newbs Start Here: All your questions answered, as if by E.S.P.
Great.... it still doesn't work?
Any of you guys tried playing around by increasing the delays? I'd increase em by a lot
murdermuppet: So, what's your attack on the nag screen without using sendkeys![]()
OK, I fixed it.
I was using "iGuidance" as the window name, instead of "iGLaunch". Now that I use the correct settings in CF, it works like a dream.
Thanks for this great utility!!!
[Edited to correct window name]
Originally Posted by justintime
2002 Honda CR-V
Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
Spent so far: $1105.90
Download the NEXUS Skin for Centrafuse
...or even Listen to my music
In VB6:Originally Posted by 0l33l
Code:nagWin = FindWindow(vbNullString, "Warning") If nagWin = 0 Then 'close license message nagWin = FindWindow("#32770", vbNullString) SendMessage nagWin, WM_KEYDOWN, 13, 0 Else 'close GPS message SendMessage nagWin, WM_CLOSE, 0, 0 End If
Bookmarks