|
@@ -16,23 +16,20 @@ Class MyWindow Extends Window
|
|
|
|
|
|
Local htmlView:=New HtmlView
|
|
Local htmlView:=New HtmlView
|
|
|
|
|
|
- htmlView.Go( "assets::about.html" )
|
|
|
|
|
|
+ htmlView.Go( "asset::about.html" )
|
|
|
|
|
|
- ContentView=htmlView
|
|
|
|
|
|
+ Print htmlView.HtmlSource
|
|
|
|
|
|
- App.Idle+=OnIdle
|
|
|
|
|
|
+ ContentView=htmlView
|
|
End
|
|
End
|
|
|
|
|
|
- Method OnIdle()
|
|
|
|
|
|
+ Method OnRender( canvas:Canvas ) Override
|
|
|
|
|
|
- App.RequestRender()
|
|
|
|
-
|
|
|
|
- App.Idle+=OnIdle
|
|
|
|
|
|
+ RequestRender()
|
|
End
|
|
End
|
|
|
|
|
|
End
|
|
End
|
|
|
|
|
|
-
|
|
|
|
Function Main()
|
|
Function Main()
|
|
|
|
|
|
New AppInstance
|
|
New AppInstance
|