Hi,
Why doesn't this give me a message box?
Update: Seems like this is a bug.
Thanks
Seb
Why doesn't this give me a message box?
Update: Seems like this is a bug.
Strict Local window:TGadget Local htmlview:TGadget window=CreateWindow("My Window",30,20,600,440,,15|WINDOW_ACCEPTFILES) htmlview=CreateHTMLView(0,0,ClientWidth(window),ClientHeight(window),window) SetGadgetLayout htmlview,1,1,1,1 HtmlViewRun htmlview,"alert('Hello');" While WaitEvent() Print CurrentEvent.ToString() Select EventID() Case EVENT_WINDOWCLOSE End End Select Wend
Thanks
Seb