The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

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

Reply
 
Thread Tools Display Modes
Old 07-15-2006, 10:05 PM   #1
Raw Wave
 
RoyN's Avatar
 
Join Date: Sep 2004
Location: São Paulo, Brazil
Vehicle: 1999 Range Rover 4.6HSE
Posts: 3,534
My Photos: (0)
Embedding Slingplayer?

Has anyone been able to do it?

The tutorial for skinbedder hasnt helped me enough... I dont know how to get it going... has anyone tried it or can help me?

I'd like to have the channel buttons in skinbedder, (just sending keys basically), but cropping the slingplayer would be required...

cheers

PS: one user did make an application that kind of embeds slingplayer, but it is in delphi and I dont have delphi to recompile it, so basically I know the player *can* be embedded...
__________________
Roy

2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
RoyN is offline   Reply With Quote
Sponsored Links
Old 07-19-2006, 11:30 PM   #2
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Vehicle: 3000GT VR4
Posts: 1,944
My Photos: (0)
Start by copying over an existing skin.
Change the name of the skin folder from "copy of <oldname>" to "<newname>".
Go in to the folder and rename <oldname>.ini to <newname>.ini
Open <newname>.ini and go to the [Scripts] section.
StartUp=Run(c:\%apppath%\%appname%.exe),Embed(<sub-skin-folder>:<timeout-in-ms>),LoadSkin(<sub-skin-folder>:<new-skin-name>)
Save it and go back to windows explorer.

Rename one of the old sub-skin folders (ie: "iGMap") to your new "<sub-skin-folder>". Each window/sub-window of a program can be embedded with its own set of skins, so there is a sub-folder under the main skin folder. You will just start out with embedding the main window so delete all other sub-directories of the skin.

Now go into your <sub-skin-folder> and rename the <old-folder>.ini (ie: "SKINbedder\iGuidance\iGMap\iGMap.ini")
to <sub-skin-folder>.ini. Then open it and change the name of the section at the top to match the filename to (ie: [iGMap] to [<sub-skin-folder>])

Next find the window title and class using auto it window tool.

Set any other things you want to mess with and save it.

Now rename one of the other ini files to <new-skin-name>.ini
Rename the [<section>].
Change the .png paths to your new skins images (one all-up, one all-down).
Action=<button-name>
[<button-name>] has position, and OnPressUp/Down scripts.
ie: OnPressUp=Focus(<sub-skin-folder>),Type(<key-you-want-to-send-to-your-app>)

Rinse & Repeat
RPM_VR4 is offline   Reply With Quote
Old 07-20-2006, 04:32 AM   #3
Raw Wave
 
RoyN's Avatar
 
Join Date: Sep 2004
Location: São Paulo, Brazil
Vehicle: 1999 Range Rover 4.6HSE
Posts: 3,534
My Photos: (0)
cool, seems i'm getting somewhere...

nonetheless, after it embeds the application in the SB window it is giving me an error msgbox: "error c:\path\to\application\skin\\SUBSKIN\: Image not found!"... and isnt overlaying any buttons...

I just renamed a file in the igmap folder (renamed igmap too, and iguidance), but the two images in the "subskin".ini file are in the skin directory!

any ideas? also, when quitting skinbedder with ALT-F4, it isnt killing the app, as scripted... any idea?
__________________
Roy

2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
RoyN is offline   Reply With Quote
Old 07-20-2006, 08:30 PM   #4
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Vehicle: 3000GT VR4
Posts: 1,944
My Photos: (0)
The images need to be in the same folder as the subskin.ini file.

Kill(filename.exe) should not have a path, just the exe name. It needs to be the same name that you see in the task-manager list of running apps.
RPM_VR4 is offline   Reply With Quote
Old 07-20-2006, 08:38 PM   #5
Raw Wave
 
RoyN's Avatar
 
Join Date: Sep 2004
Location: São Paulo, Brazil
Vehicle: 1999 Range Rover 4.6HSE
Posts: 3,534
My Photos: (0)
yes, the images are in th same directory.....

I renamed the folder igMap, to slingpl, and renamed one of the ini files to sling.ini....

now i have:

skinbedder\slingplayer\slingpl\slingg.ini and the images are in the same directory... I just renamed one of the existing inis to sling.ini, and just left one action, menu, with some type command.... but it still errors on me.....
__________________
Roy

2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
RoyN is offline   Reply With Quote
Old 07-20-2006, 08:54 PM   #6
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Vehicle: 3000GT VR4
Posts: 1,944
My Photos: (0)
You said the error message includes a path right? ...and then it says Image Not Found. Just make sure that the image exists in that path.

