LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

InstallPopup takes long time

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"));

0 Kudos
Message 1 of 1
(783 Views)