The dialog works in P5 (OSX) as well? Very interesting. Note that it does not work in P5 for the PC. Some things I've learned about XML for Poser's GUI widgets: >>COMMANDS<< Cancel window (command="7002") Ok window (command="7001") Resize window (behaviorProcID="5") Drag window (behaviorProcID="4") Ignore click (passclick="1") >>COLORS<< White -1 Black 0 >>FONTS<< Helvetica -1 Times 0 Helvetica Bold 1 Times Bold 2 Still trying to figure out what kind of color system Poser uses. It seems to like large numbers, but they're not in any form I'm accustomed to (RRRGGGBBB, for instance) and don't seem very consistent to me. Any ideas?