Page 6 of 12 FirstFirst ... 3456789 ... LastLast
Results 201 to 240 of 468

Thread: twinBASIC programming - Beta releases

  1. #201

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 478 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases

    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/beta-x-0424
    • fixed: [_HiddenModule].CreateGUID returns a string with an embedded vbNullChar terminator [ GCUser99, discord ]
    • fixed: (regression since BETA 424) kernel/native subsystem mode compilation not working [ fafalone, discord ]
    • fixed: using path seperator in Declare Lib string would cause problems for hover/intellisense popups [ fafalone, discord ]
    • fixed: double-clicking on a header in the DIAGNOSTICS panel would throw an IDE error [ fafalone, discord ]
    • fixed: Form.PopupMenu() needed a DoEvents before returning to allow for menu click events to fire before destruction [ sokinkeso, discord ]
    • fixed: trying to select text in the rename box of Project Explorer would cause drag of underlying item [ https://github.com/twinbasic/twinbasic/issues/1811]
    • fixed: (regression since BETA 474) panel close X button not working
    • fixed: (regression since BETA 474) floating panels not being restored
    • improved: global search contrast issues, particularly in Light theme
    • fixed: added an exception for DoEvents: which is to never treated as a line label (to match VBx) [ https://github.com/twinbasic/twinbasic/issues/1810]



  2. #202

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 479 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases

    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • improved: changed error handling around all UserControl builtin events to better match VB6 behaviours [ commissioned work ]

  3. #203

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 481 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • improved: reimplemented UserControl IViewObject rendering (used at design time in some hosts, e.g. MS Access), now offers better legacy OS support [ commissioned work ]
    • added: missing HScrollBar.VisualStyles property
    • added: missing VScrollBar.VisualStyles property
    • fixed: some minor IDE font glitches when running on Windows 7
    • fixed: tweaked the overload resolution implementation to handle some InStr edge cases [ JimAdam ]
    • fixed: DirListBox / FileListBox scrollbar not always working
    • fixed: DirListBox "Path not found" incorrect error [ sokinkeso, discord ]

  4. #204

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 482 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • fixed: (regression) clicking (add) in the property sheet for list items would not focus keyboard entry at the new element
    • fixed: having the 'Start in 64-bit Mode' IDE option ON would cause the IDE to switch to 64-bit mode regularly when you've manually changed the current session to 32-bit
    • removed: conflicting built-in shortcut CTRL+N for tbEditor_NextBookmark command as it was already assigned to command tbProject_New [ Tecman, discord ]

  5. #205

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 483 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • fixed: ENTER key behaviours in TextBox MultiLine mode to match VBx [ sokinkeso, discord ]
    • fixed: TAB key behaviours in TextBox MultiLine mode to match VBx

  6. #206

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 484 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • fixed: changed UserControl IsDirty implementation to account for changes in design time resizing [ commissioned work ]
    • fixed: changed UserControl SetObjectRects implementation for better VBx compatibility, preventing mousewheel issues [ commissioned work ]

  7. #207

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 485 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog

  8. #208

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 486 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • fixed: (regression) Image.Click / Image.DblClick / Label.Click / Label.DblClick events not firing [ VykosX, discord ]

  9. #209

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 487 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog

  10. #210

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 488 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • fixed: constant value definitions that use enumeration values could lead to compilation errors [ https://github.com//issues/1802 ]
    • fixed: CTRL+ALT combinations not working like AltGr combinations inside the monaco editor [ Krool, discord ]

  11. #211

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 489 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog

  12. #212

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 490 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
    • fixed: PictureBox/Frame container rendering issue for some standard controls [ https://github.com//issues/1821 ]
    • fixed: ActiveX control focus edge case where two tB ActiveX controls could both continuously fight for the focus causing runtime freeze [ commissioned work ]

  13. #213

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 491 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
    • fixed: UserControl UIDeactivate implementation could cause VBA UserForm controls to fail after UC gaining focus [ commissioned work]
    • added: IDE Window submenu Panel Features options for allowing to lock arrangements, plus associated IDE commands: tbPanels_TogglePreventDockedResize, tbPanels_TogglePreventDockedMove, tbPanels_TogglePreventDockedTearout, tbPanels_TogglePreventFloatingResize, tbPanels_TogglePreventFloatingMove

  14. #214

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 492 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder


    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
    • fixed: IOleControl.FreezeEvents now mutes general UserControl RaiseEvent statements to match VBx [ commissioned work ]

  15. #215

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 493 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
    • fixed: (regression) As-New semantics not working with arrays alongside the CoClassCustomConstructor attribute [ axisdj, discord ]
    • fixed: As-New semantics not working with arrays of COM CoClasses (x64-only)

  16. #216

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 494 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
    • fixed: underscore prefix in Interface member names could cause a compiler crash loop [ https://github.com//issues/1820 ]
    • fixed: IDE would sometimes lose track of CTRL/SHIFT/ALT key states [ fafalone, discord ]
    • fixed: WebView2 sample back/forward buttons sync issue [ fafalone, discord ]
    • fixed: (regression since BETA 458) issues with controls that overlap UserControls [ sokinkeso, discord ]

  17. #217

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 495 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
    • fixed: changing a variable value via the VARIABLES panel double-click feature does not trigger watches in the WATCH panel to be re-evaluated
    • fixed: Enter key in monaco editor would not always close intellisense
    • improved: editing source code when forms were running but IDE was not at a breakpoint, would not trigger the form(s) to close
    • added: IDE command tbDebugConsole_ExecuteCode, requiring 1 string literal argument (enclosed in single quotes)
    • improved: some IDE commands can now take arguments, passed via parenthesis in keyboard shortcut definitions, e.g. {"tbDebugConsole_ExecuteCode('?"The time is " & Time')": ["{KEYDOWN}F4"]}

  18. #218

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 496 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
    • improved: all compilation stage errors now have error codes assigned to them, in the range TB5xxx (TB5001 to TB5244 currently)
    • improved: general compiler stability around code editing

  19. #219

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 497 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
    • improved: further stability improvements, around predeclared global variables

  20. #220

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 498 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
    • fixed: edge case with IOleControl::FreezeEvents() implementation causing issue in MS Access when switching between Design/View mode [ fafalone, discord ]

  21. #221

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 499 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags


    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
    • improved: final stage codegen performance, roughly 70% faster for very large components [ Gary Miller, discord ]

  22. #222

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 500 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder


    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
    • fixed: window flashing/redrawing when a form contains a UserControl [ fafalone, discord ]

  23. #223

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 501 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder


    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
    • fixed: (regression since BETA 493) tB generated UCs used in some hosts might show a ghost window on the desktop at design time

  24. #224

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 502 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbasic/releases/tag/
    • fixed: (regressions) ActiveX control focus edge case where two tB ActiveX controls could both continuously fight for the focus causing runtime freeze [ commissioned work ]
    • improved: further stability improvements, around typelib defined predeclared global variables
    • fixed: TextWidth / TextHeight implementations to take into account vbCr/vbLf rather than just vbCrLf [ https://github.com//issues/1824 ]

  25. #225

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 503 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • fixed: off-by-one error in TextHeight calculation causing two back-to-back line feeds to be counted as one [ https://github.com//issues/1824 ]
    • fixed: End statement inside Form_Load could fail causing Form_Load to be recursively called [ https://github.com//issues/1809 ]
    • improved: some minor debugger hardening
    • fixed: debug stepping keyboard shortcuts (F8/F10/F11) could not be held down to trigger repeated use
    • fixed: muted spurious DEBUG CONSOLE messages of compilation (codegen) error detected in xyz for constant evaluations [ fafalone, discord ]
    Last edited by VB6 Programming; Apr 16th, 2024 at 12:21 PM.

  26. #226

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 504 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • fixed: [Addin Extensibility] failing to load an AddIn would freeze the IDE at the 'Please Wait' stage when opening a project
    • WARNING: IDE Addins compiled in BETA 504+ will require BETA 504+ to run
    • added: [Addin Extensibility] new Host.CurrentProject read-only properties: BaseFolderPath, ProjectID, BuildFileExtension, Architecture, VersionMajor, VersionMinor, VersionBuild, VersionRevision, BuildOutputPath, BuildType [ sokinkeso, discord ]
    Last edited by VB6 Programming; Apr 16th, 2024 at 12:17 PM.

  27. #227

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 505 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder


    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • fixed: focus/unfocus of child overlapping controls on a UC would not cause the UC to redraw properly [ commissioned work ]
    • fixed: Form_Load and ActiveX unfreezing of events timing problem [ commissioned work ]
    • added: build error in DEBUG CONSOLE if the manifest file contains incorrect processorArchitecture value for the current build which would prevent built executables from launching [ commissioned work ]
    • fixed: if the focused control is programmatically disabled, the focus automatically moves to the next control [ commissioned work ]
    • fixed: IDE command 'tbDebug_RunOrPreview' not working when form designer is active
    • added: (addin extensibility) Host.Themes.ActiveThemeName string property, e.g. "light" / "dark" [ sokinkeso, discord ]
    • added: (addin extensibility) Host.OnChangedTheme event
    • WARNING: IDE Addins compiled in BETA 505+ will require BETA 505+ to run
    Last edited by VB6 Programming; Apr 16th, 2024 at 12:17 PM.

  28. #228

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 506 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • fixed: hover-info box whilst debugging could truncate the information being displayed
    • fixed: Form.Moveable property was not matching behaviours of VBx [ https://github.com/twinbasic/twinbasic/issues/1828 ]
    • fixed: creating a new control in the form designer, starting at an existing control anchor point could corrupt the form design [ fafalone, discord ]
    • fixed: (regression) Escape key does not unselect a toolbox item in the form designer
    Last edited by VB6 Programming; Apr 16th, 2024 at 12:02 PM.

  29. #229

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 507 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog
    Last edited by VB6 Programming; Apr 16th, 2024 at 12:00 PM. Reason: Fixed links

  30. #230
    Frenzied Member 2kaud's Avatar
    Join Date
    May 2014
    Location
    England
    Posts
    1,149

    Re: twinBASIC programming - Beta releases

    There seems to be some issues with the links above - as they aren't working. Eg issue 1829 link should be:
    https://github.com/twinbasic/twinbasic/issues/1829
    All advice is offered in good faith only. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  31. #231

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    Thanks @2kaud,

    Fixed now.

  32. #232

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 508 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog



  33. #233

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 509 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog



  34. #234

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 510 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog


    ?

  35. #235

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 511 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog

    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • fixed: overlapping UCs/AX controls in tB forms could have render issues after resize
    • fixed: UserControl keyboard focusing issues [ commissioned work ]
    • added: option Buffered Trace Log File Writing to Compilation: Trace Flags in project settings


    Last edited by VB6 Programming; Apr 18th, 2024 at 01:42 PM.

  36. #236

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 512 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog

    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • fixed: potential crash when drawing some tb-generated AX controls from some hosts [ fafalone, discord ]



  37. #237

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 513 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog

    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • improved: ActiveX IViewObject:: Draw implementation now supporting controls created manually with CreateWindow API [ fafalone, discord ]
    • fixed: UserControl.ContainerHwnd implementation would sometimes throw an error [ fafalone, discord ]

  38. #238

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 514 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog

    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • added: IDE commands tbEditor_ToggleWordWrap (ALT+Z), tbEditor_TurnWordWrapOff, tbEditor_TurnWordWrapOn [ Tecman, discord ]
    • fixed: WinNativeCommonCtls.ListView click outside of items area should not deselect selected item [ sokinkeso, discord ]
    • fixed: WinNativeCommonCtls.ListView click outside of items area should generate Click event [ sokinkeso, discord ]

  39. #239

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 515 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog

    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • fixed: copying a ParamArray to a standard Variant array would not make indirect copies of VT_BYREF args
    • fixed: UserControl class was declared as non-extensible, wrongly disallowing code such as Me.UserControl.myControl to refer to controls on the UC
    • fixed: some Menu control array problems, required rewrite of menu building implementation

  40. #240

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,401

    Re: twinBASIC programming - Beta releases

    BETA 516 of the twinBASIC programming IDE is now available...

    Download from here... https://github.com/twinbasic/twinbasic/releases


    • Click on "Assets" for the latest release
    • Download and Extract the ZIP file into a local folder
    • Then run the twinBASIC.exe from that local folder

    How to install https://nolongerset.com/how-to-install-twinbasic/

    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog

    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • WARNING: see important release notes from BETA 424 here https://github.com/twinbasic/twinbas...ag/beta-x-0424
    • significantly reduced standard initial IDE compiler consumption when opening projects (e.g. Lems from approx 880MB now down to 220MB)
    • removed: project redundant settings 'compiler.symbolTableDataTypeLookup', 'compiler.symbolTableMaxSizeLookup', 'compiler.symbolTableMaxSizeRaw', 'compiler.symbolTableMaxSizeHash'

Page 6 of 12 FirstFirst ... 3456789 ... LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width