mIRC Home    About    Download    Register    News    Help

Print Thread
#136629 30/11/05 11:24 PM
Joined: Jun 2005
Posts: 127
H
HAMM3R Offline OP
Vogon poet
OP Offline
Vogon poet
H
Joined: Jun 2005
Posts: 127
I have a list, with listview. Id like to put and icon in the 4th colum, but i can only manage to get it in the first. Here's what I have:
Code:
did -a dailogname 1  0 + 1 0 0  test $chr(9) test2 $chr(9) test3  $chr(9) ICON HERE

What am i doing wrong?


-- HAMM3R (aka: alhammer)
http://www.HAMM3R.net
#136630 30/11/05 11:55 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
I'm not certain on this but I don't think windows itself lets you put icons in anything but the first column unless you ownerdraw the control, so MDX probably won't be able to either.

#136631 01/12/05 10:35 AM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
you are able to put icons in other columns as the first in MDX, according to its help file.
[indent#] [+flags] [icon#] [overlay#] [state#] [text]{tab}[+flags] [icon#] [overlay#] [state#] [text]{tab}...

try: did -a dialogname id 0 + 0 0 0 Column1 $chr(9) + 1 0 0 Text here with an icon.

I havent tried this in MDX though i reckon it should work, i know for a fact this is possible in DCX .


$maybe
#136632 01/12/05 08:42 PM
Joined: Jun 2005
Posts: 127
H
HAMM3R Offline OP
Vogon poet
OP Offline
Vogon poet
H
Joined: Jun 2005
Posts: 127
Thanks guys. Worked well.


-- HAMM3R (aka: alhammer)
http://www.HAMM3R.net

Link Copied to Clipboard