-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
I am working on an opengl/webgl based ui rendering library. The project is setup as follows:
- UniGui.Core Done Building Project "/home/andre/RiderProjects/Tetys/csharp/Tetys.Libs.UniGui.Html5/Tety…
-
Foi feito em qual versão do delphi e unigui ?
-
Note this will be written as a log, the initial issue described appears to have been caused by something unrelated.
See attached screenshot. RAD 10.1 upd 2 installed on computer.
![dephinus](ht…
-
I want to make known EXTPASCAL with Extended Man/XML Frames.
But I need to compile it on FPC 3.
-
### Background
Hi, I'm working on a package called [unigui](https://github.com/shulltronics/displayio-universal-ui) that wraps `displayio` functionality into a widget set for use on CircuitPython…
-
Hi,
I'm a software engineer and an UltraStar user.
I was think about an idea of an additionnal project to improve the party ;)
The idea is basically having an app on a phone or a tablet, connec…
-
Currently when you create a "DelphiMVCFramework Project" the Project Wizard displays:
![Screen Shot 2019-04-30 at 11 05 44 pm](https://user-images.githubusercontent.com/740215/56963533-81e74b80-6b9…
-
The server sends some messages using second thread because of asyncio limitations.
```
def sync_send(self, obj):
asyncio.run_coroutine_threadsafe(self.send(obj), self.extra_loop)
```
It …
-
why my txt2 not change this
mycode
```
from unigui import *
txt2 = Text('Text about dog')
def gantinama(_,value):
print(value)
txt2.value = value
eblock = Block('test', …