If you want me to review it post a screen shot of the error message and a screen-shot of the folder containing the images (with the full path displayed in the address bar). You may also want to post your StartUp=, ButtonUpImage=, and ButtonDownImage= lines.
RPM_VR4 is offline   Reply With Quote
Old 09-22-2006, 08:05 AM   #7
Maximum Bitrate
 
tn6478's Avatar
 
Join Date: Jun 2006
Location: Houston, TX
Posts: 776
My Photos: (0)
Quote: Originally Posted by RoyN View Post
yes, the images are in th same directory.....

I renamed the folder igMap, to slingpl, and renamed one of the ini files to sling.ini....

now i have:

skinbedder\slingplayer\slingpl\slingg.ini and the images are in the same directory... I just renamed one of the existing inis to sling.ini, and just left one action, menu, with some type command.... but it still errors on me.....

Have you gotten this to work roy
tn6478 is offline   Reply With Quote
Old 09-22-2006, 04:14 PM   #8
Maximum Bitrate
 
tn6478's Avatar
 
Join Date: Jun 2006
Location: Houston, TX
Posts: 776
My Photos: (0)
I get the same error ROY is getting
tn6478 is offline   Reply With Quote
Old 09-23-2006, 05:15 AM   #9
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Vehicle: 3000GT VR4
Posts: 1,944
My Photos: (0)
You may have to rename the first [Section] in any ini file you rename as well (if the first [Section] is the same as the file name).
RPM_VR4 is offline   Reply With Quote
Old 09-23-2006, 01:30 PM   #10
Maximum Bitrate
 
tn6478's Avatar
 
Join Date: Jun 2006
Location: Houston, TX
Posts: 776
My Photos: (0)
as far as i know I dont think you can embed SLingplayer.
tn6478 is offline   Reply With Quote
Sponsored Links
Old 10-02-2006, 05:10 PM   #11
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Vehicle: 3000GT VR4
Posts: 1,944
My Photos: (0)
Don't be dumb. You can embed ANYTHING (as long as it has a window handle, which all windows do). That is the whole point of SKINbedder. I am working on a skin for SlingPlayer and have already embedded it nicely. Now I just need to make all the buttons work.
RPM_VR4 is offline   Reply With Quote
Old 10-02-2006, 06:23 PM   #12
Maximum Bitrate
 
tn6478's Avatar
 
Join Date: Jun 2006
Location: Houston, TX
Posts: 776
My Photos: (0)
Quote: Originally Posted by RPM_VR4 View Post
Don't be dumb. You can embed ANYTHING (as long as it has a window handle, which all windows do). That is the whole point of SKINbedder. I am working on a skin for SlingPlayer and have already embedded it nicely. Now I just need to make all the buttons work.

if you can do it i want the skin
tn6478 is offline   Reply With Quote
Old 10-02-2006, 06:45 PM   #13
Banned
 
RPM_VR4's Avatar
 
Join Date: Nov 2004
Location: L.A.
Vehicle: 3000GT VR4
Posts: 1,944
My Photos: (0)
Will do, but probably not until mid-month as I am in China.

So far I have just copied the iGFreedom skin, changed the window title/class, and changed the nudge values. I have the slingplayer video box in the same spot as the iG map. It is very easy.

All I have to do is change the button graphics and change the hot-keys that each button sends. The only problem is I still don't have a slingbox setup, so I don't know what the hot-keys are. Anyone want to PM me their sling box info so I can finish this while I am in China?
RPM_VR4 is offline   Reply With Quote
Old 10-03-2006, 10:43 AM   #14
Raw Wave
 
RoyN's Avatar
 
Join Date: Sep 2004
Location: São Paulo, Brazil
Vehicle: 1999 Range Rover 4.6HSE
Posts: 3,534
My Photos: (0)
Hi Guys,
sorry for the lack of responses... i had since returned the slingbox, but i might pick another one up someday... anyways, sorry i wasnt more useful...
__________________
Roy

2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
RoyN is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Slingplayer for streaming TV/Sat signal nkotch General MP3Car Discussion 4 02-02-2006 01:38 PM
Embedding Google Earth 106-Quiksilver GPS 2 12-06-2005 12:03 PM
Problem embedding MapMonkey after reboot/hibernate Passe Road Runner 2 10-28-2005 09:16 AM
Embedding in 1.3 CavityCr33p Centrafuse 12 07-18-2005 08:16 PM
Iguidance not embedding corectly??? Potential solution inside Kamakazie2 Media Engine 0 07-08-2005 04:08 PM


All times are GMT -5. The time now is 02:37 AM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics