I'd like to do something like this:
	in your example:
https://www.smartclient.com/smartcli...id=helloButton
(latest smartclient showcase; I'm using Chrome 60)
so that I can lock a user out of the interface while I'm doing something on the server (and then I'll close it programatically). when I run that code however, there's a gray strip at the bottom at the bottom of the dialog:
							
						
					Code:
	
	isc.IButton.create({
    title: "Hello",
    icon: "icons/16/world.png",
    iconOrientation: "right",
    click: "isc.say('hi',null,{ID:'myDialog',showCloseButton:false,toolbarButtons:null,showModalMask:true,canDragReposition:false})"
})
https://www.smartclient.com/smartcli...id=helloButton
(latest smartclient showcase; I'm using Chrome 60)
so that I can lock a user out of the interface while I'm doing something on the server (and then I'll close it programatically). when I run that code however, there's a gray strip at the bottom at the bottom of the dialog:
Comment