Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Support Software > SkinBedder


Closed Thread
 
Share Thread Tools Display Modes
Old 07-05-2005, 11:31 PM   #31
Calm
Down
Or
Get
A
2
Week
Vacation
-Love
The
Forum
Policeman
 
Wiredwrx's Avatar
 
Join Date: Jan 2003
Posts: 3,604
Wiredwrx has a little shameless behaviour in the past
Quote: Originally Posted by 0l33l
[panels] is all the panels that can be embedded. So say we're looking at
iGGPS=MyToolWndClass, GPS Info

iGGPS is the name... look for it a bit down. MyToolWndClass is its class name. GPS Info is its title.

Now look for [iGGPS]. Its self explanitory from then on.

K. Make believe I have to explain a complicated legal idea to you, and I just used words that make no sense to you.

Panel, what the heck is panel? I just got used to nudges and nudging, and now I have to deal wiht panels. And all this [ig...] stuff, what the heck does that stuff do.

Come on, explain things, in ENGLISH please.

Michael
__________________
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
Wiredwrx is offline  
Sponsored links
Advertisement
 
Advertisement
Old 07-05-2005, 11:38 PM   #32
Raw Wave
 
justintime's Avatar
 
Join Date: Apr 2005
Posts: 2,705
justintime is on a distinguished road
For 3D view toggle, just send a keystroke value of '3'
Typing '3' on your keyboard toggles 3D view. It's a standard iG feature.
__________________
2002 Honda CR-V
Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
Spent so far: $1105.90


Download the NEXUS Skin for Centrafuse
...or even Listen to my music
justintime is offline  
Old 07-05-2005, 11:51 PM   #33
Calm
Down
Or
Get
A
2
Week
Vacation
-Love
The
Forum
Policeman
 
Wiredwrx's Avatar
 
Join Date: Jan 2003
Posts: 3,604
Wiredwrx has a little shameless behaviour in the past
Quote: Originally Posted by justintime
For 3D view toggle, just send a keystroke value of '3'
Typing '3' on your keyboard toggles 3D view. It's a standard iG feature.


Sweet, just updated the ini, and it works. Cool

I also have a list of the rest that I could find in 3.1.1

F=Full Screen mode
w=weather
v=volume
r=route list

I bet there are more.

Michael
__________________
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
Wiredwrx is offline  
Old 07-06-2005, 12:13 AM   #34
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Posts: 1,944
RPM_VR4 is on a distinguished road
Hehe... "3"... hehe. That's much easier

psyrex: I just changed the SKINbedder window stype from wsNormal to wsNone. Now SKINbedder will have no menu bar nor Max/Min/Close buttons nor boarders that allow you to re-size it. That's what you want right? I will make the WindowStyle configurable in the INI.

WiredWRX: Do you get it yet or not? The default settings should be fine, I don't know what is wrong with your RR. If you want to try playing with the nudge settings, then just change the settings under [iGMain].

[Panels]
PanelSectionName=(class, )name.

This lists windows to auto-embed whenever they appear. The "WindowClass, " is optional. The "WindowName" or Title is not.

[PanelSectionName]
ListOfPanelSettings

This contains all the panel positioning and window embedding nudging values to use for the window once it gets embedded.

To give you the basic tree structure:

Form - The main SKINbedder form. Form settings and general global-variable settings are all now under the [SKINbedder] section.

Panels - Panels are created on statup. One panel is created for each line under the [Panels] section. The panel gets is position/size info from it's own [x] section. When a window opens that is listed under the [Panels] section, it is embedded to the existing panel and nudged acording to the settings under its panels [x] section.

Buttons - Buttons didn't change from the last version and will be totally re-done for the next version (each Panel will have it's own set of buttons).


List of default iG panels included in the packaged INI file:

iGMain - The main iG map window.

iGGPS - The GPS Info window is automatically embedded over the lower right corner of the main map window if it ever opens.

iGMenu - The main menu is embedded when you press the "menu" button. This is just to show people how it works. Once the new buttons are done you will be able to SKIN your own iG Main-Menu. Add a ";" in front of iGMenu= in the [Panels] section to dissable this currently pointless embedding.

