<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
A UI library is something that is lacking but there are a few efforts including my own. The problem unfortunately comes down to a small number of developers building and contributing and only so many hours in the day.
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Nyx is my project which will be useful for web apps, <br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Forum post - <a href="https://forum.lazarus.freepascal.org/index.php/topic,49572.msg359763.html#msg359763">
https://forum.lazarus.freepascal.org/index.php/topic,49572.msg359763.html#msg359763</a>
<br>
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Repo - <a href="https://github.com/mr-highball/nyx">https://github.com/mr-highball/nyx</a>
<br>
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Additionally @heliosroots and @pascaldragon have put in some work for more of a traditional widget set
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
<a href="https://github.com/pascaldragon/Pas2JS_Widget">https://github.com/pascaldragon/Pas2JS_Widget</a>
<br>
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Again, both of these are works in progress.<span id="ms-outlook-android-cursor"></span>
<br>
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
<span id="OutlookSignature">
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
cheers 🍻,<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
-highball</div>
</span><br>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Pas2js <pas2js-bounces@lists.freepascal.org> on behalf of pas2js-request@lists.freepascal.org <pas2js-request@lists.freepascal.org><br>
<b>Sent:</b> Saturday, August 22, 2020 6:00:01 AM<br>
<b>To:</b> pas2js@lists.freepascal.org <pas2js@lists.freepascal.org><br>
<b>Subject:</b> Pas2js Digest, Vol 30, Issue 4</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Send Pas2js mailing list submissions to<br>
        pas2js@lists.freepascal.org<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/pas2js">https://lists.freepascal.org/cgi-bin/mailman/listinfo/pas2js</a><br>
or, via email, send a message with subject or body 'help' to<br>
        pas2js-request@lists.freepascal.org<br>
<br>
You can reach the person managing the list at<br>
        pas2js-owner@lists.freepascal.org<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Pas2js digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. i need simple WEB apps creation unit (Mgr. Janusz Chmiel)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 22 Aug 2020 11:17:37 +0200<br>
From: "Mgr. Janusz Chmiel" <janusz.chmiel@volny.cz><br>
To: <pas2js@lists.freepascal.org><br>
Subject: [Pas2js] i need simple WEB apps creation unit<br>
Message-ID: <F350B1B276184CFAB3A64C18A6167330@DESKTOPN6LG1HQ><br>
Content-Type: text/plain;       charset="us-ascii"<br>
<br>
Dear specialists,<br>
        I have spent many many weeks while searching for some Pas2js<br>
compatible Pascal unit, which would allow Me to create WEB apps simple<br>
including comboboxes, editable fields, ETC.<br>
I do not want to use Pas2js console for such task.<br>
Unfortunately, it seems to Me, that such unit which would not require to use<br>
Javascript classes, so developer would really only use Pascal language and<br>
its data types or key words is very probably not available for free or it is<br>
not available at all.<br>
<br>
Does somebody of us know about such units or unit? I do not see at all and I<br>
would like to create simple WEB apps for memory training exercises based on<br>
working with human memory by using various word based memory tests. So what<br>
I would had to use mostly is to use editable field, some text area, button.<br>
FOr beginning, if somebody of us would be able to create or find such unit<br>
compatible with Pas2js, it would be enough for my needs. I Am aware, that<br>
making complex unit for free is long term task so if I will have only little<br>
requirement for beginning, editable field, button, text area, itwould be<br>
much more realistic to anticipate some good feetback from you.<br>
I Am very sad, because I have found ideal solution for visually impaired<br>
developers.<br>
webCRT<br>
Unfortunately, this solution require to have some compatible Apache or other<br>
WEB server preconfigured so I could debug my little WEB apps.<br>
How complex would be to implement something like webCRT units for Pas2js? So<br>
resulting app would contain prepared .html page with Javascript code? And<br>
developers could use The same simple GUi creation procedures like webCRT<br>
contain? Developer would not had to run his own WEB server or use some<br>
professionally prepared one from some WEB hosting company?<br>
<br>
The forum about Webcrt unit is here.<br>
<br>
<a href="https://forum.lazarus.freepascal.org/index.php?topic=33946.0">https://forum.lazarus.freepascal.org/index.php?topic=33946.0</a><br>
<br>
Thank you very very much for any suggestions or advices.<br>
With kindness regards.<br>
Janusz Chmiel<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
Pas2js maillist  -  Pas2js@lists.freepascal.org<br>
<a href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/pas2js">https://lists.freepascal.org/cgi-bin/mailman/listinfo/pas2js</a><br>
<br>
<br>
------------------------------<br>
<br>
End of Pas2js Digest, Vol 30, Issue 4<br>
*************************************<br>
</div>
</span></font></div>
</body>
</html>