dbulli
14 years agoVisitor
roMessageDialog above roImageCanvas problem overhang
I am having an issue that I don't know if it's possible to get around. When I put a dialog above the canvas, it dims out all the image except what it thinks should be an Overhang graphic. Is there anyway to make it dim out entire screen?

canvas = CreateObject("roImageCanvas")
canvas.SetLayer( 0, [ this.background ] )
canvas.Show()
d = CreateObject("roMessageDialog")
dPort = CreateObject("roMessagePort")
d.SetMessagePort(dPort)
d.SetTitle("Code Expired")
d.SetText("This code has expired. Press OK to get a new one")
d.AddButton(1, "OK")
d.Show()
