Skip to content

DGS Update 3.522 Stable(Oct/1/2023)

Compare
Choose a tag to compare
@thisdp thisdp released this 01 Oct 04:33
· 68 commits to master since this release
  1. Refactored: blur/focus logic
  2. Fixed: scroll bar doesn't work on some element when creating
  3. Fixed: fuzzy edge of rounded rectangle
  4. Fixed: element still get focused even invisible
  5. Fixed: dgsLabelGetColor always returns one color
  6. Fixed: render issue of grid list row
  7. Fixed: dxDrawImageSection affects rounded rectangle
  8. Fixed: QR Code/RemoteImage plugin doesn't work
  9. Fixed: incorrect behavior of onDgsMouseClickUp
  10. Fixed: error message of dgsGridListSetItemBackGroundColor/dgsGridListSetItemColor
  11. Fixed: continuous mouse triggering doesn't work
  12. Fixed: dgsScrollBarSetTroughClickAction doesn't work
  13. Fixed: render issue of combobox
  14. Fixed: onDgsElementScroll doesn't calculate mapped value at argument 4 and 5
  15. Fixed: error when destroying layout
  16. Fixed: incorrect color of 3d interface (working after client version: 1.6.0 r22188)
  17. Fixed: scroll doesn't work using "scrollbarState"
  18. Changed: "item as section" of dgsGridListSetItemText is now "row as section"
  19. Changed: troughClickAction of scroll bar is now set to "step"
  20. Added: roation for circle
  21. Added Core Element: dgs-dxmenu

New Functions

  • dgsCreateMenu
  • dgsMenuShow
  • dgsMenuHide
  • dgsMenuAddItem
  • dgsMenuSetItemCommand
  • dgsMenuGetItemCommand
  • dgsMenuSetItemText
  • dgsMenuGetItemText
  • dgsMenuSetItemTextSize
  • dgsMenuGetItemTextSize
  • dgsMenuSetItemColor
  • dgsMenuGetItemColor
  • dgsMenuAddSeparator
  • dgsMenuRemoveItem
  • dgsComboBoxSetItemBackGroundImage
  • dgsComboBoxGetItemBackGroundImage
  • dgsComboBoxSetItemBackGroundColor
  • dgsComboBoxGetItemBackGroundColor
  • dgsCircleSetRotation
  • dgsCircleGetRotation
  • dgsGridListSetScrollBarState
  • dgsGridListGetScrollBarState

New Events

  • onDgsMenuHover
  • onDgsMenuSelect

New Properties

  • dgs-dxcombobox
    • textBoundingBoxIncludeArrow
    • textOffset
    • arrowSize
  • dgs-dx3dinterface
    • enableColorFilter

Improve G2D compatibility:

  • guiGridListSetSelectionMode
  • AlwaysOnTop property
  • guiGridListAddRow fixed incorrect behavior when passing item text
  • guiComboBoxGetItemText should return false if the item is -1 (the same as the CEGUI version)