19 unknown users

 Word :   Username :  
 
Bottom
Author
 Thread :

Looking for a GOM Player skin tutorial

 
n°24839
NykooFRA
Profil: New Penguin
Avatar
profil
Posted on 04-27-2009 at 07:36:10 PM  
 

Hi all,
 
I'm looking for a tutorial to learn how to make a skin for GOM Player. I've seen that someone there have already made one (Inspirat). I tried to make a SKIN.XML file according to the ones on the other skin files, but I always get an error but no information about what's wrong.
 
This is not very hard but just one mistake can corrupt the file. My first try:
 

Code :
  1. <?xml version="1.0" encoding="UNICODE" ?>
  2. <GXSkin Version="1.0" MinorVersion="2000" >
  3. <SkinInfo
  4.  SkinNameENG = "&lt;Engeko&gt;"
  5.  SkinNameCHS = "&lt;Engeko&gt;"
  6.  SkinFileName = "Engeko.gps"
  7.  SkinVersion  = "2.0"
  8.  Author = "Gretech Corp."
  9.  LastUpdate = "2006/1"
  10.  ScreenShot = ""
  11.  DescriptionENG = "Gom Player2 Engeko skin"
  12.  DescriptionCHS = "GOM Player2 Engeko skin"
  13. />
  14. <MainWindow
  15.  Style="popup"
  16.  MinSize="300,300"
  17. />
  18. <SkinWindow BkgndImage="" BkgndType = "tile"
  19.  ResizeBorder="1"
  20.  ClientCaption="0"
  21.  PopupWindow="0" MoveParent="0"
  22.  MinMaxSize="-1,-1,-1,-1"
  23.  EnableDblClk="1"
  24.  Transparent="100" Debug="0" Width="700" Height="500" >
  25.  <RegionDefine>
  26.   <Rgn Type="bitmap" Param="MAIN_FRAME.BMP" Mode="or" Align="left" Width="autosize" />
  27.  </RegionDefine>
  28.  <ControlDefine>
  29.   <StaticControl CID="" StaticControlType="bitmap" Image="MAIN_FRAME.BMP" ImageType="fillframe" Align="client" >
  30.   </StaticControl>
  31.  </ControlDefine>
  32. </SkinWindow>
  33. </GXSkin>


 
Any other language than Corean would be great :D
 
Thanks in advance.


Message edited by NykooFRA on 04-27-2009 at 07:39:58 PM
answer
mood
GoogleAds
profil
Posted on 04-27-2009 at 07:36:10 PM  
 

answer

Go to:
Add a reply