still no go
here is my code -
Code:
[MainForm]
;This is the Window Title (if a front-end embeds SKINbedder, this is the title it will need)
Caption=SKINbedder - radioSHARK
;This is the initail position of the form.
Top=30
Left=30
;This is the initial "usable" Width & Height of the form.
ClientWidth=555
ClientHeight=310
;This is the background color you will see while loading (RGB Color Format: $GGBBRR).
BackgroundColor=$C0C0C0
;You can set this to an image to show durring loading (until the Starup Script has run).
LoadingImage=
[Scripts]
;This is the startup script that tells SKINbedder what to run, embed, and skin with.
StartUp=Run(J:\progra~1\griffi~1\radioSHARK\radioshark.exe),Embed(radioSHARK:250),OnTop(False)
;This is the shutdown script that will run before SKINbedder exits.
ShutDown=Kill(radioSHARK.exe)
;This will happen BEFORE hibernation
Hibernate=Kill(radioSHARK.exe)
;This will happen after resuming from hibernation
Resume=Run(J:\progra~1\griffi~1\radioSHARK\radioshark.exe)
Code:
[radioSHARK]
WindowClass=#32770
WindowTitle=radioSHARK
;Width and Height are optional (you can just use all 4 borders instead).
Width=555
Height=310
;Borders are Optional (if you just set Width/Height it will auto-center).
;Any border you set will be ancored.
;If no width/Height nor boarders are set it will auto-stretch (as if borders are 0), but not anchor.
TopBorder=0
LeftBorder=0
RightBorder=0
BottomBorder=0
;Nudge values stretch the embedded image
NudgeUp=0
NudgeLeft=0
NudgeRight=0
NudgeDown=0
;Leave TransparentColorValue blank if not used (will save resources)
TransparentColorValue=
;Leave AlphatBlendValue blank if not used (255=Fully visable, 0=Invisable)
AlphaBlendValue=
;Set Visable to False if you want to hide the entire window
Visable=True
[MapSkin]
; 1-2-3 Skins are defined so that they can size to any resolution as follows:
; | | | The numbers in the picture to the left represent "Layers".
; 4-5-6 The lines in the picture to the left represent "Spacers".
; | | | "Layers" are defined in their own [Section] with BMPs, "Actions", and Events.
; 7-8-9 "Spacers" can be any file format and are used to fill a frame to any res.
;Top Left, Right, and Center Layers, plus the 2 Spacers in between.
TopLeftLayer=
TopLeftSpacer=
TopLayer=
TopRightSpacer=
TopRightLayer=
;The 3 Spacers between the Top Layers and the Middle Layers.
LeftTopSpacer=
TopSpacer=
RightTopSpacer=
;Middle Left, Right, and Center Layers, plus the 2 Spacers in between.
LeftLayer=MapLeft
LeftSpacer=
CenterLayer=
RightSpacer=
RightLayer=
;The 3 Spacers between the Middle Layers and the Bottom Layers.
LeftBottomSpacer=
BottomSpacer=
RightBottomSpacer=
;Bottom Left, Right, and Center Layers, plus the 2 Spacers in between.
BottomLeftLayer=
BottomLeftSpacer=
BottomLayer=MapRight
BottomRightSpacer=
BottomRightLayer=
Bookmarks