-
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 ]
-
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
-
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
-
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
-
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
-
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 ]
-
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 ]
-
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 ]
-
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 ]
-
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
-
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 ]
-
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 ]
-
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 ]
-
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 ]
-
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 ]
-
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
-
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
-
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 ]
-
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 ]
-
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
-
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
-
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)
-
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)
-
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 ]
-
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 ]
-
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.
-
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
-
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 ]
-
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.
-
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)
-
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 ]
-
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)
-
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
-
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
-
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 ]
-
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 ]
-
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 ]
-
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
-
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
-
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 ]
-
Re: twinBASIC programming - Beta releases
The latest releases of the twinBASIC programming IDE are available at:-
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
See here for installation instructions:
twinbasic/documentation/wiki/twinBASIC-Frequently-Asked-Questions-(FAQs)#installation
IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.
-
Re: twinBASIC programming - Beta releases
BETA 558 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: support for CommandButton.Default property
- added: support for CommandButton.Cancel property
- added: support for UserControl.DefaultCancel property
- added: support for UserControl Ambient DisplayAsDefault property
- improved: [CompileIf] attribute is now allowed on class fields, used in ActiveXExtender to conditionally include Default/Cancel properties
-
Re: twinBASIC programming - Beta releases
BETA 559 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 latest betas) FileListBox could not be used [ MKL, discord ]
- fixed: (IDE) hover popup for constants would output the description attribute twice [ fafalone, discord ]
- fixed: (IDE) first click on form designer would not allow drag move/resize [ sokinkeso, discord ]
- improved: (IDE) persisted JSON (forms, settings, etc) now uses CrLf linefeeds [ GCUser99, discord ]
-
Re: twinBASIC programming - Beta releases
BETA 560 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
-
Re: twinBASIC programming - Beta releases
BETA 561 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 codegen edge case errors when array-bounds checking is disabled [ baka, discord ]
- fixed: Unload form statement within the same Form Load event would cause repeated loading of the form
-
Re: twinBASIC programming - Beta releases
BETA 562 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: ParamArray variant copy issue [ fafalone, discord ]
-
Re: twinBASIC programming - Beta releases
BETA 563 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
- changed: (breaking change) native TreeView and ListView MouseUp/MouseMove/MouseDown/KeyUp/KeyDown events to use ByRef rather than ByVal arguments to match the MS common controls [ fafalone, discord ]
- fixed: accessing an array element with a LongLong index variable on Win64 would trigger a compiler error in recent builds [ fafalone, discord ]
-
Re: twinBASIC programming - Beta releases
BETA 564 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: malformed VERSIONINFO block in generated exes, causing some programs like SystemInformer to report the version info strings incorrectly [ fafalone, discord ]
- improved: tightened up end-block-completion rules to avoid the IDE inserting end-blocks in some inappropriate places [ FullValueRider, discord ]
- fixed: lightweight controls would not receive Click events if the container control ScaleMode was not set to Twips [ fafalone, discord ]
- added: Label.VerticalAlignment property (default Top)
- added: Label.LineSpacing property (in twips, default 0)
-
Re: twinBASIC programming - Beta releases
BETA 565 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 since BETA 556) accessing UDT members with array-like syntax was wrongly enforcing implicit CLng() on the passed argument [ Antix, vbforums ]
-
Re: twinBASIC programming - Beta releases
BETA 566 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) Project > 'Open Project Folder' menu option would throw an internal error for an unsaved project [ fafalone, discord ]
- fixed: (IDE) New project options modal dialog is now cancelable [ wqweto, discord ]
- added: support for CommandButton.[_Default] property [ https://github.com//issues/1188 ]
- fixed: (regression since BETA 558) ActiveX 'shutdown' error [ https://github.com//issues/1865 ]
- improved: (IDE) Label/CommandButton/CheckBox/OptionButton Caption properties now offer multi-line support in the property sheet by using the ellipses button
-
Re: twinBASIC programming - Beta releases
BETA 567 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
-
Re: twinBASIC programming - Beta releases
BETA 568 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: CType() now allows for converting LongPtr to UDT types [ fafalone, discord ]
- fixed: some codegen errors involving Err.Raise and non simple args [ wqweto, discord ]
-
Re: twinBASIC programming - Beta releases
BETA 569 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
- IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.
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 will now attempt recovery of a corrupt twinproj file automatically [ fafalone, discord ]
- fixed: conflict with internal 'Init' method in forms is now avoided [ fafalone, discord ]
- fixed: (regression since BETA 424) errors occuring inside tB class methods, originating from external COM callers would wrongly trigger an unhandled error [ /issues/1856 ]
-
Re: twinBASIC programming - Beta releases
BETA 570 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
- IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.
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: initial support for Printers collection and Printer object
- added: Printer.OutputFile (string hint, e.g. for Print To PDF drivers)
- improved: Form.PrintForm accepts optional arguments: ImplicitEndDoc (default True), OutputAtCurrentPosition (default False)
-
Re: twinBASIC programming - Beta releases
Quote:
Originally Posted by
VB6 Programming
BETA 570 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
- IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.
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: initial support for Printers collection and Printer object
- added: Printer.OutputFile (string hint, e.g. for Print To PDF drivers)
- improved: Form.PrintForm accepts optional arguments: ImplicitEndDoc (default True), OutputAtCurrentPosition (default False)
printform like print to pdf,eps?The ID in Cb6 is printed by a vector technology, and the text will be converted into a vector format or directly transmitted to the text location and font size.
-
Re: twinBASIC programming - Beta releases
BETA 571 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
- IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.
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: PaintPicture implementation will now fallback to using StretchDIBits instead of StretchBlt if the target device does not support it (RC_STRETCHBLT) [ Krool, discord ]
- improved: tB now supports accessing the Printers collection by name, e.g. Set Printer = Printers("Microsoft Print To PDF")
- fixed: setting Printer.OutputFile is now only allowed on the root Printer object, not on read-only printers from the Printers collection
-
Re: twinBASIC programming - Beta releases
BETA 572 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
- IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.
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: missing borders issue in PrintForm for controls that use WS_EX_CLIENTEDGE/WS_BORDER for their borders [ sokinkeso, discord ]
- fixed: (regression) DirListBox would show empty when a form was re-opened [ sokinkeso, discord ]
- fixed: a parsing issue where generics specifiers with unicode characters might be wrongly disallowed [ fan2006, vbforums ]
-
Re: twinBASIC programming - Beta releases
does twinbasic will do datareport control?
last time i try,it's maybe 1998 VERSION,AND it can't support Different pictures are displayed on each print subject. For example, printing everyone's business card and reading information from the database, he can only display one picture. Or turn the record set of multiple data into a single one, then query it for 100 times, save 100 pictures on the hard disk, and open the report for printing in 100 times.
-
Re: twinBASIC programming - Beta releases
BETA 573 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
- IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.
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 since BETA 424) codegen bug in handling of IErrorInfo propagation
- improved: IDE tabs are now more compact
- fixed: Checkbox.Click event wrongly fires during form loading if Value property is set to True in the designer [ fafalone, discord ]
-
Re: twinBASIC programming - Beta releases
BETA 574 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
- IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.
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: experimental support for Reports, with visual designer, supporting bound and unbound reports [commissioned work]
- added: TbExpressionService class, and helper Eval() to simplify usage [commissioned work]
- added: Label.DataFieldAggregate experimental property for offering running-sum in reports
- NOTE: REPORTS CURRENTLY LIMITED TO A4 PAPER SIZE ONLY FOR PRINTING