GacUI 1.2.4.0
GacUI 1.2.4.0
GacUI / C++ Interoperable Script Engine (Apache License 2.0 with extra conditions)
Website for this project: http://www.gaclib.net/
This repository contains the latest release for the GacUI project, including packed library source codes, development tools, demos and documents. Complete source code can be accessed in https://github.com/vczh-libraries .
Version
This version is a sub release towards GacUI 2.0.
Please check out 1.0-rc-3 for GacUI 1.0.
Tutorials:
- Created ColorPicker2: Demo
<ComboButton/>
. - Updated WindowSkin: Add an "Open New Window" button that recursively creates sub windows.
Fixed Bugs:
- Workflow generated incorrect C++ code for event declaration with arguments.
- GacGen generated incorrect C++ code for handling non-standard event with arguments.
Enhancement:
-GacUI
- Rename
SetCurrentController
toSetNativeController
. GetNativeServiceSubstitution
allow substitution to some services (Clipboard
and `Dialog) before they are used.- Added
SharedAsyncService
- Added
SharedCallbackService
- Added
FakeDialogService
for hosted mode. It replaces the dialog service with GacUI created windows. It keeps everything inside the main window, truely hosted.