To meet your needs, we constantly work to improve Querix products.
This means that Lycia documentation is developing as well.
In case you have found a certain dissonance between the provided information and the actual behavior of Lycia 3 and/or your applications, please, let us know about this via documentation@querix.com so that we can introduce the necessary changes to our documentation.
Thank you for your attention and cooperation.
The fgl_setkeystatic() function allows for the inclusion of persistent (static) toolbar items. Such icons will appear as disabled if their associated keypress has not been assigned. This function modifies the toolbar on a global scale.
The function takes two parameters – the name of the key and a Boolean value representing whether it is static or not. The default value for this function is false, meaning keys are not automatically static, and disappear when not assigned to an event.
To make the F1 key appear in the dynamic toolbar even when its event isn’t defined:
CALL fgl_setkeystatic("F1", "TRUE")
The dynamic toolbar should now always display the label ‘F1 key’. However it would appear disabled if the key hadn’t been assigned an event.