MDX control styles

July 1 2002 at 1:53 PM
No score for this post
  (Login GeniusDex)
from IP address 217.120.90.139

 

I've read about those MDX control styles everywhere, but nowhere i read how to apply them (i must've read through half the help....)
I have a dialog, but how can i aplle the size control style on my positioner control :?

alias mdx {
if ( $2- == $null ) return $dll(mEDIT/mdx.dll,$1,.)
return $dll(mEDIT/mdx.dll,$1,$2-)
}

on *IALOG:medit:0:{
mdx SetMircVersion $version
mdx MarkDialog $dname $dialog($dname).hwnd

mdx SetControlMDX $dname 1338 Positioner > mEDIT\dialog.mdx
}

dialog -l medit {
title "mEDIT"
size 100 100 300 300
option pixels
button "size", 1338, 1 1 1 1, size
text "mEDIT by GeniusDex", 1337, 155 5 140 20, right

tab "Remote", 1, 5 5 290 290
edit , 10, 10 50 280 205, multi hsbar vsbar
button "Ok", 11, 75 310 45 20, ok
}

 
Scoring disabled. You must be logged in to score posts.Respond to this message   
Responses

Create your own forum at Network54
 Copyright © 1999-2009 Network54. All rights reserved.   Terms of Use   Privacy Statement