Hi Community,
LuaRT 2.0.1 has been released. It's a bugfix release adressing several bugs :
RTBuilder
- Fixed some ui glitches, but the problem may still occur at times (still investigating)
- Fixed various themes related bugs
- Fixed Window loading bug
- Fixed cursor property bug
- Fixed widget name bug with non authorized characters
net module
- Http requests with 204 status code won't return an error anymore
serial module
- Fixed: Writing to serial port won't crash anymore
ui module
- New: Window:onThemeChange() event when the Windows theme have been changed
- Fixed: Events for Window maximize/restore/minimize are now fired as expected
- Fixed: "raw" styled Window not returns correct width and height values
- Fixed: `Windous graphical bugs when switching themes have been fixed
- Updated Notepad.wlua example for new Window.onThemeChange event
- Fixed: Window.childs property won't crash anymore
-Fixed: notepad.wlua example to take in count Windows theme changes
webview module
- New: Webview:onThemeChange() event when the Windows theme have been changed
- Updated YouTube.wlua example to take in count Windows theme changes
You can download it at the GitHub repository : [Login to see the link]
Alternatively, you can use the LuaRT update tool.
Regards,
Samir