8 messages in com.googlegroups.sketchuprubyNone Re: Modeless dialog (webform) po...
FromSent OnAttachments
santi03 Jun 2008 10:50 
Jim03 Jun 2008 16:07 
Todd Burch - Katy, Texas03 Jun 2008 18:00 
Greg Ewing03 Jun 2008 19:33 
Jim04 Jun 2008 02:24 
Greg Ewing04 Jun 2008 18:38 
Jim06 Jun 2008 20:11 
Todd Burch - Katy, Texas06 Jun 2008 21:58 
Subject:None Re: Modeless dialog (webform) possible??
From:Greg Ewing (greg@canterbury.ac.nz)
Date:06/03/2008 07:33:38 PM
List:com.googlegroups.sketchupruby

Jim wrote:

WebDialogs are modeless by default - that is they do not block the user from continuing to work in SketchUp when opened. You can use the show_modal method to open a modal dialog.

However, show_modal doesn't seem to work for WebDialogs -- the call returns immediately, and the window continues to function modelessly.

Has anyone succeeded in getting a WebDialog to function modally?