Hi,
I have a piece of code where the step installPopup takes +-5seconds.
Is this normal behaviour? or can I change something to make it faster?
errChk( aboudPanel = LoadPanelEx(0, UIR_FILE, ABOUTBOX, __CVIUserHInst));
...
errChk( SetCtrlAttribute (aboudPanel, ABOUTBOX_PROGRESSBAR_FOLDERS,ATTR_LABEL_TEXT,"3"));
errChk( InstallPopup(aboudPanel));
errChk( SetCtrlAttribute (aboudPanel, ABOUTBOX_PROGRESSBAR_FOLDERS,ATTR_LABEL_TEXT,"4"));