Hi Mar,
while a bit unusual approach, definitely technically possible :)
Petr
Type: Posts; User: Petr Schreiber
Hi Mar,
while a bit unusual approach, definitely technically possible :)
Petr
Hi Mar,
thank you for your question.
I would say the best way to create HTTP server in Python is currently FastAPI:
https://fastapi.tiangolo.com/
Regarding thinBASIC and this task...:
-...
Hi gintibande,
I would say the most complete docs for UDT are currently available here:
https://thinbasic.github.io/book-thinbasic_user_defined_types/
We are working on improving the help file...
Hi Rene,
if I may, I can offer you example of thinBasic_Class_AddProperty in the source code of thinBasic StringBuilder module:
https://github.com/petrSchreiber/thinBasic_StringBuilder
Petr
Eros did a fantastic job on bringing a whole arsenal of new modules and functionality. I am testing it for some time and find it really helpful - including the CURL wrapper, handy for REST API usage....
Thank you for sharing your work with the community!
Petr
Hi Mike,
we will try to submit the thinBundle to all vendors with each new build.
Regarding your distribution of your apps created with bundle:
We cannot offer an systematic solution for...
Dear Rene,
I am not sure I follow here, could you please explain in more detail?
Thank you,
P
Hi Rene,
I understand the idea behind the proposal, I am just probably already too used to passing arrays ByRef.
What you propose is basically returning array byVal - a copy of data leaves the...
Psychonauts 2 is a visual gem, one of those FEW games you play for a while on console aiming to relax, inspiring you to get back to the keyboard to recreate some effect from your code.
This is a...
Hi,
it looks fantastic!
Petr
Hello,
by default, thinBasic uses the following chars as separators:
double quote, space, equal, minus
To solve your case, you can go the following way:
uses "os", "console"
Hi,
private / public are reserved keywords, but they have no effect at the moment.
Petr
Hello,
consider having a look to the help file at EXE_PE_GetExportList function.
Petr
Hi,
thinBasic does not support function overloading and/or multiple constructors at the moment.
Petr
Hello,
this functionality is currently not supported. As help file for the topic TYPE (or UDT User Defined Types) mentions, supported as numeric, string, variant types + other user defined types...
Hi Rene,
I think it is still valid, but you can have a global timer callback this way - with named dialog:
Uses "UI", "Console"
' -- ID numbers of controls
Begin ControlID
Hi,
thanks a lot for your question.
I don't think you do anything wrong - thinBASIC is sadly not 100% ready for unicode. It is quite complex topic and more we dive into it, more we learn, but...
Dear Rene,
very interesting idea, I like the super SELECT CASE! Even without the uniform part.
Petr
Brian,
can your user try this script on his PC, will it improve the situation?
dword bufferSize = 1024
dim buffer as asciiz * bufferSize
DECLARE FUNCTION GetComputerName IMPORT...
Hi Rene,
thank you for your ideas, as always. I would also appreciate the ability to open supporting formats, such as INI/XML/JSON... Nice idea with the .RC as well.
I cannot promise quick...
Thanks a lot Eros :drink:
Petr
These are very important observations and impressions. It is something to keep in mind for 2021!
I think continuing the opensourcing of the parts is a factor which can help improve this as well.
...
Dear users,
every project you share, every idea you propose, every bug you report - it means a lot and gives us a lot of energy for the further development.
Of course, as there is a 2-men team...
Exactly the idea I got reading your question :)
I put it on the list and will discuss with Eros :drink:
All the best for 2021!,
Petr