-
Apr 23rd, 2024, 11:08 AM
#241
Re: twinBASIC programming - Beta releases
BETA 517 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: some forms that appeared to be corrupt with deserialization errors in the form designer are now fixed [ jpbro, discord ]
- improved: VBP migration now uses ExeName32 if stored in the VBP to populate the project.buildPath project setting [ Krool, discord ]
- improved: faster VBP import
- fixed: 'bad JSON' error when hovering over some elements in the IDE, such as elements that have descriptions containing line-feeds [ Greedo, discord ]
- fixed: malformed Enum declaration (e.g. missing End Enum) could cause a compiler crash [ fafalone, discord ]
-
Apr 24th, 2024, 09:12 AM
#242
Re: twinBASIC programming - Beta releases
BETA 518 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: editing PhotoDemon project would often cause a compiler crash-restart
-
Apr 24th, 2024, 09:15 AM
#243
Re: twinBASIC programming - Beta releases
BETA 519 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: reduced IDE lag when editing some large projects such as PhotoDemon
-
Apr 24th, 2024, 10:30 AM
#244
Re: twinBASIC programming - Beta releases
BETA 520 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: IDE responsiveness when editing some large projects such as PhotoDemon, particularly with slow CPUs
- fixed: some FPU codegen edge cases, causing issues with PhotoDemon color wheel
-
Apr 25th, 2024, 08:16 AM
#245
Re: twinBASIC programming - Beta releases
BETA 521 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: after importing a VBP the App.Path folder is set to the VBP containing folder
- improved: when a VBP is imported with ExeName32 set, the project build path is set to ${SourcePath}\ rather than ${SourcePath}\Build\
- added: project option Compiler: Disable Overflow Checks, allowing to override IntegerOverflowChecks attribute at the project scope
- added: project option Compiler: Disable Array Bounds Checks, allowing to override ArrayBoundsChecks attribute at the project scope
- added: project option Compiler: Disable Floating Point Error Checks, allowing to override FloatingPointErrorChecks attribute at the project scope
-
Apr 25th, 2024, 10:45 AM
#246
Re: twinBASIC programming - Beta releases
BETA 522 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: importing a VBP would cause ~1MB memory leak per form/usercontrol during import process
- fixed: ThunderMain root hidden window class is now ThunderRT6Main in built executables [ fafalone, discord ]
-
Apr 26th, 2024, 07:07 AM
#247
Re: twinBASIC programming - Beta releases
BETA 524 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: issue with some ActiveX controls getting into a recursive loop during instantiation [ RobWubs ]
- improved: better compatibility with some windowless ActiveX controls, e.g. Xceed SmartUI [ RobWubs ]
- fixed: (regression since BETA 515) intellisense issue for generic classes exposed from packages [ Tecman, discord ]
- fixed: keyboard issues in Access form design view, due to IOleObject:: Draw implementation activating the Ax control [ Tecman, discord ]
Last edited by VB6 Programming; Apr 26th, 2024 at 07:10 AM.
-
Apr 26th, 2024, 07:10 AM
#248
Re: twinBASIC programming - Beta releases
BETA 525 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 since BETA 511) keyboard focusing issue in UCs with manually built windows [ Tecman, discord ]
-
Apr 28th, 2024, 06:27 AM
#249
Re: twinBASIC programming - Beta releases
BETA 526 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: prevent potential crash when using Windowless ActiveX controls in tB [ RobWubs ]
-
Apr 30th, 2024, 05:41 AM
#250
Re: twinBASIC programming - Beta releases
BETA 527 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: Win64 builds not enforcing LAA flag on built binaries, causing mem usage restrictions
-
May 2nd, 2024, 09:03 AM
#251
Re: twinBASIC programming - Beta releases
BETA 528 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: support for attribute [NonBrowsable] (and equivalent of Attribute VB_MemberFlags = "400" / "Dont show in Property Browser" option) for ActiveX control properties from appearing in property sheets [ Tecman, discord ]
- fixed: issue with VBA Userforms not allowing tB generated AX controls to obtain tab focus [ Tecman, discord ]
-
May 2nd, 2024, 01:57 PM
#252
Re: twinBASIC programming - Beta releases
BETA 529 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: [NonBrowsable] flag not effective in VBA UserForm designer if not explicitly applied to the property-let method [ Tecman, discord ]
-
May 7th, 2024, 12:40 PM
#253
Re: twinBASIC programming - Beta releases
BETA 530 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: forms would crash if windowless controls (Label/Image/Shape/Line) were used inside ActiveX containers [ Stu, discord ]
- improved: OS TextScaleFactor setting no longer affects the form designer (note: value is cached at IDE startup) [ sokinkeso, discord ]
- improved: in the form designer, anchored controls do not auto reposition when a container is resized unless SHIFT key is pressed when dragging the resizers [ fafalone, discord ]
- fixed: Attribute MemberName.VB_MemberFlags = "40" was not passing through to the generated type library like [Hidden] attribute was [ Tecman, discord ]
-
May 7th, 2024, 06:55 PM
#254
Re: twinBASIC programming - Beta releases
BETA 531 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: Form designer toolbox icons for UC/AX controls now not reduced to 65% [ fafalone, discord ]
-
May 8th, 2024, 06:44 PM
#255
Re: twinBASIC programming - Beta releases
BETA 532 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: custom painting of non-client areas in WM_NCPAINT for UCs was not effective in design mode IViewObject:: Draw implementation [ Tecman, discord ]
- fixed: (regression since BETA 527) UC/ActiveX control focus issue [ vbuser, discord ]
- fixed: (regression) Command button click not firing when inside popup PictureBox inside a UC [ fafalone, discord ]
-
May 10th, 2024, 10:36 AM
#256
Re: twinBASIC programming - Beta releases
BETA 533 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: typical 10-20% reduction in compiler RAM consumption
Last edited by VB6 Programming; May 11th, 2024 at 02:07 PM.
-
May 11th, 2024, 02:04 PM
#257
Re: twinBASIC programming - Beta releases
BETA 534 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
-
May 12th, 2024, 11:16 AM
#258
Re: twinBASIC programming - Beta releases
BETA 535 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: form designer loading now shows a proper message with clipboard-copy ability when bad JSON is detected [ Erwin69, vbforums ]
-
May 12th, 2024, 11:20 AM
#259
Re: twinBASIC programming - Beta releases
BETA 536 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: overload resolution is now refined so that 'Nothing' is accepted as an exact match for any interface type [ fafalone, discord ]
-
May 17th, 2024, 09:37 AM
#260
Re: twinBASIC programming - Beta releases
BETA 537 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: support for MDI forms!
- added: Sample 19. MDI Forms
- added: project setting 'Project: Target OS Version' for targetting an executable for a particular OS version
- NOTE: StartUpPosition is supported for MDI Child forms in twinBASIC (e.g. vbStartupOwner for center of the MDI Client area). Default value on import from VBP is vbStartupWindowsDefault which is the equivalent enforced setting by VB6
- NOTE: Unlike VB6, we allow any controls on the MDI form - docking is optional. Undocked controls will appear on-top of MDI child forms.
- NOTE: PictureBox.Align is supported for back-compat reasons, but is hidden with the newer general use Dock property being preferred
- NOTE: Picture property is supported on MDI form, but will not currently display in the form designer
- NOTE: the debug session currently always operates with target OS 5.1 (WinXP+)
- NOTE: MDI child windows can use Opacity/TransparencyKey properties only if you specify target OS >= 6.0
- NOTE: MDI child windows will always have a thick border regardless of BorderStyle property when target OS is >= 6.0
- NOTE: there are currently no checks made to ensure you only have one MDI Form in the project. This restriction will be added soon.
- NOTE: there will definitely be issues around loading/showing/hiding MDI children in this release.
- NOTE: known issue: the designated WindowList menu is not always up-to-date
-
May 18th, 2024, 05:30 AM
#261
Re: twinBASIC programming - Beta releases
BETA 538 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 in BETA 537) a non-MDI Child form cannot be opened modally
-
May 24th, 2024, 08:39 AM
#262
Re: twinBASIC programming - Beta releases
BETA 539 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: ImageList native control, in WinNativeCommonControls package (inc PNG transparency support)
- improved: ListView/TreeView can now be associated with ImageList controls
- added: Sample 20. TreeView + ListView + ImageList example (WIP)
-
May 24th, 2024, 10:00 AM
#263
Re: twinBASIC programming - Beta releases
BETA 540 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: minor bug in ImageList transparency algo for 32-bit RGBA rendering, causing slight ghosting in fully transparent areas
- added: RenderPictureAsIcon boolean property for Form/PictureBox/Image controls, to allow for PNG transparency (experimental)
-
May 24th, 2024, 06:07 PM
#264
Re: twinBASIC programming - Beta releases
BETA 541 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: avoiding IPicture.Render for icons throughout the tB codebase, using DrawIconEx instead [ wqweto, discord ]
-
May 25th, 2024, 05:47 AM
#265
Re: twinBASIC programming - Beta releases
BETA 542 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: Global.LoadPicture now supports 32-bit BMPs
- removed: RenderPictureAsIcon experimental property. no longer needed - changed method for rendering StdPicture bitmaps instead [ Krool, discord ]
-
May 25th, 2024, 01:57 PM
#266
Re: twinBASIC programming - Beta releases
BETA 543 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: all windowed controls now offer 'Opacity' and 'TransparencyKey' properties. Requires project target OS of 6.2+ (Win8+). Only effective in compiled files, not running in the IDE.
-
May 25th, 2024, 02:16 PM
#267
Re: twinBASIC programming - Beta releases
BETA 544 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
-
May 28th, 2024, 04:33 AM
#268
Re: twinBASIC programming - Beta releases
BETA 545 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: Form_Initialize event now allows for form-loading to occur within it, e.g. by touching a control property. [ Tecman, discord (Combobox issue)]
- fixed: (regression) project 'Add ' menu could fail to open in some instances [ fafalone, discord ]
- fixed: cached font metrics problems affecting TextWidth/TextHeight properties [ vbuser, discord ]
- fixed: project meta data could be sometimes be lost, causing things like open editors to not re-open automatically when opening a project [ fafalone, discord ]
-
May 30th, 2024, 05:11 AM
#269
Re: twinBASIC programming - Beta releases
BETA 546 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: when root project folder node is not expanded in the PROJECT EXPLORER, adding a new item caused an IDE exception
- improved: mouse hover over an active callstack entry would show a numeric tooltip (internal data)
- improved: some minor visual tweaks to the callstack panel
- improved: switching between documents will now preserve the active breakpoint when returning to the document containing it
- fixed: CustomControls examples now working again (disabled since BETA 424)
- improved: if compiler restart occurs during form designer loading, the form designer will now reload automatically once compiler services are re-established
- improved: the control array 'Index As Integer' parameter on event handlers datatype was not being verified/enforced at compile time
- added: [DllStackCheck(False)] attribute for DLL Declares giving minor codegen size reduction on 32-bit API calls. Project scope option coming later.
-
Jun 5th, 2024, 11:28 AM
#270
Re: twinBASIC programming - Beta releases
BETA 547 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: experimental 'object view' for PROJECT EXPLORER panel
- added: IDE command 'tbProjectExplorer_ToggleFileMode' (default key binding: CTRL+R)
-
Jun 6th, 2024, 05:35 AM
#271
Re: twinBASIC programming - Beta releases
BETA 548 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) sokinkeso tweaked the icons for object-view PROJECT EXPLORER [ sokinkeso, discord ]
- fixed: (IDE) some issues with virtual panel scroll bars [ fafalone, discord ]
-
Jun 6th, 2024, 05:39 AM
#272
Re: twinBASIC programming - Beta releases
BETA 549 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: ActiveX/UserControl handling of InPlaceDeactivate for supporting UserForm MultiPage control [ Tecman, discord ]
- fixed: (IDE, regression in BETA 547) debug message box appears when using the old Find-in-files feature (CTRL+F)
-
Jun 6th, 2024, 02:46 PM
#273
Re: twinBASIC programming - Beta releases
BETA 550 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
- fixed: some quirks with the object-view mode
-
Jun 6th, 2024, 02:50 PM
#274
Re: twinBASIC programming - Beta releases
BETA 551 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
- fixed: (regression in BETA 550) IDE devtools window opens alongside the IDE
-
Jun 7th, 2024, 04:34 AM
#275
Re: twinBASIC programming - Beta releases
BETA 552 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
- fixed: some issues when control width/height are set to zero [ vbuser, discord ]
- fixed: CheckBox.Click event did not fire when CheckBox.Value was set programmatically [ Tecman, discord ]
-
Jun 8th, 2024, 07:49 AM
#276
Re: twinBASIC programming - Beta releases
BETA 553 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
- fixed: edge case of 'duplicate definition in the current scope' error occuring with some use of PreserveSig attribute on API Declares [ fafalone, discord ]
- fixed: PreserveSig(False) attribute support in type library viewer [ fafalone, discord ]
-
Jun 14th, 2024, 09:40 AM
#277
Re: twinBASIC programming - Beta releases
BETA 554 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
- improved: old-style VB attributes are now coloured grey for semantic highlighting to match tB native attributes
- changed: lots of internal refactorings to support the effort for host-embedded projects ('twinBASIC for Applications')
- fixed: form designers lose their state when a compiler restart occurs [ fafalone, discord ]
-
Jun 15th, 2024, 07:25 AM
#278
Re: twinBASIC programming - Beta releases
BETA 555 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
- fixed: IDE toolbar Continue/Pause/Stop button disable state would be incorrect when an unhandled error is encountered
- fixed: IDE toolbar Stop button would often be disabled inappropriately
- fixed: renaming/moving files in the IDE PROJECT EXPLORER panel would often cause compilation problems requiring a restart of the compiler
-
Jun 17th, 2024, 11:37 AM
#279
Re: twinBASIC programming - Beta releases
BETA 556 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
- added: hint TB0018 "Implicit Narrowing Conversion" - default level IGNORE, change to ERROR level to enforce "Strict" mode
- added: hint TB0019 "Implicit Enumeration Conversion" - default level IGNORE, change to ERROR level to enforce "Strict" mode
- added: hint TB0020 "Suspicious Interface Conversion" - default level IGNORE, change to ERROR level to enforce "Strict" mode
- added: CType(Of T) conversion function for supporting explicit conversions to custom types (useful in relation to TB0018/TB0019/TB0020)
- improved: all built-in packages updated to enforce strictness (TB0018/TB0019/TB0020), helping identify some subtle bugs and performance issues
-
Jun 17th, 2024, 12:30 PM
#280
Re: twinBASIC programming - Beta releases
BETA 557 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
- fixed: some bugs with regards to project settings for warning levels [ fafalone, discord ]
- changed: tamed TB0018 for cases when implicitly converting a numeric literal to a narrower type [ fafalone, discord ]
- added: hint TB0021 "Implicit Enumeration Conversion With Numeric" - default level IGNORE, change to ERROR level to enforce "Strict" mode [ fafalone, discord ]
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
|