Ed Kashinsky
Ed Kashinsky
Hello! I've faced with weird behaviour when try to set value via `$date.periodpicker('value', val);` Here is error stack: `Uncaught TypeError: Cannot read properties of undefined (reading 'timepicker') at HTMLAnchorElement. (jquery.periodpicker.min.js:1357)...
https://github.com/jalovatt/Lokasenna_GUI/blob/039348845519510b2a941f5d7d22c7f9309d634f/Lokasenna_GUI%20v2/Library/Classes/Class%20-%20Textbox.lua#L63 Please add opportunity of setting "focus"-flag from GUI.New(): txt.focus = txt.focus or false At the moment focus is set to false any time for Textbox
I tried to obfuscate a code with bitwise operators and looks like it doesn't work. For example: - bitwise OR `local a = 10 * 2 ^ 16 | 2`...