Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We are glad to inform you that the latest 2019.15 version of the SWAT Framework is out. Below is the list of issues that were part of this release.

Info
titleSCL Update

Updated the SCL to Release 11.3 #53757@2019-08-11 UTF-8

 

Improvements

PriorityKeyAkioma Release NotesStatus
LowSWAT-2481Added support for custom title in Scheduler control, using the BorderTitle attribute.Done
MediumSWAT-2480The standard country list was cleaned-up.Done
MediumSWAT-2474Updated Vuex to latest version, which includes also the dynamic modules memory leak fix.Done
MediumSWAT-2463Fixed an issue where you could not select the value of a disabled dynSelect in FirefoxDone
MediumSWAT-2458Optimized the panelheader stylingDone
MediumSWAT-2452In docViewer external screens, the header with taskbar is now hidden.Done
MediumSWAT-2415Solved some issues and improved batching.Done
HighestSWAT-2280You can now specify the BT message type by choosing the type within the SCL Maintenance. The default is modal.Done
HighSWAT-2257Fixed an issue where batching didn't workDone
MediumSWAT-1924

Enhanced the CLAPI with more functions for the dirty state handling

Code Block
languagejs
// example clear hasChanges state (dirty state) for a form, grid and window respectively. 
myForm.clearHasChanges(); 
myGrid.clearHasChanges(); 
// clear hasChanges for all descendants 
myWindow.clearHasChanges();
Done
MediumSWAT-1533

Buttons in Ribbon + Toolbar can now act as default-functions when ENTER is pressed. This allows e.g. handling Dialogs without the mouse.

Info
titleNote

In multi-line inputs, Shift-Enter must be used to add a line-break, as Enter now triggers the default function.

Documentation https://api-documentation.akiomacloud.de/global.html#MenuFunction

Done

...