MYIE2 Online Help
Make MYIE2 Skin

MYIE2 at present supports limited skins with custom-made function. You may do it at your own discretion. Besides, we will regularly announce some outstanding skins made by web users. Everybody positive discussion and sharing skin design experience is much appreciated.

During your submission of MYIE2 Skins, please attach a briefing description and a tuncated picture of 800x600 pixal

A better place to know more about MYIE2 Skins is picto's great ' MYIE2 Skin Site ' .

MYIE2 Skin production fundamental rules and guidelines

  • The Skins document is stored in the skin directory under the installation directory of MYIE2 where you can make your own directory at any names you like. Here is an example in which I make a test directory under the skin directory to store copied graphic files.
  • Then create skin.ini document in the test directory with appropriate parameters. Here is an example to illustrate how MYIE2 uses FlatXP as its skin along with the demonstration of the skin.ini document.

---------------------------------------------------------------------------------------
;Note:
;
; Some items will be able to use the software interior default value. So it is not necessary to set all items .
; All colors value may adopt three types of format
; 1.Decimal base: the simple color value decimal-based expression. For instance, Selected_TAB_BK_COLOR=1234567
; 2.Hexadecimal system: the color value in hexadecimal-based expression. To begin with '#'. For instance, Selected_TAB_BK_COLOR=#FFFFFF
; 3.RGB code: the decimal-based expression in RGB form. Use ',' as the delimiter. For instance, Selected_TAB_BK_COLOR=255,0,255


[ General ]
; The Skin name, it is displayed on the MYIE2 menu
Name=Flat XP [ SiC ]

[ TOOLBAR ]
; Tool bar big icons size and the filename of the position graphic document which must be stay with Skin.Ini under the same directory.
MAIN_BIG_SIZE=24
MAIN_DISABLE_BIG_PATH=coldtool.Bmp
MAIN_HOT_BIG_PATH=hottool.Bmp

; Tool bar small icons size and the filename of the position graphic document which must be stay with Skin.Ini under the same directory.
MAIN_SMALL_SIZE=16
MAIN_HOT_SMALL_PATH=hottool_s.Bmp
MAIN_DISABLE_SMALL_PATH=coldtool_s.Bmp

; Tabs indicates the progress and individual status(e.g. locked status) of the position graphics filenames , it must be of 16*16 size, altogether 8 items.
TAB_IMAGE_PATH=tab.Bmp

; The address bar position graphic filename , it must be of 16*16 size
ADDRESSBAR_IMAGE_PATH=address.Bmp
FAV_IMAGE_PATH=link.Bmp

; The position graphic filename with the buttons to indicate maximum and minimize , it must be of 16*16 size, altogether 6 items
SYSTEMBAR_IMAGE_PATH=sysmenu.Bmp

; The position graphic filename of animation icons when downloading webpages , the first one to be a static icon of 16*16 size, altogether 8 items.
ANIMATE_ICON_PATH=

; The position graphic filename of quick buttons on the status bar with unlimited file size, with a default size of 12*12, altogether 5 items.
STATUS_BAR_IMAGE_SIZE=12
STATUS_BAR_IMAGE_PATH=
; The height of the status bar, it needs to coordinate with the tool icons on the status bar.
STATUS_BAR_HEIGHT=20

[ TOPBAR ]
; All tool bar background.BK_IMAGE refers to the background graphic, BK_COLOR refers to background color, both cannot coexist.
; BK_IMAGE_STRETCH refers to the type of indicating position graphics whether to use a pull-and-stretch style,1 expresses 'yes',0 expresses 'no'.

; BK_IMAGE=bg.Bmp
BK_COLOR=#C8D0D8
BK_IMAGE_STRETCH=1

[ TAB ]
; Tab adopts a self-draw approach, it may be ALL, TAB or NONE
DRAW_TYPE=ALL

; Below is the setting of active tab
; Background color
Selected_TAB_BK_COLOR=#FFFFFF
; text color
Selected_TAB_Text_COLOR=#000000
; Left side frame color
Selected_TAB_BORDER_LEFT_COLOR=#B0B0B0
; Top side frame color
Selected_TAB_BORDER_TOP_COLOR=#B0B0B0
; Right side frame color
Selected_TAB_BORDER_RIGHT_COLOR=#B0B0B0
; Bottom side frame color
Selected_TAB_BORDER_BOTTOM_COLOR=#B0B0B0
; Frame width
Selected_TAB_BORDER_WIDTH=1

; Below the right and wrong activates tab the hypothesis
; Background color
UnSelected_TAB_BK_COLOR=#C8D0D8
; text color
UnSelected_Text_BK_COLOR=#6666666
; Left side frame color
UnSelected_TAB_BORDER_LEFT_COLOR=#C8D0D8
; top side frame color
UnSelected_TAB_BORDER_TOP_COLOR=#C8D0D8
; Right side frame color
UnSelected_TAB_BORDER_RIGHT_COLOR=#B0B0B0
; Bottom side frame color
UnSelected_TAB_BORDER_BOTTOM_COLOR=#C8D0D8
; Frame width
UnSelected_TAB_BORDER_WIDTH=1

; Entire tab bar background color, including non-tab region
TAB_MAINBK_COLOR=#C8D0D8

---------------------------------------------------------------------------------------