Make a POP up smaller

I'm trying to decrease the width of the popup window and am not having any luck. Can someone help? Thanks. ssmith911
    String filetype
        Prompt filetype, "Select Extension", popup, ".pti;.hkp" //Pops up a window to select filetype
        DoPrompt "Extension Type", filetype
//      PopupMenu bodyWidth=0
        string Generic_Str=indexedFile(Generic_Path,-1,filetype), Generic_Item
You'll need to find another way. Perhaps your own panel where you can actually use the PopupMenu command. --Jim Prouty Software Engineer, WaveMetrics, Inc.
So there is no way to define the size of the Popup generated by the Prompt command? Thanks for the info Jim.