Wahooney
03-07-2005, 09:23 AM
I've corrected a bug in the Visual Maxscript plugin, which most veteran scripters would no doubt know about, where upon entering, modifying and saving the rollout you're currently working on your code get's eaten away, ie.
rollout ro "Rollout" width:162 height:100
(
button btn "My Button" pos:[12,34] width:128 height:34
)
createDialog ro
Enter VMS, change something and save.
rollout ro "Rollout" width:162 height:100
(
button btn "My Button" pos:[12,34] width:128 height:34
)
createDialog ro
Enter VMS, change something and save again.
rollout ro "Rollout" width:162 height:100
(
button btn "My Button" pos:[12,34] width:128 height:34
) createDialog ro
Enter VMS, change something and save yet again.
rollout ro "Rollout" width:162 height:100
(
button btn "My Button" pos:[12,34] width:128 height:34
)
And so on.
You can get the installation file here (http://www.wahooney.net).
I hope you scripting guys and gals find this useful.
rollout ro "Rollout" width:162 height:100
(
button btn "My Button" pos:[12,34] width:128 height:34
)
createDialog ro
Enter VMS, change something and save.
rollout ro "Rollout" width:162 height:100
(
button btn "My Button" pos:[12,34] width:128 height:34
)
createDialog ro
Enter VMS, change something and save again.
rollout ro "Rollout" width:162 height:100
(
button btn "My Button" pos:[12,34] width:128 height:34
) createDialog ro
Enter VMS, change something and save yet again.
rollout ro "Rollout" width:162 height:100
(
button btn "My Button" pos:[12,34] width:128 height:34
)
And so on.
You can get the installation file here (http://www.wahooney.net).
I hope you scripting guys and gals find this useful.
