Notifications
Clear all
[Closed] Missing icon on 3dsmax restart
Oct 18, 2012 10:58 am
Original test code. When I compile it, it works and displays the icon.
macroScript teststartup1
category:“Teststart1”
Icon:# (“mme”,1)
(
global mfloat
try closerolloutfloater myfloat catch ()
rollout m “Mmh1”
(
label test “test”
)
myfloat = newrolloutfloater “Ciao” 280 480
addrollout m myfloat
)
But when I restart Max here’s what I get
If I delete this line
Icon:# (“mme”,1)
It remembers everything. The problem is that I want that icon to stay there.
What’s wrong?
1 Reply