Posted by member 206411 on 2006-02-09 03:50:12 link
I am guessing I will have to 'hook' modules.. and I have no idea how to do that. Can somone direct me to a document?
...It's pretty much nothing but this is what i have so far..
theme.rc
azureusstat.rc
xlabel.rc
...It's pretty much nothing but this is what i have so far..
theme.rc
*NetLoadModule azureusstat-1.1.dll
include "$ConfigDir$azureusstat.rc"
*NetLoadModule xlabel-3.4.9.dll
include "$ConfigDir$xlabel.rc"
include "$ConfigDir$azureusstat.rc"
*NetLoadModule xlabel-3.4.9.dll
include "$ConfigDir$xlabel.rc"
azureusstat.rc
AzLabelName AZ_STAT
AzLabelPattern "DL: %down_num - %down_spd || UL: %seed_num - %up_spd"
AzLabelPattern "DL: %down_num - %down_spd || UL: %seed_num - %up_spd"
xlabel.rc
*Label Info
InfoX 0
InfoY 1004
InfoWidth 300
InfoHeight 20
InfoAlwaysOnTop true
InfoAlphaTransparency 200
InfoFontHeight 12
InfoJustify center
InfoSolidColors 000000
InfoFontColor ffffff
InfoText "AZ_STAT"
InfoX 0
InfoY 1004
InfoWidth 300
InfoHeight 20
InfoAlwaysOnTop true
InfoAlphaTransparency 200
InfoFontHeight 12
InfoJustify center
InfoSolidColors 000000
InfoFontColor ffffff
InfoText "AZ_STAT"