mIRC Home    About    Download    Register    News    Help

Print Thread
#69003 23/01/04 04:44 AM
Joined: Mar 2003
Posts: 36
B
bugx Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Mar 2003
Posts: 36
I try to put a bmp (just for test, latter jpg) but not work fine, the var %theme have default but latter have a path

I use this :

icon 1, 0 0 99 $calc($window(-3).dh - 26), themes\ $+ %theme $+ \switch_bar.bmp, 0, noborder

I want not an icon, a bmp in all the dialog, works fine if i put default directly

#69004 23/01/04 06:17 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Using %variables in dialogs like that makes mIRC save the items value when the dialog closes
Perhaps using an $identifier to return the path may work.


alias myicon return themes\ $+ %theme $+ \switch_bar.bmp, 0, noborder
icon 1, 0 0 99 $calc($window(-3).dh - 26), $myicon


Link Copied to Clipboard