Closed GoogleCodeExporter closed 9 years ago
Ah ok, one of our maya bods has figured out the issue, they were displaying but
at a height of 0, modifying the script to add "-h 100" has it working for the
most part.
global proc string dynamicaUI_createFrame(string $label, string $annotation,
int $collapsable, int $collapsed)
{
return `frameLayout -cll $collapsable -cl $collapsed -mh 3 -mw 6 -w 486 -h 100 -bs "etchedIn" -l $label -ann $annotation`;
}
Original comment by daniel.c...@gmail.com
on 3 Feb 2012 at 12:35
Thanks for the report, fixed in latest trunk.
What version of Maya were you using and on which platform (Windows 7, 64bit
etc)?
Original comment by erwin.coumans
on 10 Feb 2012 at 12:07
Original comment by erwin.coumans
on 10 Feb 2012 at 12:08
Original issue reported on code.google.com by
daniel.c...@gmail.com
on 3 Feb 2012 at 10:49