|
 |
|
05-11-2006, 09:01 PM
|
#121
|
|
FLAC
Join Date: May 2005
Location: Vienna, VA
Posts: 1,382
|
It wouldn't be too hard to skin iGMon. Since LSX Void already has those on-screen buttons, just disable the buttons in iGMon (open OnScreenButtons.ini and comment them all out). You might want to make one for AutoZoom though.
Then just skin the OSK and that should do it.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
05-12-2006, 01:19 AM
|
#122
|
|
I see dead kittens
Join Date: Dec 2003
Location: New York
Posts: 2,922
|
Quote: Originally Posted by Civic03
LS, I'm using the LSTOOLS from yesterday and the only problems I saw today was that when I went into GPS mode, the map didn't embed properly into the skin at first. I have to exit out of the GPS mode, come back in and then it would snap into the skin correctly. Did anyone else have this problem?
I have this problem too, I thought it was just my setup, messing something up.
__________________
Installed
Asus A7N8X-VM - AMD Mobile Athlon 2400
512 Ram - 60GB HD - Opus 150w
Lilliput 7" - Rikaline 6010
[00000000000001100010-] 98% Completed
Check Out My Install!!!
|
|
|
05-12-2006, 01:36 AM
|
#123
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
Quote: Originally Posted by Civic03
LS what does the new LSTOOLS fix?
a few things, mainly the issues around the exit_fs tool, i also changed the image for it to fit in with everything else so it dosent stick out. Hightly recommened to get the latest version.
|
|
|
05-12-2006, 01:42 AM
|
#124
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
Quote: Originally Posted by Civic03
LS it looks like IGMon is working with SkinBedder, does this mean that you'll be able to skin it and fit it into LSX VOID?
already working on it.
just came back from a test drive so there are a few things i need to tweak, nothing major, mostly screen switching and sort through all the commands and see which ones make the most since etc. Its gonna be sweet though, im pretty excited about the igmon almost everything works good and are features ive been dieing for in IG for a LONG time.
|
|
|
05-12-2006, 01:49 AM
|
#125
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
Quote: Originally Posted by Quattro
I have this problem too, I thought it was just my setup, messing something up.
what version of the lstools do you have now?
when the map dosent embed properly the first time this is almost allways a timeing issue with IG taking to long or something slowing it down. On your desktop, and if you dont have a gps device and get the no gps error this will happen pretty much everytime. In the car it shouldnt be a problem at all.
So are you having this in the car or on the desktop?
|
|
|
05-12-2006, 02:00 AM
|
#126
|
|
I see dead kittens
Join Date: Dec 2003
Location: New York
Posts: 2,922
|
The latest lstools. Happening on my desktop, still playing around with the skin.
I waiting for igmon and your skin intergration before I put it in the car, hopefully soon.
__________________
Installed
Asus A7N8X-VM - AMD Mobile Athlon 2400
512 Ram - 60GB HD - Opus 150w
Lilliput 7" - Rikaline 6010
[00000000000001100010-] 98% Completed
Check Out My Install!!!
|
|
|
05-12-2006, 03:21 AM
|
#127
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
ah, you shouldnt have any issues in the car then. Ill have an update tomorrow with igmon intergration  Driveing to the airport so ill get a good test drive out of everything
|
|
|
05-12-2006, 08:53 AM
|
#128
|
|
Maximum Bitrate
Join Date: Dec 2005
Posts: 605
|
LS, mine is happening in the car. I'll try again today and make sure I'm in a location that the GPS is picking up connection though. But it happened while I was driving and I am almost certain I had a signal.
CAN'T WAIT FOR YOUR IGMON mod.... Whoooo Hooooo!!
__________________
PROGRESS 95%[//////////■]Complete - Software configurations
Current Task: Just adding on...
Needed:wireless keyboard/mouse
My Carputer Blog
Car System Site
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
05-12-2006, 11:32 AM
|
#129
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
Civic it dosent matter if you have a signal or not. Only if you have a gps device connected and recognized. Try to run skinbedder standalone outside of RR, does it embed properly? How fast is your machine?
For reference the list of actions that happen when you click the GPS button the first time:
load external_gps.skin >launch skinbedder> launch runcheck.exe
when skinbedder.exe launches it runs startup.exe (found in the skinbedder dir)
startup.exe is what actually launches iGuidance, and also launches runcheck.exe
the purpose of runcheck is to loadup igcontrol, its soul purpose is to check if igcontrol is allready running.
If its allready running it dose nothing and exits, its its not running it will launch it. Anytime igcontrol is launched, its launched from runcheck.exe
without runcheck, you would get multiple copies of igcontrol running.
It may sound like a lot, but these actions are executed pretty fast.
I dont belive its RR thats not embeding properly, but skinbedder. Think of IG as a photo thats behind 2 picture frames.
In my experience ive found the embed issue only happens to me on the desktop where i dont have the gps device and get the popup warning about no gps device detected. Which puts a pause in the string of events that happen and creates a timing issue. If you've been using skinbedder since it was created you likely are already famaily with this issue.
also, FYI im no way locked into using skinbedder, basicly the only reason i use it is cuz its the only app that will remove the filemenu from IG, all the other apps that say they do this never ever worked for me or were bloated with extra features and clumbsy configs. If anyone knows of a better solution, Im all ears. In a perfect world RR would embed iGuidance and remove the title bar on its own, that way we wouldnt have to use a boatload of external tools to accomplish this task.
the above is just a little insight for those that may or maynot know whats going on in the background when you launch GPS.
|
|
|
05-12-2006, 11:39 AM
|
#130
|
|
FLAC
Join Date: May 2005
Location: Vienna, VA
Posts: 1,382
|
liquid_smoke, you can use _Singleton to make sure your app only runs once. Something like this.
Code:
if _Singleton("iGControlRunning",1) = 0 Then
Exit
EndIf
BTW, if you need help skinning iGMon, let me know.
|
|
|
05-12-2006, 11:56 AM
|
#131
|
|
Maximum Bitrate
Join Date: Dec 2005
Posts: 605
|
Quote: Originally Posted by liquid_smoke
Civic it dosent matter if you have a signal or not. Only if you have a gps device connected and recognized. Try to run skinbedder standalone outside of RR, does it embed properly? How fast is your machine?
For reference the list of actions that happen when you click the GPS button the first time:
load external_gps.skin >launch skinbedder> launch runcheck.exe
when skinbedder.exe launches it runs startup.exe (found in the skinbedder dir)
startup.exe is what actually launches iGuidance, and also launches runcheck.exe
the purpose of runcheck is to loadup igcontrol, its soul purpose is to check if igcontrol is allready running.
If its allready running it dose nothing and exits, its its not running it will launch it. Anytime igcontrol is launched, its launched from runcheck.exe
without runcheck, you would get multiple copies of igcontrol running.
It may sound like a lot, but these actions are executed pretty fast.
I dont belive its RR thats not embeding properly, but skinbedder. Think of IG as a photo thats behind 2 picture frames.
In my experience ive found the embed issue only happens to me on the desktop where i dont have the gps device and get the popup warning about no gps device detected. Which puts a pause in the string of events that happen and creates a timing issue. If you've been using skinbedder since it was created you likely are already famaily with this issue.
also, FYI im no way locked into using skinbedder, basicly the only reason i use it is cuz its the only app that will remove the filemenu from IG, all the other apps that say they do this never ever worked for me or were bloated with extra features and clumbsy configs. If anyone knows of a better solution, Im all ears. In a perfect world RR would embed iGuidance and remove the title bar on its own, that way we wouldnt have to use a boatload of external tools to accomplish this task.
the above is just a little insight for those that may or maynot know whats going on in the background when you launch GPS.
These are the specs of my machine.
1 x Logic Supply 3688 Mini-ITX Car System
- Memory: 1GB PC2100/DDR266 RAM
- Monitor: Xenarc 700TSV 7" TFT LCD Display VGA Touchscreen - Black
- Power Supply: 90 Watt M1-ATX Intelligent Automotive Power Supply
- Mainboard: EPIA SP13000 1.3Ghz
- Hard Disk / Flash: 2.5" 40GB Fujitsu 5400rpm
- CD / DVD Drive: Panasonic CW-8124-B Slotloading CD-RW / DVD 1 x USGlobalSat BU-353 Waterproof GPS Receiver
I think it's fast enough to handle this but you never know. My receiver is always connected and like I said it works fine after the second try.
__________________
PROGRESS 95%[//////////■]Complete - Software configurations
Current Task: Just adding on...
Needed:wireless keyboard/mouse
My Carputer Blog
Car System Site
|
|
|
05-12-2006, 12:33 PM
|
#132
|
|
Constant Bitrate
Join Date: Sep 2005
Location: CT
Posts: 162
|
This is embarassing because I've figured it out several times before, but I can't for the life of me remember what I have to do to get this running with Sirius instead of the default XM. I know I changed the line in the audioplayer.skin file but there must be something else...
|
|
|
05-12-2006, 12:40 PM
|
#133
|
|
Low Bitrate
Join Date: Feb 2006
Posts: 80
|
Quote: Originally Posted by liquid_smoke
well i dont really want to add any additional buttons to that flyout, but there are two options i see. There is that ATT button in the gps screen that can be changed to the heading toggle. Or it can be toggled off on same time as you switch 2d/3d
Does that ATT button do anything at the moment? I used it several times today and it didn't seem to do anything? What skin file is that button defined in so I can change it over to the right sendkey command for map orientation. I really miss that. =)
I've been having a lot of fun with the skin so far. The only small things I've noticed:
Full screen IG:
When I first go full screen on IG and then try to zoom in, my IG screen disappears and I just see the skin graphics. It's pretty strange. I have to go to non-full screen mode and then back to full screen mode and it starts working with all the interface buttons. This only seems to happen the first time I go into full screen mode. In regular mode everything works fine.
Video Player:
The video player is slightly confusing to me. I noticed that it has a "clear playlist" button in the player. However, this button doesn't seem to actually work with any kind of video "playlist"? Because when I used it it cleared my audio playlist and added a very strange "goodbye" graphic squished into the album art location. The video player does work though! I noticed some strange things with picking videos, but I'll need to spend some more time with that before I can detail that out.
Appreciate all your hard work with this skin and I really look forward to any work you'll be doing with IGMON!
|
|
|
05-12-2006, 02:09 PM
|
#134
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
yeah, the clearlist button in the videoplayer isnt ment to be there,
the att button should work, you have to have MapMasterVolume = MasterVolume in RRConfig.exe and not wave or any other line for it to work properly.
as for the IGMON, i added a heading button in there just for you.
when there is no playlist loaded for some reason RR will display any random image in place of the album art, sometimes i see images that are in the root of my c drive, havnt yet figured out a way to force it to not do that.
|
|
|
05-12-2006, 02:13 PM
|
#135
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
Quote: Originally Posted by randomjohn
This is embarassing because I've figured it out several times before, but I can't for the life of me remember what I have to do to get this running with Sirius instead of the default XM. I know I changed the line in the audioplayer.skin file but there must be something else...
there are buttons for xm and sirrus, clicking the Sirrus button should be all u need to do. On the main screen the sat button is XM. If you only have sirrus, you can edit the ExecTBL.ini file found in the skin dir and change all the XM commands to be sirrus. There are directions inside the file.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:37 AM.
| |