View Single Post
  #746  
Old 12-18-2010, 01:46 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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()
Reply With Quote