Here's the embedding directory
Printable View
Here's the embedding directory
If anyone's still paying attention here, I am working on a SB skin for iGuidance V3. Hopefully, I can complete it this afternoon/evening after work :) I just need to firm up the functions for Hiding/Showing buttons.
Hey Guys,
I've just had some success using Ozi and SBV3P2... Will post files later today.
Cheers
Bugger.
I see the new OziExplorer Thead has been opened... I'll post about this on that thread from now on.
Cheers
Bugger.
Skin beder is a great program , i am hoping to take the challenge! i would like to make a better UI for map monkey. Where do I start? I have made a skin for frodo player in the past and have good understanding of skinning.
thanks
Download SbV3-P2 from the sticky thread.
Open all the .ini files and take a look at them. There's comments in there to help you make sense of it.
Basically you can embed any window, crop it, and place it wherever you want. You can then place any number of SkinLayers on top of it and place it anywhere you want. There a dir with an ini for each window to embed. There's 2 pngs and an ini file for each skin-layer (must be placed inside a window dir).
Just check it out and come back with any questions you have.
The commands a pretty basic: Embed(window:timeout), LoadSkin(window:skin), Type(key), and Run(file) should be enough to get you started.
Question for RPM VR4, Im installin my first car pc in to my 1994 GTO tt and Im wanting to use TMO to monitor all my car diagnostics, Im sure ive read that you use TMO, my question is : have you managed to embed TMO in to roadrunner ? if so any help would be appreciated.
Id like to replace the SAT radion button on my version of road runner with a car diagnostic button and run TMO in roadrunner.
Hey RPM
What's the chance of a basic list of funcitons that skinbedder currently supports?
I already know the basics
Run, LoadSkin, HideSkin, Play, Focus, Type, Embed, Close, Wait, Kill...
Thanks mate.
sandman: You need to have an auto-it script click connect and then diag, then you have RR embed the map window. Or, I was working on a SKINbedder skin for it, but I never completed it. I keep meaning to one of these days. Now that I know you are interested maybe I will finish up a TMONexus skin. That would rule! ;)
Bugger: I'll update the Q/A with that now. Please see first post.
FYI: If you need a command I do not support, odds are AutoIt supports it, so you can just make an Auto-It script and use the Run() command to add that functionality to SKINbedder. (This is why I stopped making more commands.)