Hello
If you need to customize the appearence of your popup panel, you can create your own panel and install it as a popup by using the InstallPopup() function. You can configure the font settings on the default popup box, but not its color. You can use the installpop like so:
panel1=LoadPanel(0,"1.uir",PANEL1);
InstallPopup(panel1);
GetUserEvent(1,&panelID,&controlID);
RemovePopup(1);
Hope this helps
Bilal Durrani
NI