Creation/Dev/Releases/Client/4.11
From Graal Bible
Release date
September 15th 2006 for Windows and Linux
New Features
- GuiControl: new events onStartDrag and onStopDrag when a control has been dragged with the mouse (canmove=true)
- GuiControl: new function startDrag() to let the user move a control (only works when the mouse button is pressed)
- GuiStretchCtrl: new GUI control which stretches the content to the current size
- define clientwidth and clientheight (or clientextent) to say which area should be stretched to the actual size
- use globalToLocalCoord() and localToGlobalCoord() to translate between real mouse positions and scaled positions inside the control
Bug Fixes
- TDrawingPanel / GuiDrawingPanel: Drawing "TILES" has been fixed