Search:

Type: Posts; User: xLeaves; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Why don't you try to read the code? As a...

    Why don't you try to read the code? As a developer, it shouldn't be very challenging to understand 100+ lines of code.

    Line 29 is the command line usage of ThinBasic_Bundle_UI.exe, and because of...
  2. This is certainly possible, and you might want to...

    This is certainly possible, and you might want to check out what LzBot does, which uses ThinBasic to write an autocompiled program that generates an EXE file "unknowingly".

    The implementation is...
  3. Replies
    3
    Views
    3,218

    We may be able to do so, the operation of unicode...

    We may be able to do so, the operation of unicode and oem encoding into two groups of functions, now at this stage to oem encoding, and gradually increase the scope of unicode support in the future,...
  4. Thank you Petr Schreiber, these methods you...

    Thank you Petr Schreiber, these methods you shared were very useful for me.
  5. Replies
    3
    Views
    3,218

    I have collected the functions that now use utf8...

    I have collected the functions that now use utf8 encoding by default.

    <Textbox>.Text
    <ButtonName>.Text

    MENU SET TEXT
    MENU GET TEXT
    MENU ADD STRING
    MENU ADD POPUP
    DIALOG NEW
  6. Replies
    5
    Views
    2,638

    Oh, we're kindred spirits, and this just requires...

    Oh, we're kindred spirits, and this just requires a good translation of the header file. :D
  7. Logging a DLL call that returns a string causes ThinBASIC to crash

    I often implement DLLs to extend the functionality of thinBasic. These DLLs were originally written using FreeBasic, and I later started using TCC to implement my DLLs.

    I find that when exchanging...
  8. Replies
    3
    Views
    3,218

    A bug and thinking about utf8 encoding

    I noticed that the 1.11.3.0 - 1.11.7.0 version changelog included a change to the FILE_Exists function, and then noticed that some of my files named in Chinese were not running through thinbasic.exe...
  9. Replies
    8
    Views
    4,147

    The disease is terrible. I wish you all the best,...

    The disease is terrible. I wish you all the best, do n’t go out as far as possible, take good protective measures, and reduce contact between people in order to cut off the virus.
  10. I tested it again completely. It seems that the...

    I tested it again completely. It seems that the current support for UTF-8 is not complete.

    I set the file encoding to ANSI (GBK) and opened it with ThinAir. The Chinese characters in the file...
  11. Replies
    8
    Views
    2,569

    Thank you ErosOlmi. The last question is my...

    Thank you ErosOlmi. The last question is my negligence. I'm very sorry to ask you to verify such a question.
  12. I also have to make this editor fully support...

    I also have to make this editor fully support utf8 and better multilingual versions as soon as possible :drink:
  13. Thank you very much, ErosOlmi. I made some...

    Thank you very much, ErosOlmi. I made some attempts and found that my file path was garbled due to encoding problems. After checking the updated document, I found that because the new version uses...
  14. Q:How do I get started? A:Open the software, New...

    Q:How do I get started?
    A:Open the software, New File, Run
    Then, open the software, New Project, Run ... Coding ... Run ……

    Q:How to use multi-threaded function?
    A:Multi-process, multi-process,...
  15. [LzBot] ThinBasic Integrated Development Environment (update to 0.972)

    LzBot (also known as LzRPA) is a software whose ultimate goal is to allow users to quickly and easily develop various automation tools.

    These tools include, but are not limited to:
    Office...
  16. 1.11.2.0 New Issue: Cannot Run Script on Path with Chinese

    This problem did not exist in previous versions of ThinBasic
    I verified that this problem also occurs with thinAir

    For example, ThinBasic is installed on the C drive. The default path is C: \...
  17. Replies
    8
    Views
    2,569

    Sorry to mention these two very strange...

    Sorry to mention these two very strange questions. I understand very well the idea that a programmer wants the simplest use case to troubleshoot. When my tool encounters a bug, I usually want the...
  18. Replies
    8
    Views
    2,569

    Dear ErosOlmi, and everyone who responded: I'm...

    Dear ErosOlmi, and everyone who responded:

    I'm sorry that I haven't responded to this question. After posting, I didn't check whether the image is clear, so that you can't see the error code.
    I...
  19. Thread: UI development

    by xLeaves
    Replies
    19
    Views
    9,320

    If you want to choose to use RC files, you can...

    If you want to choose to use RC files, you can try RedED developed by Ketlio. This project has been embedded in FbEdit and RadASM. If this solution does not reach the level of VB, it will not make...
  20. Thread: UI development

    by xLeaves
    Replies
    19
    Views
    9,320

    Dear ErosOlmi: I have a few selections here,...

    Dear ErosOlmi:

    I have a few selections here, but I haven't thought of the final use. I hope that this project will be finally completed and announced here.

    XCGUI: A DriectUI library made by a...
  21. Replies
    8
    Views
    2,569

    10111 This is another similar problem...

    10111

    This is another similar problem encountered some time ago.

    The loop can't jump out normally. Adding some useless code in front of the loop can solve it, but the code is always modified,...
  22. Replies
    8
    Views
    2,569

    Report a hidden bug

    There may be logic errors in parsing when writing code for loops or array operations.

    Although the code is correct, ThinBasic reports errors.

    The magic thing is that as long as you add a piece...
  23. Thread: UI development

    by xLeaves
    Replies
    19
    Views
    9,320

    I have always wanted to add a window editor to...

    I have always wanted to add a window editor to LzRPA.

    This plan may be implemented next year.

    The difficulty is indeed not small, but it can solve the problem of coordinate measurement.


    ...
  24. Version 0.97 release: 0.96 originally...

    Version 0.97 release:

    0.96 originally supported the English user interface, but there are a lot of details to do it unsatisfactory, I concentrated on this aspect in one day.

    No matter what...
  25. Here, I will also announce the working mechanism...

    Here, I will also announce the working mechanism of some components of LzRPA, so that everyone can eliminate concerns or personalize customization and extension of LzRPA.



    TracePrint and log...
Results 1 to 25 of 80
Page 1 of 4 1 2 3 4