Skip to content

1.2.2

Choose a tag to compare

@trueromanus trueromanus released this 17 Jan 16:36
· 48 commits to main since this release
  • SciterAPIHost.CreateWindow new way to create windows from C#
  • SciterAPIHost.LoadFile added parameter windowPointer
  • SciterAPIHost.LoadHtml added parameter windowPointer
  • SciterAPIHost.AddWindowEventHandler added parameter windowPointer
  • SciterAPIHost.UpdateWindow request calculation of layout of elements inside the window
  • SciterAPIHost.CountOfScreens get count of screens
  • SciterAPIHost.EnableDebugMode now enabling these mode to responsible of method CreateMainWindow
  • SciterAPIHost.EnableFeatures now enabling these mode to responsible of method CreateMainWindow
  • SciterAPIHost.GetWindowScreenSizeAndPosition get position and size of monitor on which showed window
  • Move SciterEventHandler basic stuff to lite class SciterEventHandlerRaw
  • Fixed window management methods in SciterAPIHost for custom window
  • Added new class DeveloperConsole contains few helpers can be useful in development