Search:

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

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds; generated 16 minute(s) ago.

  1. Replies
    9
    Views
    7,133

    Just as a hint: put an invisible (OUT OF VISIBLE...

    Just as a hint: put an invisible (OUT OF VISIBLE RANGE ONLY) Textbox on your vb-form. Save the hwnd of it simply as Hex$ for a filename in an empty subfolder of your project. From thinbasic send
    ...
  2. Replies
    12
    Views
    2,032

    New installation of windows 2023H2 completed but...

    New installation of windows 2023H2 completed but thinair still the same problem
  3. Replies
    12
    Views
    2,032

    attached my translation of screenshot from...

    attached my translation of screenshot from settings-panel

    What i can tell for sure from the last screenshot that shows the same script in all 4 split views is, that the right views do not obtain...
  4. Replies
    12
    Views
    2,032

    on a horiontal split the right side still full...

    on a horiontal split the right side still full scrollbar, the left seems ok. i totally forgot that split-thing
  5. Just some other interesting lecture

    Chris says: "BASIC is not dead!
    Neither is the WIN32!
    Time to end the myth."and what he tells us about the future of win32 is like a resurrection of something that most people thought would die...
  6. Replies
    12
    Views
    2,032

    Strange frame? I think with Windows 11 they...

    Strange frame? I think with Windows 11 they resurrected the XP-alike rounded window corners... I piped cmd.exe: Systeminfo >sysinfo.txt - stupid its not changeable in language -( utf8,...
  7. Microsoft Opens Up Old Win32 APIs to C# and Rust, More Languages to Come

    https://visualstudiomagazine.com/articles/2021/01/21/win32-apis.aspx
  8. Replies
    12
    Views
    2,032

    there's a difference... i 'm sure not related to...

    there's a difference... i 'm sure not related to longer codelines since the scrollbar handle uses the whole width even if empty script.

    10347
  9. Replies
    12
    Views
    2,032

    comment after THEN make thinAir misbehave

    i do not have video and all i can say is the hscrollbar below codewindow uses up all space no matter how wide or narrow the longest line is and it's impossible to drag the scrollbar while clicking...
  10. Replies
    12
    Views
    2,032

    beta testing thinbasic 1.12.

    What happened to the horizontal scroll of thinair-codewindow?

    It's - to be honest - the worst behaviour that it ever had.

    After using the enter-key it means every time to adjust the horizontal...
  11. Hi Jack, thanks a lot i will test it in a moment ...

    Hi Jack, thanks a lot i will test it in a moment

    for working with tb the 32-bit version of pcre2grep will serve at the moment to produce a tool to use from thinAir (commandline with some...
  12. Visual Studio? Someone prepared the make For...

    Visual Studio?
    Someone prepared the make
    For that https://github.com/kiyolee/pcre2-win-build/blob/main/README.pcre2

    I don't have a visual studio because it's no real basic
  13. Anyone? Please...

    Anyone? Please...
  14. Does anyone have the knowledge and toolchain to build from source?

    I will not start long discussion, i am interested in
    https://github.com/PCRE2Project/pcre2

    an incredible regex-parser that goes in less than 2 seconds through all file of José Rocas PB-includes...
  15. Replies
    7
    Views
    3,933

    not that i know of. App_Config- module is working...

    not that i know of. App_Config- module is working fine for years now, Why- something wrong with it? does it have to be reconfigured?
  16. Replies
    2
    Views
    1,115

    i've found >>> the link...

    i've found >>> the link <<<
    Do you know that there are 2 sections "o you know... in this forum?

    Me neither
  17. Replies
    8
    Views
    7,191

    oh yes, thank you, classified as helpful. i...

    oh yes, thank you, classified as helpful.

    i have sumtin cooking on the stove. ;)
  18. Replies
    63
    Views
    57,823

    Sticky: Poll: Let it be THICKBASIC, or BASIC FAT XXL. the...

    Let it be THICKBASIC, or BASIC FAT XXL.
    the only basic interpreter - still maintained after 20 years -capable of doing more things than the tools where it was created with - and no one would be...
  19. Replies
    4
    Views
    4,253

    You can : initialize static udt-elements (these...

    You can : initialize static udt-elements (these are the same to all udt-members)

    Restriction: only standard-types can be static.

    And the other thing - initializing udt-variables on _Create -...
  20. Replies
    2
    Views
    1,115

    Latest BETA - let's test

    since the dedicated sections have disappeared (support & beta-tests) i have found something from past broken by the new array-assignment on _Create.

    Seems udt-functions in general do no more...
  21. Replies
    5
    Views
    3,473

    missing a space, intended was Enum...

    missing a space, intended was

    Enum myColorpalette As tRGB

    but thats the second step already. First it were useful to apply a type to an enumeration at all. - all members are of the same type...
  22. Replies
    5
    Views
    3,473

    somehow the means ae disappeared in the above. ...

    somehow the means ae disappeared in the above.
    It was intended that after


    <enumname>.Test(expr)
    'the term
    <enumname>.Result( <enums_Membername> )

    was internally already compared to the...
  23. Replies
    5
    Views
    3,473

    LEFT$ and RIGHT$ not fully functional

    I will not say it's buggy or broken but actually Powerbasic (and a few other basic languages probably too) accepts negative values for Left$ or Right$ -
    and i was certain thinbasic would work...
  24. Replies
    8
    Views
    7,191

    How can i...?

    How to declare a module function using thinbasic_DeclareFunction?

    I am missing something here, i guess.

    I think its correct to have a function headline as



    Function ApproveValidCount...
  25. Replies
    2
    Views
    7,866

    Yes that step i already did. (guess unions will...

    Yes that step i already did. (guess unions will work same way...)

    My problem is now to let the module create a variable of the new udt.
    I want the udt to be present in the executed...
Results 1 to 25 of 499
Page 1 of 20 1 2 3 4