The new windows version v5.309 has been released
(
http://www.graalonline.com/downloads..._windows.zip):
- The default keys (escape, F1 etc.) have been reworked and now use script. There are new events onControlKeyDown/Up with parameters keycode,keytext,scancode and window name. Closing the default external windows with escape key should work much better now. Pressing Escape in the main game window will show a scripted external window now for the quit dialog. We will be able to change this behaviour by script.
- Filebrowser enhancement: in the scripted RC you can now double-click on files to open the file in the default viewer or editor
- Allows to edit the position of external windows by script:
GuiWindowCtrl.externalwindow (object)
TWindow.bounds, position, extent, x, y, width, height, screenbounds, screenwidth, screenheight (these are the attributes of the external window)
- Adds GuiTextListCtrl.setSelectedRows() and setSelectedByIds()