| Resizable Dialog?June 28 2003 at 9:39 AM No score for this post | crapit (Login littlecramp) from IP address 165.21.154.12 | |
|
Is there a way to make an option to make a dialog resizable/non-resizable w/o re-making dialog?
on *:dialog:sidebar:init:0: {
mdx.dll MarkDialog $dname
mdx.dll SetMircVersion $version
if (%resize == on)
{ mdx.dll,SetControlMDX,$dname 2 positioner size > dialog.mdx {
}
I tried using a variable which determine whether the SetControlMDX will be load or not loaded. However, this require a closing and making of the dialog again.
Due to a conflict with a statusbar , I would like to avoid closing/making of dialog! Any help?
| |
| | Responses |
|
|