GacUI 1.2.8.1
GacUI 1.2.8.1
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.
Fixed Bugs:
- GacUI
- Adding item to item source of
<BindableDataGrid>
doesn't trigger refresh as expected. - NOTE: For all list controls, adding item could cause flashing during rendering for about 1 flame. To workaround this issue, call
GuiControlHost::ForceCalculateSizeImmediately
after finishing editing all items in a rendering cycle, in either C++ or Workflow. A control host is a top level window like window or menu. You could also call the same function inContainerComposition
of any list controls, but this function is only available to C++.
- Adding item to item source of