-
a) This can start with the calculator. The Save Result control (which now has the position button added) I thought used to be a pull-down, so it was easy to choose the existing variables. If so, it …
-
Our dialogue "system" is now based on custom controls. I assume therefore that the up-down control is one of these. However the current version of this control continues to beset me with problems wh…
-
Among strange design decisions, Dialog scripts are not stored in separate file(s), but as a huge item group inside Game.agf (xml). If script compilers and other tools will be standalone programs, we m…
-
This is a proposal for a new `Window` method, allowing for easy creation of modal dialogs/overlays. It can be thought of as an asynchronous version of `showModalDialog()`, which overlays the new windo…
-
## Description
I'm having a lot of struggle doing simple animations of UI elements using tweens. They require a lot of imagination, prediction, small adjustments, while constantly jumping between pre…
-
I have FiltaQuilla (v3.6.1) installed as an add-on, but other than the add-ons list, I cannot find any reference to it. There are no buttons to add to the toolbar, there are no menu items anywhere. …
-
Lem uses swank as a backend (aka Micros) that is really similar to slynk so we can probably implement a lot of features that sly have in Lem (sly is a hard fork of SLIME that has some nice additions).…
-
#### Description:
The current implementation of the React File Manager allows users to perform operations on a single file or folder at a time. To enhance the user experience and improve efficiency, w…
-
Is there a way to suggest a file name or location when using 'ask_save_file' for example? If not, it would be a useful feature to have in future releases...
-
So when working to get this up and running i found a problem. All implementations are sending metrics periodically like in the nodejs app:
```
this.timer = setTimeout(() => {
this.sendMetrics()…