iGEnter - This is the Enter Street Name window. This is set up for adding a skinned OSK in the future. If you just want to use this version in your car right now, you should probably put a ";" in front of this one too.

Alternatively, you can add [x] sections for every window that appears in SKINbedder and position everyone where ever you want it. Currently you can not hide the buttons because we don't have SKINbuttons per-panel yet, but this is comming. If someone does spend the time to add every iG window to the [Panels] section so that SKINbedder always embeds everything, please share the INI with me to save me some time .

Last edited by RPM_VR4; 07-06-2005 at 12:16 AM.
RPM_VR4 is offline  
Old 07-06-2005, 12:32 AM   #35
Calm
Down
Or
Get
A
2
Week
Vacation
-Love
The
Forum
Policeman
 
Wiredwrx's Avatar
 
Join Date: Jan 2003
Posts: 3,604
Wiredwrx has a little shameless behaviour in the past
Quote: Originally Posted by RPM_VR4
Hehe... "3"... hehe. That's much easier

psyrex: I just changed the SKINbedder window stype from wsNormal to wsNone. Now SKINbedder will have no menu bar nor Max/Min/Close buttons nor boarders that allow you to re-size it. That's what you want right? I will make the WindowStyle configurable in the INI.

WiredWRX: Do you get it yet or not? The default settings should be fine, I don't know what is wrong with your RR. If you want to try playing with the nudge settings, then just change the settings under [iGMain].

[Panels]
PanelSectionName=(class, )name.

This lists windows to auto-embed whenever they appear. The "WindowClass, " is optional. The "WindowName" or Title is not.

[PanelSectionName]
ListOfPanelSettings

This contains all the panel positioning and window embedding nudging values to use for the window once it gets embedded.

To give you the basic tree structure:

Form - The main SKINbedder form. Form settings and general global-variable settings are all now under the [SKINbedder] section.

Panels - Panels are created on statup. One panel is created for each line under the [Panels] section. The panel gets is position/size info from it's own [x] section. When a window opens that is listed under the [Panels] section, it is embedded to the existing panel and nudged acording to the settings under its panels [x] section.

Buttons - Buttons didn't change from the last version and will be totally re-done for the next version (each Panel will have it's own set of buttons).


List of default iG panels included in the packaged INI file:

iGMain - The main iG map window.

iGGPS - The GPS Info window is automatically embedded over the lower right corner of the main map window if it ever opens.

iGMenu - The main menu is embedded when you press the "menu" button. This is just to show people how it works. Once the new buttons are done you will be able to SKIN your own iG Main-Menu. Add a ";" in front of iGMenu= in the [Panels] section to dissable this currently pointless embedding.

iGEnter - This is the Enter Street Name window. This is set up for adding a skinned OSK in the future. If you just want to use this version in your car right now, you should probably put a ";" in front of this one too.

Alternatively, you can add [x] sections for every window that appears in SKINbedder and position everyone where ever you want it. Currently you can not hide the buttons because we don't have SKINbuttons per-panel yet, but this is comming. If someone does spend the time to add every iG window to the [Panels] section so that SKINbedder always embeds everything, please share the INI with me to save me some time .

I am curious, did you test this with IG 2.1.1, or another version. Not sure if it makes a difference, but I am using 2.1.1, if you want to test Sb with it.

Thanx soo much.

As for my problem, I can not figure it out at all.

It always worked so well for me. How can I nudge the screen to be correct?

Michael
__________________
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.

Last edited by Wiredwrx; 07-06-2005 at 12:42 AM.
Wiredwrx is offline  
Old 07-06-2005, 12:46 AM   #36
Maximum Bitrate
 
psyrex's Avatar
 
Join Date: Jun 2005
Location: Oakland, CA
Posts: 531
psyrex is on a distinguished road
Quote: Originally Posted by RPM_VR4

psyrex: I just changed the SKINbedder window stype from wsNormal to wsNone. Now SKINbedder will have no menu bar nor Max/Min/Close buttons nor boarders that allow you to re-size it. That's what you want right? I will make the WindowStyle configurable in the INI.

Thanks! that's pretty much what I wanted it to look like.


WiredWRX: Check this link out for (some? all?) hotkeys plus a program called iGKeys which has more mapped keys: gpspassion

