I believe you are asking if you can make modal dialogs (popup panels in CVI) that are resizable by the user. The answer is no. Sizability is restricted in modal dialogs in Windows and our popups conform to the modal dialog restrictions. You could size the panel before displaying it, but if you want the user to be able to size it, you will not be able to use popups.
You could get similar behavior (sizable modal window) with a floating panel and a main panel callback that resets the focus to the floating panel if the main panel is selected. It isn't perfect, but I attached an example. You would have to write your control callbacks on the main panel to swallow LEFT_CLICKs when the popup is up also.
Best Regards,
Chris Matthews
National Ins
truments