05-30-2006 11:26 AM
05-31-2006 11:23 AM
06-01-2006 03:54 AM
Luis,
I fully expected the modal FileSeletPopup() dialogue box to cover my CVI panel: this is not the issue here and is of course the whole point of using a modal dialogue box in the first place! The issue is that the CVI panel (and any subsequent dialogue boxes generated by the program) needs to be set to be always on top of other Windows applications (Word, Excel, Explorer...). Setting the relevant panel attribute to FLOAT_ALWAYS does indeed make the CVI panel have the desired effect, but when the program pops up a file dialogue box the overall effect is as if this attribute is not in force - the popup panel can be covered by another Windows application. As soon as the popup is dismissed, the CVI application regains its correct z-order status and cannot be obscured. Is there a way to keep the popup panel "always on top" as well - I would have expected it to have inherited this status from the main panel?
JR
06-01-2006 10:53 AM
06-01-2006 10:59 AM