hmm, i have the version of mdx from dragon zaps website. is the richedit function the one i'm looking for? i can't seem to find any help on it in the CTL_GEN.HLP. the version of mdx i am using is 0.92!
although i have found the lines in the example code to set a control into a richedit one but i don't know how to persue it with the options i want.
here are the lines of code:
edit "text +m Rich 4Text!
http://www.dim-bulb.net/~dragonzap/dlls/ <-- auto URL highlighting with the autourl style.",130,5 165 590 105,multi return
echo -s RichEdit: $mdx(SetControlMDX,130 richedit nohidesel multi return autourl selbar vsbar > [ $gdll ] )
and
did -a $dname 130 limit -1
and alias txt echo $1- | did -i dz.mdx 130 1 text +m $1-
but i don't really know how to work it
