Vertical scroll bars not active for custom button ShowDialog()

Last post 08-29-2008, 10:16 AM by miliscent. 1 replies.
Sort Posts: Previous Next
  •  08-08-2008, 3:09 PM 42853

    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...
  •  08-29-2008, 10:16 AM 43376 in reply to 42853

    Re: Vertical scroll bars not active for custom button ShowDialog()

    bump
View as RSS news feed in XML