-
Mar 25th, 2024, 01:15 PM
#201
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]
-
Mar 25th, 2024, 01:57 PM
#202
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 ]
-
Mar 27th, 2024, 11:02 AM
#203
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 ]
-
Mar 27th, 2024, 12:16 PM
#204
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 ]
-
Mar 28th, 2024, 05:08 AM
#205
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
-
Mar 28th, 2024, 10:23 AM
#206
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 ]
-
Mar 28th, 2024, 12:38 PM
#207
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
-
Mar 29th, 2024, 08:53 AM
#208
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 ]
-
Mar 30th, 2024, 01:03 PM
#209
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
-
Apr 1st, 2024, 06:50 AM
#210
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 ]
-
Apr 2nd, 2024, 04:38 AM
#211
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
-
Apr 2nd, 2024, 09:56 AM
#212
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 ]
-
Apr 3rd, 2024, 09:02 AM
#213
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
-
Apr 3rd, 2024, 02:21 PM
#214
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 ]
-
Apr 4th, 2024, 02:51 PM
#215
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)
-
Apr 5th, 2024, 05:38 AM
#216
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 ]
-
Apr 5th, 2024, 11:47 AM
#217
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"]}
-
Apr 9th, 2024, 11:31 AM
#218
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
-
Apr 9th, 2024, 12:44 PM
#219
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
-
Apr 10th, 2024, 03:32 AM
#220
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 ]
-
Apr 10th, 2024, 09:09 AM
#221
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 ]
-
Apr 11th, 2024, 04:54 AM
#222
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 ]
-
Apr 11th, 2024, 11:27 AM
#223
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
-
Apr 12th, 2024, 07:20 AM
#224
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 ]
-
Apr 13th, 2024, 09:27 AM
#225
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.
-
Apr 14th, 2024, 04:57 AM
#226
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.
-
Apr 15th, 2024, 09:57 AM
#227
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.
-
Apr 15th, 2024, 10:56 AM
#228
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.
-
Apr 16th, 2024, 05:50 AM
#229
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
-
Apr 16th, 2024, 06:09 AM
#230
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)
-
Apr 16th, 2024, 11:51 AM
#231
Re: twinBASIC programming - Beta releases
Thanks @2kaud,
Fixed now.
-
Apr 16th, 2024, 12:08 PM
#232
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
-
Apr 16th, 2024, 12:15 PM
#233
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
-
Apr 17th, 2024, 03:03 AM
#234
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
?
-
Apr 17th, 2024, 11:16 AM
#235
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.
-
Apr 18th, 2024, 01:38 PM
#236
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 ]
-
Apr 18th, 2024, 02:00 PM
#237
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 ]
-
Apr 18th, 2024, 02:07 PM
#238
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 ]
-
Apr 20th, 2024, 02:42 AM
#239
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
-
Apr 22nd, 2024, 10:47 AM
#240
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'
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|