viewtheard
千年狐狸
千年狐狸
  • UID2383
  • 注册日期2005-01-20
  • 最后登录2024-05-15
  • 发帖数1999
  • 经验512枚
  • 威望1点
  • 贡献值388点
  • 好评度20点
  • 社区居民
  • 忠实会员
阅读:2099回复:1

自制迷你驴子皮肤问题

楼主#
更多 发布于:2012-08-30 17:11
想背景换成蓝颜色。问下模板该怎么写,能知道原始模板文件名称也好啊。我写了个htm表格没有效果,怎么回事,"connectedLabel""upRateLabel""downRateLabel""completedLabel""freeSpaceLabel""connected""upRate""downRate""completed""freeSpace"这些标记具体该怎么写
教程如下,
Mini eMule window

Mini eMule window with basic stats and functions (connected - yes or no, upload and download speed, completed files number in this session, free space on drive, open incoming folder, options, restore main emule window).

Single click in eMule System Tray icon to open it.

Default Mini eMule window:


and custom Mini eMule skin:



Mini eMule window can be customized with HTML template.
Mini eMule window can be customized with following settings in preferences.ini file:
(section "[eMule]").
Those settings can be modified during eMule is running (no need to restart):
"MiniMule=0" Mini eMule window will be disabled.
"MiniMuleAutoClose=1" Mini eMule window will automatically close itself if mouse cursor is not located within the window (similar to a tooltip). "MiniMuleAutoClose=0" always on top.
"MiniMuleTransparency=<0-100>" Transparency (in percent) of Mini eMule window.

Example:

[eMule]
MiniMuleAutoClose=0
MiniMuleTransparency=80

The window have implemented auto-sizing. The minimal size for the window is queried from the IE control after the content was loaded.

Security settings:

IE security settings are same as one in IE applet.. by default the minimule will be run in 'Restriced' zone which by default disallows everything..

but it depends on what the user has explicitly specified/overridden in that security group..
to change the security settings for emule, there is a preferences.ini setting, which one can use to specify the IE security zone..

Internet Security Manager for external loaded HTML files:
- Internet Security Zone policies are taken from Windows Internet Settings System Applet (same settings as used by Internet Explorer).
- Default Internet Security Zone used by eMule is set to highest level: "Untrusted Zone"
- Internet Security Zone can be changed in preferences.ini file:
Section=[eMule]
Keyword=InternetSecurityZone
Values=Untrusted|Internet|Intranet|Trusted|LocalMachine

Example:

[eMule]
InternetSecurityZone=Untrusted


Available MinieMule IDs:

table id is "table"

"connectedLabel"
"upRateLabel"
"downRateLabel"
"completedLabel"
"freeSpaceLabel"
"connected"
"upRate"
"downRate"
"completed"
"freeSpace"

some available links IDs:

"restoreWndLink" Restore Main Window
"restoreWndImg" Restore Main Window Image
"openIncomingLink" Open Incoming Folder
"openIncomingImg" Open Incoming Folder Image
"optionsLink" Open eMule Options
"optionsImg" eMule Options Image
My Technical Blog: http://art-technical.blogspot.com/
viewtheard
千年狐狸
千年狐狸
  • UID2383
  • 注册日期2005-01-20
  • 最后登录2024-05-15
  • 发帖数1999
  • 经验512枚
  • 威望1点
  • 贡献值388点
  • 好评度20点
  • 社区居民
  • 忠实会员
1楼#
发布于:2012-08-30 17:11
会弄了,哈哈
My Technical Blog: http://art-technical.blogspot.com/
游客

返回顶部