Creation/Dev/Releases/Client/4.11: Difference between revisions
From Graal Bible
Line 4: | Line 4: | ||
==New Features== | ==New Features== | ||
* [[Creation/Dev/Script/Client/GuiControl|GuiControl]]: new events '''onStartDrag''' and '''onStopDrag''' when a control has been dragged with the mouse (canmove=true) | |||
* [[Creation/Dev/Script/Client/GuiControl|GuiControl]]: new function '''startDrag()''' to let the user move a control (only works when the mouse button is pressed) | |||
==Bug Fixes== | ==Bug Fixes== | ||
* Drawing "TILES" in [[Creation/Dev/Script/Client/TDrawingPanel|TDrawingPanel]] / [[Creation/Dev/Script/Client/GuiDrawingPanel|GuiDrawingPanel]] has been fixed | * Drawing "TILES" in [[Creation/Dev/Script/Client/TDrawingPanel|TDrawingPanel]] / [[Creation/Dev/Script/Client/GuiDrawingPanel|GuiDrawingPanel]] has been fixed |
Revision as of 18:51, 15 September 2006
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)
Bug Fixes
- Drawing "TILES" in TDrawingPanel / GuiDrawingPanel has been fixed