try destroyDialog test catch() rollout test “” ( local rc_menu button btn “button” on test open do ( rcMenu rc_menu ( menuitem…
how can i change the text in rcMenu…i tried this but changes nothing rcMenu menu ( menuitem mymenu “Text Change” on mymenu picked do ( mymenu.text =…
Swordslayer: Glad that I can be of some assistance. Anyway, inserting this piece of code is not all that hard and the explanation provided is more t…
you’ve been so helpful to me…i just cant stop thanking you…i would like to get one more help… see the last post…can u insert it in this script ro…
rollout rndr “vray switcher” ( button btn1 “About” button btn2 “Switch To Vray” on btn1 pressed do ( messagebox “Under Development” ) on btn2 pr…
i created a GUI but i cant seem to get this work…i have two rollouts here…the second rollout has two checkboxes…so basically when i press btn2 i want …
woohooo…exactly like that…Thank you…:):):)
this is the code rollout rolldisable “rollout disable” height: 150 ( subrollout test1 “test1” subrollout test2 “test2” ) rollout disableroll “dis…
Thank you Swordslayer and blake_spector…the script from Swordslayer is easier…can i disable rollouts using this same way??
i used this to enable renderer buttons…but the problem is i can assign it to only one button…if i assign it to another button the previous is disabled…
Thank you… now its working fine
can u tell me how to do that
i tried it but am getting “– Type error: Call needs function or class, got: undefined” this was how i used: on btn4 pressed do ( if (Quicksilv…
a new Thread started here