Vertical scroll bars not active for custom button ShowDialog()

  •  08-08-2008, 3:09 PM

    Vertical scroll bars not active for custom button ShowDialog()

    I've added a custom button and calling the ShowDialog() method to display the new window but the vertical scroll bars are not active. I've tried different settings for feature params but no luck.
     
    Here is what I've tried so far:
    dialogWidth:385px;dialogHeight:900px;scroll:1;resizable:1;
     
    dialogWidth:385px;dialogHeight:900px;scroll:yes;resizable:1;
     
    dialogWidth:385px;dialogHeight:900px;scrollbars:1;resizable:1;
     
    dialogWidth:385px;dialogHeight:900px;scrollbars:yes;resizable:1;
     
    Is there a way to have the scroll bars show up? I'm also trying to make the window resizable but that doesn't work either...
View Complete Thread