Skip to content
MSN

$chr(9) in list

A TG007 community discussion started by Nimbus03.

Discussion 12 posts
Page 1 of 1
Open
Topic #2991 · 12 published posts · 1,152 views

does tab ($chr(9)) actually work in a list control (no MDX added)

"the important thing was, that i had an onion on my belt, which was the style at the time"

Any $chr's should work in an mirc command. What exactly are you trying to do?

i'm trying to make two colums, the tab should make them line up like in the mdx listview, but i don't want to use the mdx view

"the important thing was, that i had an onion on my belt, which was the style at the time"

i can't get the $chr(9) to work in the list control, so is there another way to make it look like it's in two colums? without using mdx

"the important thing was, that i had an onion on my belt, which was the style at the time"

no, $chr(9) will only work if a dll is used, it will not work without 1. It will just appear as a square [representing $chr(9)]

well is there another dll that does that other than mdx?

"the important thing was, that i had an onion on my belt, which was the style at the time"

there is a dll out that is similar to MDX but it only works on Windows XP and the creator put it out of commision long ago. What have you got against MDX anyways, it's really good once you know how to use it.

lol i know how to use mdx and i do use it sometimes, just not with list views if i can help it

but what's this other dll called?

"the important thing was, that i had an onion on my belt, which was the style at the time"

can't remember, but i would recommend using mdx. If you are stuck because you are using numbers, but it doesn't seems to show up, add $chr(160) to the front, then when you use $did() just remove $chr(160)

Edited Mar 10, 2005 4:33 AM by The Gate Keeper

nah that's not my problem, actually it's not a problem, it's just an annoyance, always having to use $calc($did(1).sel + 1) when selecting a specific line, but i've worked around that now, but there was other things moving me away from mdx but i've worked around those aswell now so i am using mdx for my list

so thx anyway for your help

"the important thing was, that i had an onion on my belt, which was the style at the time"

Just out of curiousity, what's the $calc snippet you mentioned for? I don't see a relevance to the "problem"

 

mdx takes up the first line, so when you want to select a line in the list it's always one more than the line in the txt file ya working from, and that was meant to be - 1 not + 1 in my last post

"the important thing was, that i had an onion on my belt, which was the style at the time"