-psyrex
psyrex is offline  
Old 07-06-2005, 12:49 AM   #37
Calm
Down
Or
Get
A
2
Week
Vacation
-Love
The
Forum
Policeman
 
Wiredwrx's Avatar
 
Join Date: Jan 2003
Posts: 3,604
Wiredwrx has a little shameless behaviour in the past
Quote: Originally Posted by psyrex
Thanks! that's pretty much what I wanted it to look like.


WiredWRX: Check this link out for (some? all?) hotkeys plus a program called iGKeys which has more mapped keys: gpspassion

-psyrex

Ya, I have been to Marvins site. It is amazing. Thanx for the link.

Michael
__________________
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
Wiredwrx is offline  
Old 07-06-2005, 01:39 AM   #38
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,569
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
Quote: Originally Posted by 0l33l
So RR embeds it perfectly now? Sweet

Update...the answer is still NO,NO,NO...the only way i can get it to work is if I either start SB first then RR or before I goto the gps skin that I min RR start SB and then goto to gps then all is great, or at least till I standby/resume then it really doesn't matter cause with the tool bar a the top theres no way to reconnect the mouse...
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is online now  
Sponsored links
Advertisement
 
Advertisement
Old 07-06-2005, 01:41 AM   #39
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,569
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
Could it be a skin prob...what skin are you useing Ol33l??
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is online now  
Old 07-06-2005, 01:42 AM   #40
Calm
Down
Or
Get
A
2
Week
Vacation
-Love
The
Forum
Policeman
 
Wiredwrx's Avatar
 
Join Date: Jan 2003
Posts: 3,604
Wiredwrx has a little shameless behaviour in the past
Quote: Originally Posted by Blue ZX3
Update...the answer is still NO,NO,NO...the only way i can get it to work is if I either start SB first then RR or before I goto the gps skin that I min RR start SB and then goto to gps then all is great, or at least till I standby/resume then it really doesn't matter cause with the tool bar a the top theres no way to reconnect the mouse...

I got mine to work with RR finally.

If you like, I can send you my ini, and you can test it with your setup.

Michael
__________________
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
Wiredwrx is offline  
Old 07-06-2005, 01:44 AM   #41
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,569
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
another thought...

I also noticed after having the sat in the cormer that if you go and scroll the map around, its really hard to click the X to get back to the reg map view
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is online now  
Old 07-06-2005, 01:45 AM   #42
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,569
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
Quote: Originally Posted by Wiredwrx
I got mine to work with RR finally.

If you like, I can send you my ini, and you can test it with your setup.

Michael

Gimme...Gimme...I'll try anything...cant figure out Y it just doesn't work

__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is online now  
Old 07-06-2005, 01:48 AM   #43
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,569
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
how soon can we expect a reconnect prob fixy...
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is online now  
Old 07-06-2005, 01:48 AM   #44
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by Blue ZX3
Update...the answer is still NO,NO,NO...the only way i can get it to work is if I either start SB first then RR or before I goto the gps skin that I min RR start SB and then goto to gps then all is great, or at least till I standby/resume then it really doesn't matter cause with the tool bar a the top theres no way to reconnect the mouse...

Works for me
Quote: Originally Posted by Blue ZX3
Could it be a skin prob...what skin are you useing Ol33l??

The skin you got in the zip is the skin I'm using.
0l33l is offline  
Old 07-06-2005, 01:49 AM   #45
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
BTW: For those that have iG not fully in the panel, try closing SKINbedder and starting it again. Repeat a few times. Post if it put it into its proper place.
0l33l is offline  
Sponsored links
Advertisement
 
Advertisement
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SKINbedder embedding problem chuckster Road Runner 12 07-26-2005 07:49 PM
[Release] SKINbedder v2 0l33l SkinBedder 242 07-05-2005 05:01 AM
[Release] iGSkinner BETA 3.9.5 0l33l SkinBedder 631 06-26-2005 03:40 PM
[Release] SKINbedder 1.0 RPM_VR4 SkinBedder 41 06-26-2005 05:03 AM
[RELEASE] NMC 0.7 BETA 2 -> introducing ACTIONS and NCS ! netsuo NeoCar Media Center 22 05-05-2005 12:34 PM



All times are GMT -5. The time now is 04:01 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics