Skip to content
General IRCd

Dialog Help

A TG007 community discussion started by nnvi.

Discussion 4 posts
Page 1 of 1
Open
Topic #15140 · 4 published posts · 1,692 views

Hey

 

I'm trying to get this to work

 

Hope you understand what i'm trying to do...

 

Posted Image

 

dialog n {

title "New Project"

size -1 -1 250 133

option dbu

list 1, 0 0 61 133, size

tab "Tab 1", 2, 67 2 127 89

tab "Tab 2", 3

tab "Tab 3", 4

}

 

on *:dialog:n:init:0:{

mdx MarkDialog $dname

mdx SetControlMDX $dname 1 Treeview fullrowselect singleexpand nohscroll showsel > $views.mdx

did -i $dname 1 1 setitemheight 26

did -a $dname 1 $chr(160) 1

did -a $dname 1 $chr(160) 2

did -a $dname 1 $chr(160) 3

did -c $dname 1 2

}

 

on *:dialog:n:sclick:1:{

if ($did(1).seltext = 2) did -f n 3

}

Edited Jul 7, 2011 6:14 PM by nnvi
on *:dialog:n:sclick:1:{

tokenize 32 $did(1,1)

if ($4 == 2) { did -fu n 2 }

if ($4 == 3) { did -fu n 3 }

if ($4 == 4) { did -fu n 4 }

}

Get information about ircWx here

Cheers err0r

 

Just found out that mIRC 7.19 no longer supports mdx.... What a bummer!

the new DCX.dll builds support mirc 7* unicode

Get information about ircWx here