|
Joined: Apr 2005
Posts: 1,009
Hoopy frood
|
OP
Hoopy frood
Joined: Apr 2005
Posts: 1,009 |
altho script i use is old... it uses mdx and i have problem on winxp with it thing is that "control pannel" (that shows icons) was working alright on win98, ME and 2000
now with XP i dont have icons displayed, instead i get some code displayed:
seticon 0 12,system\domin.icl seticon 0 11,system\domin.icl seticon 0 10,system\domin.icl seticon 0 9,system\domin.icl seticon 0 8,system\domin.icl etc...
does mdx have problems on XP with display code ?
IceCapped
|
|
|
|
Joined: Sep 2005
Posts: 2,881
Hoopy frood
|
Hoopy frood
Joined: Sep 2005
Posts: 2,881 |
The problem is that you don't have views.mdx, or it isn't loading properly.
|
|
|
|
Joined: Apr 2005
Posts: 1,009
Hoopy frood
|
OP
Hoopy frood
Joined: Apr 2005
Posts: 1,009 |
i do have :tongue: and it listed ok on other OS-es before xp
IceCapped
|
|
|
|
Joined: Sep 2005
Posts: 2,881
Hoopy frood
|
Hoopy frood
Joined: Sep 2005
Posts: 2,881 |
Try echoing the path that is being passed to /dll and making sure the files are actually where they should be. Also remember that you shouldn't quote the path to .mdx files.
|
|
|
|
Joined: Apr 2005
Posts: 1,009
Hoopy frood
|
OP
Hoopy frood
Joined: Apr 2005
Posts: 1,009 |
this i found
alias Dicon { dll $vewst SetIcon $1 }
dicon is icl file that is where it should be
alias vewst { return $+(",$mircdirsystem\dlls\mircustom.dll,") } and this is i guess dll for displaying cp in various views
and everything is where it supposed to be (files). othervise i would got errors already :tongue:
Last edited by raZOR; 16/01/06 03:46 PM.
IceCapped
|
|
|
|
Joined: Sep 2005
Posts: 2,881
Hoopy frood
|
Hoopy frood
Joined: Sep 2005
Posts: 2,881 |
mircustom has nothing to do with listviews. The problem lies elsewhere.
|
|
|
|
Joined: Apr 2005
Posts: 1,009
Hoopy frood
|
OP
Hoopy frood
Joined: Apr 2005
Posts: 1,009 |
any hints to help me narrow it down?
IceCapped
|
|
|
|
Joined: Apr 2005
Posts: 1,009
Hoopy frood
|
OP
Hoopy frood
Joined: Apr 2005
Posts: 1,009 |
actually it seems that everything that was made in mdx, doesnt work anymore wtf is happening???
IceCapped
|
|
|
|
Joined: Jan 2003
Posts: 2,523
Hoopy frood
|
Hoopy frood
Joined: Jan 2003
Posts: 2,523 |
Are you perhaps using a really old version of MDX? Old versions don't support XP.
/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
|
|
|
|
Joined: Apr 2005
Posts: 1,009
Hoopy frood
|
OP
Hoopy frood
Joined: Apr 2005
Posts: 1,009 |
i think it uses very old mdx it says it was made on Oct 1 2000 but if i replace it with newer mdx then all is f-up again :P and since i dont know to "code" with mdx i must suffer now lol
Last edited by raZOR; 17/01/06 11:21 AM.
IceCapped
|
|
|
|
Joined: Sep 2005
Posts: 2,881
Hoopy frood
|
Hoopy frood
Joined: Sep 2005
Posts: 2,881 |
If even the newer versions won't work then I still think one of the paths is wrong somewhere. Search around for aliases like /mdx or $views.
|
|
|
|
Joined: Apr 2005
Posts: 1,009
Hoopy frood
|
OP
Hoopy frood
Joined: Apr 2005
Posts: 1,009 |
nah, its bceoz of old mdx because i had win2k 3 weeks ago installed and it worked ok now i have xp and it wont work and i keep my mirc+script on non OS partition :tongue:
edit: can someone pls post here mdx download page maybe newest version can help :tongue:
Last edited by raZOR; 17/01/06 11:48 AM.
IceCapped
|
|
|
|
Joined: Jun 2003
Posts: 5,024
Hoopy frood
|
Hoopy frood
Joined: Jun 2003
Posts: 5,024 |
click - though, nowadays, some people prefer DCX, whicn in the future may have an editor, a bit like Dialog Studio, in which case it'll be very easy to use. Up to you. Regards,
Mentality/Chris
|
|
|
|
Joined: Apr 2005
Posts: 1,009
Hoopy frood
|
OP
Hoopy frood
Joined: Apr 2005
Posts: 1,009 |
yeah but i am louzy scripter =)
tnx for link
IceCapped
|
|
|
|
|