mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2005
Posts: 10
D
Dharion Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Feb 2005
Posts: 10
Ok ... im working on a Media player for mIRC, with skin options etc...
My basic design has a round player, but when i use drawpic -t i still keeps a black border around the player...

The -t function works, but the picture window doesnt agree on it and gives a nice black background while it should be transparent.

How can i solve this? confused confused

Thanks in advance

Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
do you use $rgb to create the black colour? and are you sure it's absolute black to begin with?


If it ain't broken, don't fix it!
Joined: Feb 2005
Posts: 10
D
Dharion Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Feb 2005
Posts: 10
i used /drawpic -t $rgb(255,255,255) and that results in a black background. The picture window wont disappear on me ... and i want that to happen .... since my player size is 500x500 and circular is kinda ugly to get 4 corners with a black background comming from the picture window beneath the img ...

The transparency for the img itself works, no problems there ... its just the picture window.

There should be a way to get a desktop picture window background to show transparent so you only see the img you place in it. and if there isnt any ... Khaled please make a function for it =(

Having a skinnable media player for mIRC wont have any use if it can only support square skins.......

Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
Quote:
$rgb(255,255,255)


Did i miss something or isnt 255,255,255 WHITE pure white! not black!

Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
It is indeed.

RGB - 0,0,0 = HEX - 00,00,00
RGB - 255,255,255 = HEX - FF,FF,FF

(color:#000000)BLACK(/color)
(color:#FFFFFF)WHITE(/color)

-genius_at_work

Joined: Feb 2005
Posts: 10
D
Dharion Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Feb 2005
Posts: 10
you guys miss something ... guess noone here can help me uh -_-

Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
You're not alone. It was suggested last year: https://forums.mirc.com/s...true#Post137788

Joined: Feb 2005
Posts: 10
D
Dharion Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Feb 2005
Posts: 10
thank you for a decent reply smile
guess ill have to resort to xtra dll's then.

peace


Link Copied to Clipboard