Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys.I am creating a dialog from a rollout using this line:
createDialog _main 800 850 style:#(#style_titlebar, #style_border, #style_sysmenu, #style_minimizebox, #style_maximizebox, #style_resizing)
What is cool is that I can resize my script.
But I need a minimum width and I dont know how do it.
For example: If I change the width to 450 no problens...But when I move to 200 I want to stop here. This is the minimum value. I only can increase this value to turn the script more wider...
I had try to listener the width like if _main.width < 200 do (_main.width = 200) but not worked because the script start to fliker
Thank you
Solved! Go to Solution.