Web Dialog without close/minimize/maximize buttons

Does anybody know of a way that I can open a Web Dialog window without the entire top bar? I want to trim it down to literally nothing but my html content. I know this is possible because I’ve seen it in another plugin.

Concerning the navigation toolbar, use:
dialog.navigation_buttons_enabled = false

The old API docs said it was Mac only, and: “This method has no use on the PC, as these buttons are never displayed.”


If you are meaning the caption bar, then that requires a system call on Windows, which has been discussed many times before at SketchUcation. (You need to be familiar with the Microsoft Windows C API.)

What plugin ?

The plugin is called Skelion, When you run a report it creates a ‘Loading’ window.